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


Ignore:
Timestamp:
Mar 14, 2014 4:04:24 AM (10 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v33 v34  
    131131== Important Issue(s) when Developing Android Apps == #issues 
    132132 
    133 === Unable to Make/Receive Call (Problem with sending and receiving large (INVITE) requests over TCP) === #invite 
     133=== Unable to Make or Receive Call (Problem with sending and receiving large (INVITE) requests over TCP) === #invite 
    134134 
    135135The 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].