aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-17 21:28:04 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-03-17 21:28:04 +0000
commit42822e71ab91b4f3cf0a6cbb15ea60b69a8d3d6f (patch)
treeced71772c0fb3525fb9208e47647cc5a8241f967 /CHANGES
parentb122be2dd675062bfdadfe11876db708524879c4 (diff)
Add support for the "name" option in the CHANNEL() function.
Review: http://reviewboard.digium.com/r/199/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@182762 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 25cb357e6..404248b7e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,12 +12,16 @@
--- Functionality changes from Asterisk 1.6.2 to Asterisk 1.6.3 -------------
------------------------------------------------------------------------------
- *Applications
+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.
+Functions
+---------
+ * The CHANNEL() function now supports the "name" option.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.6.1 to Asterisk 1.6.2 -------------
------------------------------------------------------------------------------