From b4399f326407b63bba12fc5a235c0424eb91e32c Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 29 Aug 2006 21:20:43 +0000 Subject: 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 --- configs/features.conf.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configs/features.conf.sample') 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: ; -; => ,[/],[,] +; => ,[/],[,[,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 -- cgit v1.2.3