On Wed, Oct 13, 2010 at 2:56 PM, Kresten Tolstrup <kt at danphone.com> wrote: > Hi all > > When a SIP call is established, and one of the client is just closed, > without closing the SIP call, then the other client writes the error: RTP > recv() error: Connection reset by peer. > How can the error be detected in a callback or something, as in this case, I > want to close the SIP call ? > Currently these errors are ignored and there's no way to catch them. You can use Session Timer to detect dead peer. -Benny