summaryrefslogtreecommitdiff
path: root/configs/samples
diff options
context:
space:
mode:
authorghjm <graham@mhn.org>2017-12-27 18:44:31 -0500
committerRichard Mudgett <rmudgett@digium.com>2018-01-17 12:08:59 -0600
commit86b484dec7278184ed93f5449a68ef358a6dd3cc (patch)
tree0c15adc9876c80b0022d249e6d47e4826c19f6c1 /configs/samples
parentee893774c05b37919edba2db6afefcc850e7dd9a (diff)
app_followme: Add a prompt to be read when a call is connected
This patch adds the ability to configure a prompt which will be read to the "winner" who pressed 1 (or the configured value) and received the call. ASTERISK-24372 #close Change-Id: I6ec1c6c883347f7d1e1f597189544993c8d65272
Diffstat (limited to 'configs/samples')
-rw-r--r--configs/samples/followme.conf.sample12
1 files changed, 11 insertions, 1 deletions
diff --git a/configs/samples/followme.conf.sample b/configs/samples/followme.conf.sample
index 487554d81..25421e651 100644
--- a/configs/samples/followme.conf.sample
+++ b/configs/samples/followme.conf.sample
@@ -39,7 +39,11 @@ status_prompt=>followme/status
sorry_prompt=>followme/sorry
; The global default for 'I'm sorry, but we were unable to locate your party' message.
;
-;
+connecting_prompt=>
+; The global default sound file name for 'Please say hello to the caller' message.
+; Setting to an empty string skips playing the prompt. The default is no prompt
+; file name.
+
[default]
musicclass=>default
; The moh class that should be used for the caller while they are waiting to be connected.
@@ -95,3 +99,9 @@ status_prompt=>followme/status
sorry_prompt=>followme/sorry
; The 'I'm sorry, but we were unable to locate your party' message prompt. Default
; is the global default.
+;
+connecting_prompt=>
+; The sound file name for 'Please say hello to the caller' message. Default is the
+; global default.
+;
+