Hi, We are building an iOS VOIP application using pjsua with PJSIP 2.0. To end the call we are using pjsua_call_hangup() and pjsua_call_hangup_all ), but we get some cases now and then where the call end signal has been sent but audio transmission is still alive. 1) Is there a way to end the exchange of media immediately when disconnect is pressed without using hangup 2) If not what is cleanest way to end a call, such that media exchange also stops regardless of the BYE message is received by the server or not and regardless of network connectivity. 3) We also tried using pjsua_destroy(), but it led to a lot of crashes. Tried fixing some but crashes kept coming probably due to an improper implementation. Thanks, Vinay Nair -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20140129/ef3f6c14/attachment-0001.html>