From e03af97ad4b2dfc0ebbbbe0375bffca89d9532c1 Mon Sep 17 00:00:00 2001 From: twilson Date: Tue, 6 Jul 2010 22:08:20 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/branches/1.4@274280 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/sip.conf.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index f0235bcd1..10d401883 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -176,6 +176,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ;contactdeny=0.0.0.0/0.0.0.0 ; Use contactpermit and contactdeny to ;contactpermit=172.16.0.0/255.255.0.0 ; restrict at what IPs your users may ; register their phones. +;forwardloopdetected=no ; Attempt to forward a call locally if the + ; destination replies with 482 Loop Detected + ; default = yes ; ; If regcontext is specified, Asterisk will dynamically create and destroy a -- cgit v1.2.3