]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Make direct media reinvites for T38 put Asterisk in the media path
authorJonathan Rose <jrose@digium.com>
Thu, 19 Sep 2013 16:45:02 +0000 (16:45 +0000)
committerJonathan Rose <jrose@digium.com>
Thu, 19 Sep 2013 16:45:02 +0000 (16:45 +0000)
commit155e9f821c5d1fdbf7cf2e4697c469d66c7ca660
tree29a2c7d8ebf07b5740c524c3fb6c432ce37942da
parent9a0537cc98c3c6e65667e999cddab0e7c617df9b
chan_sip: Make direct media reinvites for T38 put Asterisk in the media path

Prior to this patch, Asterisk would incorrectly use the previous endpoint
addresses in SDP in spite of providing its own port. T38 is never meant to
be done through directmedia and Asterisk should always be in the media path
for these streams.

(closes issue ASTERISK-17273)
Reported by: Kevin Stewart

(closes issue ASTERISK-18706)
Reported by: Jeremy Kister

Review: https://reviewboard.asterisk.org/r/2853/
........

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

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