]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Correct handling of unknown SDP stream types
authorKinsey Moore <kmoore@digium.com>
Thu, 20 Sep 2012 13:00:09 +0000 (13:00 +0000)
committerKinsey Moore <kmoore@digium.com>
Thu, 20 Sep 2012 13:00:09 +0000 (13:00 +0000)
commit19fcfcb2803d2477e319260b77918675a68e9a0a
tree81acc1e530149ecf830981693749e8e4c6bf97ef
parentbf51f55d0898e44d42c9a881a7b88c14b403ac87
Correct handling of unknown SDP stream types

When the patch to handle arbitrary SDP stream arrangements went into
Asterisk, it also included an ability to transparently decline unknown
stream types. The scanf calls used were not checked properly causing
this part of the functionality to be broken.

(closes issue ASTERISK-20203)

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