]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Discard responses with more than one Via
authorTerry Wilson <twilson@digium.com>
Fri, 19 Nov 2010 20:53:36 +0000 (20:53 +0000)
committerTerry Wilson <twilson@digium.com>
Fri, 19 Nov 2010 20:53:36 +0000 (20:53 +0000)
commit62d947a16870a4851cbd6aeedb8b437035abbd51
treeabaedbd6fe281d04ecd5e02e471de51f953fabe0
parent28922df8299776cf0791a89fa9b3bb06e90d810a
Discard responses with more than one Via

This is not a perfect solution as headers that are joined via commas are not
detected. This is a parsing issue that to fix "correctly" would necessitate
a new SIP parser.

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

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