summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-05-31 18:21:47 +0000
committerRussell Bryant <russell@russellbryant.com>2007-05-31 18:21:47 +0000
commit8d0124aba37e6a614803f76cae4170815d82adf7 (patch)
tree40da717e279ecbf9dbd2868772352d2613db07bc /CHANGES
parentcc35dc8999daf404e6ade7cb988078140b68ad55 (diff)
Add support for configuring named groups of custom call features in
features.conf. This allows you to create a feature one time, and then map it into groups for various different key mappings for the same feature, as well as easy access control to groups of features. (patch from bbryant) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@66774 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d87c19e72..0f2c29f92 100644
--- a/CHANGES
+++ b/CHANGES
@@ -209,3 +209,7 @@ Miscellaneous
to indicate INUSE or NOT_INUSE when a Local channel is being used as opposed
to just UNKNOWN if the extension exists.
* Added support for the Hungarian language for saying numbers, dates, and times.
+ * Added support for configuring named groups of custom call features in
+ features.conf. This means that features can be written a single time, and
+ then mapped into groups of features for different key mappings or easier
+ access control.