aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-06 22:15:27 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-06 22:15:27 +0000
commitb14830b301d706f6dbd0f1d0528e5131cd0c2733 (patch)
tree50422528edd5b20ff2b95aee37456ae1e1dab2d0 /UPGRADE.txt
parentda65ef1531e505cf0766ef1b475e48969a6d93dd (diff)
Merged revisions 274280 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r274280 | twilson | 2010-07-06 17:08:20 -0500 (Tue, 06 Jul 2010) | 9 lines 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/ ........ (no option for trunk, just changing the behavior) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@274284 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index c3139b9a5..ff8d3597a 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -92,6 +92,10 @@ From 1.6.2 to 1.8:
definition specifies those fields as float,double or similar they will now
be logged with microsecond accuracy instead of a whole integer.
+* chan_sip will no longer set up a local call forward when receiving a
+ 482 Loop Detected response. The dialplan will just continue from where it
+ left off.
+
From 1.6.1 to 1.6.2:
* SIP no longer sends the 183 progress message for early media by