summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2010-07-06 22:15:27 +0000
committerTerry Wilson <twilson@digium.com>2010-07-06 22:15:27 +0000
commit745f4edbd5dc768f1c66465eb1f57aaddbbcba31 (patch)
tree50422528edd5b20ff2b95aee37456ae1e1dab2d0 /UPGRADE.txt
parent57549330454fb44af4b4a16e1e3e9b5fbdf61b0d (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: https://origsvn.digium.com/svn/asterisk/trunk@274284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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