]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Improve SDP parsing warning messages
authorKevin P. Fleming <kpfleming@digium.com>
Fri, 1 Jun 2012 18:18:25 +0000 (18:18 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Fri, 1 Jun 2012 18:18:25 +0000 (18:18 +0000)
commit871cef109a244db94d8ceab116f01fca06b932c0
tree941e75fe9a43624edb8e0017247655d0378ced09
parent751a8bb6b3c69e11559166356949396963cd760a
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/

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