aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-31 00:15:09 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-31 00:15:09 +0000
commit2ee4276f3b65364078d11dc28f3accab56bd2fb8 (patch)
tree21c8a0c2f7dfce50c7dd6a251497cbbc5db3d3d3 /configs
parent739550eb035e3081d45df7ac1f244eddf82a3017 (diff)
Rename new parkedcallparking option to parkedcallreparking
Since this option actually already existed in 1.6.0+, use the same name so as not to confuse people when they upgrade git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@172639 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/features.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 470d344dc..c5949a97f 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -17,7 +17,7 @@ context => parkedcalls ; Which context parked calls are in
; one of: parked, caller, both (default is caller)
;parkedcalltransfers = caller ; Enables or disables DTMF based transfers when picking up a parked call.
; one of: callee, caller, both, no (default is both)
-;parkedcallparking = caller ; Enables or disables DTMF based one-touch parking when picking up a parked call.
+;parkedcallreparking = 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)