[Home]

Summary:ASTERISK-01698: Call scheduled for auto destruction in 15 seconds if type=peer
Reporter:mustdie (mustdie)Labels:
Date Opened:2004-05-26 12:51:49Date Closed:2008-01-15 14:56:21.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:With latest CVS head if user type set to peer (in sip.conf), then calls are being scheduled for self destruction in 15 seconds. I have scenario of SIP --> * --> * --> PSTN (PRI). If i receive incoming call, everything works ok.
Comments:By: Mark Spencer (markster) 2004-05-26 14:32:22

The autodestruct is cancelled when we receive 200 response from the far-end.  I've updated CVS to alos cancel the autodestruct when we receive a provisional response to an invite (100, 180, 183).  Please confirm this fixes it for you.  If not, find me on IRC.

By: mustdie (mustdie) 2004-05-26 17:53:47

Tried lastest origcvs with the same result. Find me on IRC, so you can look into box, or tell me what debug info do you need.

By: Mark Spencer (markster) 2004-05-26 18:14:40

Fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 14:56:21.000-0600

Repository: asterisk
Revision: 3078

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r3078 | markster | 2008-01-15 14:56:21 -0600 (Tue, 15 Jan 2008) | 2 lines

Cancel self destruct on provisional responses too (bug ASTERISK-1698)

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

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