From 91a0c3bd917e2d716b6217224bc78a2b3f1510c1 Mon Sep 17 00:00:00 2001 From: file Date: Fri, 16 Feb 2007 18:08:34 +0000 Subject: 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 --- configs/features.conf.sample | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configs/features.conf.sample') 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 -- cgit v1.2.3