summaryrefslogtreecommitdiff
path: root/configs/samples/followme.conf.sample
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@debian.org>2016-05-03 19:11:20 +0300
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2016-05-26 08:00:09 +0300
commit1d60bfcdf1ad7a265177fa35a9d2a55468bbe78f (patch)
treeb82eeee0ded72823108f803f94bf08396d4ea8fe /configs/samples/followme.conf.sample
parenta6b16d7029a7a44c6a43b3b0f1cbc74cecd11454 (diff)
followme: allow disabling callee prompt
Add the option 'enable_callee_prompt' to followme.conf. Enabled by default. If disabled, a callee is not prompted to accept or reject the forwarded call. ASTERISK-26064 #close Change-Id: I0a8b19d4cf95c86a07c992813babb9e4a4acfff5 Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
Diffstat (limited to 'configs/samples/followme.conf.sample')
-rw-r--r--configs/samples/followme.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/samples/followme.conf.sample b/configs/samples/followme.conf.sample
index a233948bf..7e1d40ff4 100644
--- a/configs/samples/followme.conf.sample
+++ b/configs/samples/followme.conf.sample
@@ -5,6 +5,11 @@ featuredigittimeout=>5000
; The number of ms to wait for a digit input for the callee on whether to take the call or
; not before we consider them "done" entering digits.
;
+enable_callee_prompt=>true
+; Enable prompting a callee to either accept or reject the forwarded call.
+; If disabled, the optional prompting for caller name (option 'a') is
+; likewise disabled. Enabled by default.
+;
takecall=>1
; The global default keypress for the callee to take taking the current call. This can be
; a single digit or multiple digits. Default is "1".
@@ -54,6 +59,9 @@ number=>01233456,25
; step to make a choice on whether to take the call or not. That being the case,
; you may want to make the timeout on the last step longer to give enough time to
; make the choice to accept or not.
+enable_callee_prompt=>true
+; Enable prompting the callee to accept the forwarded call. The default
+; is the global value.
takecall=>1
; The keypress for the callee to take taking the current call. This can be
; a single digit or multiple digits. Default is the global default.