summaryrefslogtreecommitdiff
path: root/configs
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 /configs
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 'configs')
-rw-r--r--configs/features.conf.sample17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 85a0d9d5f..966d008a4 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -100,3 +100,20 @@ context => parkedcalls ; Which context parked calls are in
;unpauseMonitor => #3,self/callee,UnPauseMonitor ;Allow the callee to unpause monitoring
; ;on their channel
;
+; GROUPS
+; Groups are groupings of features defined in [applicationmap]
+; that can have their own key mappings.
+;
+; Groups are defined as a configuration section,
+; and can be set as part of DYNAMIC_FEATURES in
+; the same way that a normal feature can...
+; etc:
+;
+; Set(DYNAMIC_FEATURES=myGroupName);
+;
+; example:
+; [myGroupName] ; defines the group named myGroupName
+; testfeature => #9 ; associates testfeature with the group and the keycode #9
+; pauseMonitor ; associates pauseMonitor with the group and the keycode
+; ; defined in [applicationmap]
+