summaryrefslogtreecommitdiff
path: root/configs/features.conf.sample
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-02-16 18:08:34 +0000
committerJoshua Colp <jcolp@digium.com>2007-02-16 18:08:34 +0000
commitb8ab0abb83d164d3d788d5fbcc3f3b5926edb14f (patch)
treeb65ac4e06dd4f9dbb20f58c76d257dc19369a62b /configs/features.conf.sample
parent84718d10c4e16dd57edd6dc161a5d20789bdd0d4 (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: https://origsvn.digium.com/svn/asterisk/trunk@54910 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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