[Home]

Summary:ASTERISK-13552: [patch] chan_sip fails to remove hold when receving a reINVITE without SDP
Reporter:frawd (frawd)Labels:
Date Opened:2009-02-10 04:19:06.000-0600Date Closed:2010-08-17 11:08:28
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Interoperability
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) hold_invite_nosdp.patch
Description:Another problem connecting Asterisk with a Nortel CS2K, which sends "empty" reINVITEs when it wants to stop hold.

At some point, the chan_sip code states:
"/* Some devices signal they want to be put off hold by sending a re-invite
*without* an SDP, which is supposed to mean "Go back to your state"
and since they put os on remote hold, we go back to off hold */"

This patch actually makes it work with 1.4.23.1
Comments:By: Digium Subversion (svnbot) 2009-02-10 12:51:29.000-0600

Repository: asterisk
Revision: 174644

U   branches/1.4/channels/chan_sip.c

------------------------------------------------------------------------
r174644 | file | 2009-02-10 12:51:29 -0600 (Tue, 10 Feb 2009) | 6 lines

Go off hold when we get an empty reinvite telling us to.
(closes issue ASTERISK-13552)
Reported by: frawd
Patches:
     hold_invite_nosdp.patch uploaded by frawd (license 610)

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

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

By: Digium Subversion (svnbot) 2009-02-10 12:57:31.000-0600

Repository: asterisk
Revision: 174645

_U  trunk/

------------------------------------------------------------------------
r174645 | file | 2009-02-10 12:57:31 -0600 (Tue, 10 Feb 2009) | 12 lines

Blocked revisions 174644 via svnmerge

........
 r174644 | file | 2009-02-10 14:50:50 -0400 (Tue, 10 Feb 2009) | 6 lines
 
 Go off hold when we get an empty reinvite telling us to.
 (closes issue ASTERISK-13552)
 Reported by: frawd
 Patches:
       hold_invite_nosdp.patch uploaded by frawd (license 610)
........

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

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