summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2012-04-28 00:58:54 +0000
committerRussell Bryant <russell@russellbryant.com>2012-04-28 00:58:54 +0000
commit386c2c6edfdf364e1355db9ecf98f8d120f205f9 (patch)
treeeb0cf97437bc4a41764b38834d7af9c5f1af7a8e /CHANGES
parente8a6e0ef0e672ebe823500538d2c06e7bad591e0 (diff)
features: Add FEATURE() and FEATUREMAP() functions.
Add two new dialplan functions: FEATURE() and FEATUREMAP(). FEATURE() lets you set some of the configuration options from the [general] section of features.conf on a per-channel basis. FEATUREMAP() lets you customize the key sequence used to activate built-in features, such as blindxfer, and automon. See the built-in documentation for details. Review: https://reviewboard.asterisk.org/r/1871/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@364437 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 42e2bac90..e9f991600 100644
--- a/CHANGES
+++ b/CHANGES
@@ -209,6 +209,11 @@ Dialplan functions
VM_INFO.
* The REDIRECTING function now supports the redirecting original party id
and reason.
+ * Two new functions have been added: FEATURE() and FEATUREMAP(). FEATURE()
+ lets you set some of the configuration options from the [general] section
+ of features.conf on a per-channel basis. FEATUREMAP() lets you customize
+ the key sequence used to activate built-in features, such as blindxfer,
+ and automon. See the built-in documentation for details.
Followme changes
-------------