]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Ignore media offers with a port of 0
authorTerry Wilson <twilson@digium.com>
Mon, 20 Jun 2011 17:33:07 +0000 (17:33 +0000)
committerTerry Wilson <twilson@digium.com>
Mon, 20 Jun 2011 17:33:07 +0000 (17:33 +0000)
commit6ca0976235a6aaea41ce8d13736217f34a369160
tree0df036150ab2166032b05dfd01f56c5595440071
parent557fe8bc2406f5fcc29839b06a5e0dacf8dfbac2
Ignore media offers with a port of 0

Section 5.1 of RFC3264 states:
  A port number of zero in the offer indicates that the stream is offered
  but MUST NOT be used.

(closes issue ASTERISK-17845)
Reported by: jacco
Patches:
      issue19281_2.patch uploaded by jacco (license 1277)
Tested by: jacco, twilson

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