]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_sip: Fix an issue where an incompatible audio format may be added to SDP.
authorJoshua Colp <jcolp@digium.com>
Wed, 23 Oct 2013 11:11:18 +0000 (11:11 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 23 Oct 2013 11:11:18 +0000 (11:11 +0000)
commitaa0fcfff6bbf6403be126b0f03baa9424af9adc2
tree5e3fcf898eace936b4a818a4f94516bf36a0cfaf
parent0336f4b606708381aca706c60574e63d70339b9d
chan_sip: Fix an issue where an incompatible audio format may be added to SDP.

If preferred codecs included any non-audio format the code would
mistakenly add the audio format, even if it was not a joint capability
with the remote side.

(closes issue ASTERISK-21131)
Reported by: nbougues
Patches:
patch_unsupported_codec_1.8.patch uploaded by nbougues (license 6470)
........

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

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