summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Vossel <dvossel@digium.com>2009-03-17 18:06:55 +0000
committerDavid Vossel <dvossel@digium.com>2009-03-17 18:06:55 +0000
commitbf2895bae8a1f0be13ff7ed1cb0992dec988bc03 (patch)
treeba741a05b9bd1796102a38f99b0871e8c2f87054 /CHANGES
parente559cae4ec230b4991079f5fe4a3302f5b682470 (diff)
Fixing CHANGES in rev 182596.
Progress DTMF was added into app_dial's D() option. In CHANGES it should have been updated under 1.6.3 rather than 1.6.2. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@182607 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index c6ba6557a..25cb357e6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,7 +12,11 @@
--- Functionality changes from Asterisk 1.6.2 to Asterisk 1.6.3 -------------
------------------------------------------------------------------------------
- * Nothing, yet!
+ *Applications
+------------
+ * Added progress option to the app_dial D() option. When progress DTMF is
+ present, those values are sent immediatly upon receiving a PROGRESS message
+ regardless if the call has been answered or not.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.6.1 to Asterisk 1.6.2 -------------
@@ -128,9 +132,6 @@ Applications
* Added ConfBridge dialplan application which does conference bridges without
DAHDI. For information on its use, please see the output of
"core show application ConfBridge" from the CLI.
- * Added progress option to the app_dial D() option. When progress DTMF is
- present, those values are sent immediatly upon receiving a PROGRESS message
- regardless if the call has been answered or not.
Miscellaneous
-------------