summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2009-08-26 23:13:19 +0000
committerJeff Peeler <jpeeler@digium.com>2009-08-26 23:13:19 +0000
commit29e1e05e1353e51f8805a8b868b165bfd2e3563e (patch)
treea57239d97387d78b0fe01568f47ec3163ca91cb2 /CHANGES
parente6d5478a507480d71af5f4416e956659ac3b9eed (diff)
Add two new dialplan variables when using features
Added DYNAMIC_FEATURENAME which holds the last triggered dynamic feature. Added DYNAMIC_PEERNAME which holds the unique channel name on the other side and is set when a dynamic feature is triggered. (closes issue #14663) Reported by: tamiel Patches: 20090313_features.diff uploaded by tamiel (license 712) Tested by: tamiel git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@214309 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3060634ed..ced6e455d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -94,6 +94,12 @@ Dialplan Functions
voice - voice mode (returns from FAX mode, reverting the changes that
were made when FAX mode was requested)
+Dialplan Variables
+------------------
+ * Added DYNAMIC_FEATURENAME which holds the last triggered dynamic feature.
+ * Added DYNAMIC_PEERNAME which holds the unique channel name on the other side
+ and is set when a dynamic feature is triggered.
+
Queue changes
-------------
* A new option, 'I' has been added to both app_queue and app_dial.