[asterisk-commits] branch 1.2 r13964 -
/branches/1.2/configs/features.conf.sample
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Mar 21 11:59:30 MST 2006
Author: russell
Date: Tue Mar 21 12:59:29 2006
New Revision: 13964
URL: http://svn.digium.com/view/asterisk?rev=13964&view=rev
Log:
add a note explaining how to set the DYNAMIC_FEATURES variable to allow the use
of custom features (issue #6747)
Modified:
branches/1.2/configs/features.conf.sample
Modified: branches/1.2/configs/features.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.2/configs/features.conf.sample?rev=13964&r1=13963&r2=13964&view=diff
==============================================================================
--- branches/1.2/configs/features.conf.sample (original)
+++ branches/1.2/configs/features.conf.sample Tue Mar 21 12:59:29 2006
@@ -3,7 +3,7 @@
;
[general]
-parkext => 700 ; What ext. to dial to park
+parkext => 700 ; What extension to dial to park
parkpos => 701-720 ; What extensions to park calls on
context => parkedcalls ; Which context parked calls are in
;parkingtime => 45 ; Number of seconds a call can be parked for
@@ -27,6 +27,11 @@
;atxfer => *2 ; Attended transfer
[applicationmap]
+; Note that the DYNAMIC_FEATURES channel variable must be set to use the features
+; defined here. The value of DYNAMIC_FEATURES should be the names of the features
+; to allow the channel to use separated by '#'. For example:
+; Set(DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)
+;
;testfeature => #9,callee,Playback,tt-monkeys ;Play tt-monkeys to
;callee if #9 was pressed
More information about the asterisk-commits
mailing list