]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Relay proper SIP responses on calling side.
authorMark Michelson <mmichelson@digium.com>
Mon, 4 Jun 2012 21:56:05 +0000 (21:56 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 4 Jun 2012 21:56:05 +0000 (21:56 +0000)
commit503fc9458a32dec7189eca7c68d3bf08ad8da732
tree3606c8140a50a9c40e954ee867c69ae11b5d9fba
parentc44df31f10713c56b2fa50d537e4426109f10ab0
Relay proper SIP responses on calling side.

Revision 351130 broke corect HANGUPCAUSE setting
for the 404 case in chan_sip. Other cases were also
potentially broken. This patch fixes the relaying
of causes to be what they used to be.

(closes issue ASTERISK-19914)
Reported by Pavel Troller
Tested by Walter Doekes (via a reviewboard test to be committed later)
Patches:
chan_sip.diff uploaded by Pavel Troller (license #6302)

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