[Home]

Summary:ASTERISK-11636: Calls drop due to unanswered INVITES
Reporter:Andrew Tornash (atrash)Labels:
Date Opened:2008-03-13 15:22:12Date Closed:2008-03-17 11:24:03
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Calls with a MetaSwitch (or any device which uses INVITE to check for remote existence) will drop with Asterisk 1.4.18 when the 200/OK send as a response to the INVITE is lost.

I've fixed this by sending my 200/OKs as CRITICAL during the handling of a reinvite (an easy modification in chan_sip.c)

Ultimately, it might make sense for this to be a setting in the sip.conf (handle reinvites critically)
Comments:By: Digium Subversion (svnbot) 2008-03-17 11:20:26

Repository: asterisk
Revision: 109107

U   branches/1.4/channels/chan_sip.c

------------------------------------------------------------------------
r109107 | file | 2008-03-17 11:20:20 -0500 (Mon, 17 Mar 2008) | 4 lines

200 OKs in response to a reinvite need to be sent reliably. If the remote side does not receive one the dialog will be torn down.
(closes issue ASTERISK-11636)
Reported by: atrash

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

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

By: Digium Subversion (svnbot) 2008-03-17 11:22:30

Repository: asterisk
Revision: 109108

_U  trunk/
U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r109108 | file | 2008-03-17 11:22:26 -0500 (Mon, 17 Mar 2008) | 12 lines

Merged revisions 109107 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r109107 | file | 2008-03-17 13:24:29 -0300 (Mon, 17 Mar 2008) | 4 lines

200 OKs in response to a reinvite need to be sent reliably. If the remote side does not receive one the dialog will be torn down.
(closes issue ASTERISK-11636)
Reported by: atrash

........

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

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

By: Digium Subversion (svnbot) 2008-03-17 11:24:03

Repository: asterisk
Revision: 109109

_U  branches/1.6.0/
U   branches/1.6.0/channels/chan_sip.c

------------------------------------------------------------------------
r109109 | file | 2008-03-17 11:24:02 -0500 (Mon, 17 Mar 2008) | 20 lines

Merged revisions 109108 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r109108 | file | 2008-03-17 13:26:36 -0300 (Mon, 17 Mar 2008) | 12 lines

Merged revisions 109107 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r109107 | file | 2008-03-17 13:24:29 -0300 (Mon, 17 Mar 2008) | 4 lines

200 OKs in response to a reinvite need to be sent reliably. If the remote side does not receive one the dialog will be torn down.
(closes issue ASTERISK-11636)
Reported by: atrash

........

................

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

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