summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2014-11-17 16:51:16 +0000
committerMark Michelson <mmichelson@digium.com>2014-11-17 16:51:16 +0000
commita1f1cdbd872cb38dfe589a699ff31706841be031 (patch)
tree3852382e03f712f150d9acfca5d48af26091f4a9 /CHANGES
parente8286df19c1a5982d80236a1e308ca336cdb7125 (diff)
Allow for transferer to retry when dialing an invalid extension.
This allows for a configurable number of attempts for a transferer to dial an extension to transfer the call to. For Asterisk 13, the default values are such that upgrading between versions will not cause a behaivour change. For trunk, though, the defaults will be changed to be more user-friendly. Review: https://reviewboard.asterisk.org/r/4167 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@428145 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7d657104e..52fd6f87b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,19 @@
=== and the other UPGRADE files for older releases.
===
==============================================================================
+------------------------------------------------------------------------------
+--- Functionality changes from Asterisk 13.0.0 to Asterisk 13.1.0 ------------
+------------------------------------------------------------------------------
+
+Transfers
+-----------------
+
+The features.conf general section has three new configurable options:
+ * transferdialattempts
+ * transferretrysound
+ * transferinvalidsound
+For more information on what these options do, see the Asterisk wiki:
+ https://wiki.asterisk.org/wiki/x/W4fAAQ
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 12 to Asterisk 13 --------------------