summaryrefslogtreecommitdiff
path: root/user.mak.sample
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2016-05-31 04:28:00 +0000
committerNanang Izzuddin <nanang@teluu.com>2016-05-31 04:28:00 +0000
commit44ffa26787dc2e24069303eded31c9be5253e102 (patch)
tree456ad8b0f00e29ef28a2815faac09f33b46980dd /user.mak.sample
parent2e0a80f6dcd9a642d659a452df264196ac701819 (diff)
Re #1918:
- Fixed issue of cannot make/receive call after previous call initialization fails due to STUN error, reproducing steps: 1. Configure an account with acc->cfg.media_stun_use set PJSUA_STUN_RETRY_ON_FAILURE. 2. Start pjsua with STUN servers A and B configured. On startup, both STUN servers A and B are available, so PJSIP will use STUN server A 3. Both STUN server A and B become unavailable 4. Make an outgoing call. 5. Pjsua first tries with STUN server A, fails 6. Pjsua then retry with STUN server B, still fails 7. PJSIP then aborts the call with error (which is desired!) 8. Both STUN server A and B become available again 9. User tries to dial or receive an incoming call, but cannot because the last STUN server status is stored and used in making/receiving call without retrying to resolve STUN server. - Fixed deadlock issues. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5326 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'user.mak.sample')
0 files changed, 0 insertions, 0 deletions