[Home]

Summary:ASTERISK-05335: [patch] Kill sessions that never start
Reporter:Olle Johansson (oej)Labels:
Date Opened:2005-10-20 09:13:02Date Closed:2008-01-15 15:53:03.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) killbadsessions.txt
Description:While testing with the Protos SIP test suite, I found a lot of channels hanging around forever. This was due to the fact that if the first message did not parse correctly, we opened a new dialog but never killed it. This patch fixes that.
Comments:By: Olle Johansson (oej) 2005-10-20 11:15:38

Hmmm. Still getting those zombies... Need to dig deeper into this.

By: Mark Spencer (markster) 2005-10-21 00:38:41

"sip history" is your friend :)

By: Olle Johansson (oej) 2005-10-21 00:51:34

Thanks! I am using dumphistory and sip history, but they only show an incoming invite and nothing after that. This patch fixes a lot of those cases, but not all...

By: Kevin P. Fleming (kpfleming) 2005-10-31 18:07:08.000-0600

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:53:03.000-0600

Repository: asterisk
Revision: 6911

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r6911 | kpfleming | 2008-01-15 15:53:02 -0600 (Tue, 15 Jan 2008) | 2 lines

handle improperly formatted initial requests properly (issue ASTERISK-5335)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6911