]> git.ipfire.org Git - thirdparty/asterisk.git/commit
channels/chan_sip: Support mutltiple Supported and Required headers
authorMatthew Jordan <mjordan@digium.com>
Thu, 30 Oct 2014 01:39:20 +0000 (01:39 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 30 Oct 2014 01:39:20 +0000 (01:39 +0000)
commit88089b089a1535b911d0d11474454b9a19f991fa
treec244736fd46e34bf9120cf7bc25fd6f819c39533
parent92cdf7e634060c1a9bae79755d014d3aeb3009ef
channels/chan_sip: Support mutltiple Supported and Required headers

A SIP request may contain multiple Supported: and Required: headers. Currently,
chan_sip only parses the first Supported/Required header it finds. This patch
adds support for multiple Supported/Required headers for INVITE requests.

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

ASTERISK-21721 #close
Reported by: Olle Johansson
patches:
  rb2478.patch uploaded by oej (License 5267)

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