]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACK
authorJonathan Rose <jrose@digium.com>
Thu, 16 Aug 2012 16:16:04 +0000 (16:16 +0000)
committerJonathan Rose <jrose@digium.com>
Thu, 16 Aug 2012 16:16:04 +0000 (16:16 +0000)
commit99cd43d0c250f0b0027a12713bb8c6349b9ed3c5
treeb8d5e757d9e5fbbaa013e6d007b3e8f6540c3ea4
parentf82e3495bf694bd650a9b2da298812cef3d60a71
chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACK

Under certain conditions, a SIP transaction involving directmedia wouldn't
trigger a re-invite because the SDP answer was included in an ACK instead
of in a message that we would have triggered the invite with. This patch
just queues a source change control frame if the dialog is using
directmedia when we find sdp for an ACK.

(closes issue AST-913)
Reported by: Thomas Arimont
........

Merged revisions 371337 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@371338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c