]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Improve SDP parsing warning messages
authorKevin P. Fleming <kpfleming@digium.com>
Fri, 1 Jun 2012 20:22:44 +0000 (20:22 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Fri, 1 Jun 2012 20:22:44 +0000 (20:22 +0000)
commitf929ef12db21424844b1a4c54b1d8d3707d03e8e
tree3afed6c11579cd8be17ec3532e40aa45e24da031
parente665320d0c9082d9126434fc7aec140f435c005e
Improve SDP parsing warning messages

* 'Unsupported media type' is only reported when that is in fact the case,
   not when a supported media type is included in an 'm' line that has an
   invalid format.

* All warning messages related to parsing 'm' lines now include the 'm' line contents.

* (minor bugfix) newline added to port-number-zero warning messages.

* Warning messages improved to use RFC-specified terminology for various items.

* Warnings for offers that include more than one port for a single media type now
  include the media type.

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

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

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