Thank you! :) ----- Original Message ----- From: Waleed To: pjsip list Sent: Sunday, May 30, 2010 9:45 AM Subject: Re: How to automatically make pjsua quite after calldisconnected? hhhh i don't know why i expect that you running pjsip on symbian :) cuze i work on it but if you want to make it for linux you can add static void on_call_state(pjsua_call_id call_id, pjsip_event *e){ if (call_info.state == PJSIP_INV_STATE_DISCONNECTED) { pjsua_destroy(); } } in pjsua_app.c thanks ------------------------------------------------------------------------------ _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip at lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100531/39250c47/attachment.html>