]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Clarify log WARNING message when port-zero SDP 'm' lines received.
authorKevin P. Fleming <kpfleming@digium.com>
Mon, 30 Jan 2012 12:42:16 +0000 (12:42 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Mon, 30 Jan 2012 12:42:16 +0000 (12:42 +0000)
commit2281ba7cef149a91b6f825850172405cf697f97a
tree9b8dd11838733004497e933c48eb674eb318797c
parentd42eaedb1588809572ddb4359376cc52db35f159
Clarify log WARNING message when port-zero SDP 'm' lines received.

Previously, if an m-line in an SDP offer or answer had a port number of zero,
that line was skipped, and resulted in an 'Unsupported SDP media type...'
warning message. This was misleading, as the media type was not unsupported,
but was ignored because the m-line indicated that the media stream had been
rejected (in an answer) or was not going to be used (in an offer).

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