]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add option to not do a call forward on 482 Loop Detected
authorTerry Wilson <twilson@digium.com>
Tue, 6 Jul 2010 22:08:20 +0000 (22:08 +0000)
committerTerry Wilson <twilson@digium.com>
Tue, 6 Jul 2010 22:08:20 +0000 (22:08 +0000)
commit79d795c3839b470e9342c8ce2565b3240e511ea4
tree1b160736097f04415a40e55d463439a7bcbc6bac
parent5724d8f9051ebf53e7562d9b921e7b653aeb2368
Add option to not do a call forward on 482 Loop Detected

Asterisk has always set up a forwarded call when receiving a 482 Loop Detected.
This prevents handling the call failure by just continuing on in the dialplan.
Since this would be a change in behavior, the new option to disable this
behavior is forwardloopdetected which defaults to 'yes'.

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

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