summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2014-11-17 16:58:52 +0000
committerMark Michelson <mmichelson@digium.com>2014-11-17 16:58:52 +0000
commit2e750db1206215b8effcd5c2f43839c10ae621ae (patch)
tree1e3613428fff69e8a2ff34c0a20f442cbd68443e /CHANGES
parent4cea5fd4bac9b058c060d3d61ea25f04d56d9846 (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 ........ Merged revisions 428145 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@428146 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f780d7a75..1d28310a3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -47,6 +47,12 @@ CHANNEL
* Added CHANNEL(onhold) item that returns 1 (onhold) and 0 (not-onhold) for
the hold status of a channel.
+DTMF Features
+------------------
+ * The transferdialattempts default value has been changed from 1 to 3. The
+ transferinvalidsound has been changed from "pbx-invalid" to "privacy-incorrect".
+ These were changed to make DTMF transfers be more user-friendly by default.
+
Resources
------------------
@@ -59,6 +65,20 @@ res_musiconhold
over the channel-set musicclass. This allows separate hold-music from
application (e.g. Queue or Dial) specified music.
+------------------------------------------------------------------------------
+--- 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 --------------------