aboutsummaryrefslogtreecommitdiffstats
path: root/configs/features.conf.sample
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-16 18:08:34 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-16 18:08:34 +0000
commit91a0c3bd917e2d716b6217224bc78a2b3f1510c1 (patch)
treeb65ac4e06dd4f9dbb20f58c76d257dc19369a62b /configs/features.conf.sample
parentca614c38fa69d42b980c58b4eb1aec2e07228e46 (diff)
Allow the user to specify where to enable the respective features for when a parked call is picked up. (ie: transfers and parking)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54910 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/features.conf.sample')
-rw-r--r--configs/features.conf.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index ea40a801c..a35453f8c 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -15,8 +15,10 @@ context => parkedcalls ; Which context parked calls are in
; or the Touch Monitor is activated/deactivated.
;parkedplay = caller ; Who to play the courtesy tone to when picking up a parked call
; one of: parked, caller, both (default is caller)
-;parkedcalltransfers = yes ; Enables or disables DTMF based transfers when picking up a parked call
-;parkedcallreparking = yes ; Enables or disables DTMF based parking when picking up a parked call
+;parkedcalltransfers = caller ; Enables or disables DTMF based transfers when picking up a parked call.
+ ; one of: callee, caller, both, no (default is no)
+;parkedcallreparking = caller ; Enables or disables DTMF based parking when picking up a parked call.
+ ; one of: callee, caller, both, no (default is no)
;adsipark = yes ; if you want ADSI parking announcements
;findslot => next ; Continue to the 'next' free parking space.
; Defaults to 'first' available