]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACK
authorJean Aunis <jean.aunis@prescom.fr>
Thu, 20 Apr 2017 07:13:13 +0000 (09:13 +0200)
committerJean Aunis - Prescom <jean.aunis@prescom.fr>
Wed, 26 Apr 2017 14:52:35 +0000 (09:52 -0500)
commit87a24362a2d3f26308e6d7d0a3c74304ccf88805
tree6b55a0d6448ded22efd41141d99551f14880d771
parent7b7d0571f7267e373eca6222760ea08c1d5dbfe9
chan_sip: Trigger reinvite if the SDP answer is included in the SIP ACK

Some equipments may send a re-INVITE containing an SDP in the final ACK
request. If this happens in the context of direct media, the remote end
should be updated with a re-INVITE.
This patch queues an "update RTP peer" frame to trigger the re-INVITE,
instead of the "source change" frame wich was used previously.

ASTERISK-26951

Change-Id: I3644d2025f20e086ea9f8f62b486172c52b5b2e6
channels/chan_sip.c