aboutsummaryrefslogtreecommitdiffstats
path: root/configs/features.conf.sample
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-29 21:20:43 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-29 21:20:43 +0000
commitb4399f326407b63bba12fc5a235c0424eb91e32c (patch)
treed6533c8cfbea59acc3803a2eef501eb907ba1f56 /configs/features.conf.sample
parentd5de83cadf765784b307a2e9a31179d0ac7c2aa9 (diff)
add one remaining bit of functionality to the features.conf applicationmap (from Matt Nicholson in Digium Express Services)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41281 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/features.conf.sample')
-rw-r--r--configs/features.conf.sample5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 786722386..7e25782af 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -48,7 +48,7 @@ context => parkedcalls ; Which context parked calls are in
;
; The syntax for declaring a dynaic feature is the following:
;
-;<FeatureName> => <DTMF_sequence>,<ActivateOn>[/<ActivatedBy>],<Application>[,<AppArguments>]
+;<FeatureName> => <DTMF_sequence>,<ActivateOn>[/<ActivatedBy>],<Application>[,<AppArguments>[,MOH_Class]]
;
; FeatureName -> This is the name of the feature used in when setting the
; DYNAMIC_FEATURES variable to enable usage of this feature.
@@ -64,6 +64,9 @@ context => parkedcalls ; Which context parked calls are in
; the "callee" is the channel called by the Dial application.
; Application -> This is the application to execute.
; AppArguments -> These are the arguments to be passed into the application.
+; MOH_Class -> This is the music on hold class to play while the idle
+; channel waits for the feature to complete. If left blank,
+; no music will be played.
;
;
; IMPORTANT NOTE: The applicationmap is not intended to be used for all Asterisk