From a010aa5ade8bf09b241c4dafefd99103c31bf883 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Fri, 30 Jan 2009 21:50:03 +0000 Subject: [PATCH] Remove incorrect line from sample config git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172581 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/features.conf.sample | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/features.conf.sample b/configs/features.conf.sample index 0cebd223f4..361923f033 100644 --- a/configs/features.conf.sample +++ b/configs/features.conf.sample @@ -23,8 +23,6 @@ context => parkedcalls ; Which context parked calls are in (default parking lot ; 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) -;parkedcallparking = caller ; Enables or disables DTMF based one-touch parking when picking up a parked call. - ; one of: callee, caller, both, no (default is no) ;parkedcallhangup = caller ; Enables or disables DTMF based hangups when picking up a parked call. ; one of: callee, caller, both, no (default is no) ;parkedcallrecording = caller ; Enables or disables DTMF based one-touch recording when picking up a parked call.