Hi, In our application, sometimes the voip client does not end the call properly sending the BYE sip message, so i'm getting RTP recv() error: Connection reset by peer ( WSAECONNRESET) on the pjsip side. We want to improve resilience on the pjsip side and handle this error properly, destroy everything that was being used in the call. We are using PJSUAlib, but im uncertain where do I need to handle this exception, is it on on_call_media_state? Wich resources do I need to free in order to have this cleaned at the pjsip side. I cannot control the client SIP side so i really need my pjsip server to be bullet proof on hard and bruteforce disconnects. Thanks in advance. -- Joao Cesar msn: jpcesar at gmail.com gtalk: jpcesar at gmail.com icq: 13790802 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080819/1369cfab/attachment.html