2007/11/7, Martin Drasar <[EMAIL PROTECTED]>: > Hello everyone, > first of all - sorry if I am asking already answered question, but I > couldn't manage to make search function on mailing list to work :o( > > I have troubles with Linksys SPA941 sipphone. Whenever I place an > outbound call from my system to this phone I don't receive BYE when the > phone hangs up. This seem to be the phone's fault, as I don't see sip > BYE message when capturing using wireshark. > > I have turned on full debug and found that outgoing timer gives me this > messages... > > nta: timer D fired, terminate INVITE (91103656) > nta: timer F fired, terminating ACK (91103656) > outgoing_reclaim_all(00000000, 00000000, 0868F958) > nta_outgoing_timer: 0/0 resent, 1/1 tout, 1/1 term, 2/2 free > > So my question is - how can I catch this timeout event when using nua > interface? And if there's no such way, what codebase change are ahead of > me if I wanted to catch this?
The timeout event is perfectly ordinary, the outgoing client transactions are kept around for a while in order to catch retransmitted responses still traveling in the network. You should probably have a look in SIP session timers (see RFC 4028 and documentation on NUTAG_SESSION_TIMER if you use nua). -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel