aboutsummaryrefslogtreecommitdiffstats
path: root/configs/followme.conf.sample
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-26 18:05:58 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-26 18:05:58 +0000
commitb5039b1aec531b957024a2c3c0526ebd0b3a41f9 (patch)
tree2c5f76d433cc7229f471adb7e374b8565be8f367 /configs/followme.conf.sample
parentf20bdf1a64f055aad50c30900be9ee87787aafc6 (diff)
Standardize the option names for consistency (but continue to work with the
existing names for backwards compatibility). (closes issue #13370) Reported by: jsturtevant git-svn-id: http://svn.digium.com/svn/asterisk/trunk@140167 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/followme.conf.sample')
-rw-r--r--configs/followme.conf.sample24
1 files changed, 12 insertions, 12 deletions
diff --git a/configs/followme.conf.sample b/configs/followme.conf.sample
index 697e5a69c..a8a9955bb 100644
--- a/configs/followme.conf.sample
+++ b/configs/followme.conf.sample
@@ -13,23 +13,23 @@ declinecall=>2
; The global default keypress for the callee to decline taking the current call. This can
; be a single digit or multiple digits. Default is "2".
;
-call-from-prompt=>followme/call-from
+call_from_prompt=>followme/call-from
; The global default for the 'Incoming call from' message.
;
-norecording-prompt=>followme/no-recording
+norecording_prompt=>followme/no-recording
; The global default for the 'You have an incoming call' message when the caller elects
; not to leave their name or the option isn't set for them to do so.
;
-options-prompt=>followme/options
+options_prompt=>followme/options
; The global default for the 'Press 1 to accept this call or press 2 to decline it' message.
;
-pls-hold-prompt=>followme/pls-hold-while-try
+pls_hold_prompt=>followme/pls-hold-while-try
; The global default for 'Please hold while we try and connect your call' message.
;
-status-prompt=>followme/status
+status_prompt=>followme/status
; The global default for 'The party you're calling isn't at their desk' message.
;
-sorry-prompt=>followme/sorry
+sorry_prompt=>followme/sorry
; The global default for 'I'm sorry, but we were unable to locate your party' message.
;
;
@@ -59,27 +59,27 @@ declinecall=>2
; The keypress for the callee to decline taking the current call. This can
; be a single digit or multiple digits. Default is the global default.
;
-call-from-prompt=>followme/call-from
+call_from_prompt=>followme/call-from
; The 'Incoming call from' message prompt. Default is the global default.
;
-followme-norecording-prompt=>followme/no-recording
+norecording_prompt=>followme/no-recording
; The 'You have an incoming call' message prompt when the caller elects
; not to leave their name or the option isn't set for them to do so. Default
; is the global default.
;
-followme-options-prompt=>followme/options
+options_prompt=>followme/options
; The 'Press 1 to accept this call or press 2 to decline it' message prompt.
; Default is the global default.
;
-followme-pls-hold-prompt=>followme/pls-hold-while-try
+pls_hold_prompt=>followme/pls-hold-while-try
; The 'Please hold while we try and connect your call' message prompt.
; Default is the global default.
;
-followme-status-prompt=>followme/status
+status_prompt=>followme/status
; The 'The party you're calling isn't at their desk' message prompt.
; Default is the global default.
;
-followme-sorry-prompt=>followme/sorry
+sorry_prompt=>followme/sorry
; The 'I'm sorry, but we were unable to locate your party' message prompt. Default
; is the global default.