aboutsummaryrefslogtreecommitdiffstats
path: root/configs/features.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-31 14:52:30 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-31 14:52:30 +0000
commite66dd5eb50c597ea3692d318c3c252541ba31052 (patch)
tree560d10e0ce2389ff0977819f5b6bef6fd453e3a8 /configs/features.conf.sample
parent34f471d4c476172cb65c26ffdb2cbcb91e1b2de6 (diff)
Fix a crash on reload by using calloc() instead of malloc() to ensure that
data is properly initialized. (issue #9765, reported by MatsK, patch from eliel) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@66724 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/features.conf.sample')
-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]
+