Changes between Version 32 and Version 33 of Getting-Started/Android


Ignore:
Timestamp:
Mar 14, 2014 3:59:51 AM (10 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v32 v33  
    129129 
    130130 
    131 == Important Issue(s) when Developing Apps with Pjsua2 API == #issues 
     131== Important Issue(s) when Developing Android Apps == #issues 
    132132 
    133 === Garbage Collector May Crash Your App === #gc 
     133=== Unable to Make/Receive Call (Problem with sending and receiving large (INVITE) requests over TCP) === #invite 
     134 
     135The issue is documented in #1488. The solution is to try using port other than 5060 in *both* client and server, and/or reducing the SIP message size by following our [https://trac.pjsip.org/repos/wiki/FAQ#sip-msg-size FAQ here]. 
     136 
     137=== Garbage Collector May Crash Your App (Pjsua2 API) === #gc 
    134138 
    135139There are two problems with Java garbage collector (gc):