summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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 --------------------