summaryrefslogtreecommitdiff
path: root/configs/followme.conf.sample
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-05-09 17:58:11 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-05-09 17:58:11 +0000
commit108f5fafd700470536a7d53a1c2d617e5a36aeaa (patch)
treebfad227a434a1ec682f12667177d1bf9f484246b /configs/followme.conf.sample
parent6125190ca125b10f7b829710be230816e9534f64 (diff)
Improve FollowMe accept/decline DTMF string matching.
If you hit the wrong DTMF digit trying to accept/decline a FollowMe call, you had to wait for the prompt to repeat to try again. * Make FollowMe compare the last DTMF digits received to the accept/decline matching strings. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@365951 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/followme.conf.sample')
-rw-r--r--configs/followme.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/followme.conf.sample b/configs/followme.conf.sample
index 418ec582e..a233948bf 100644
--- a/configs/followme.conf.sample
+++ b/configs/followme.conf.sample
@@ -8,10 +8,12 @@ featuredigittimeout=>5000
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".
+; Note this string must not be a substring of declinecall.
;
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".
+; Note this string must not be a substring of takecall.
;
call_from_prompt=>followme/call-from
; The global default for the 'Incoming call from' message.
@@ -55,10 +57,12 @@ number=>01233456,25
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.
+; Note this string must not be a substring of declinecall.
;
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.
+; Note this string must not be a substring of takecall.
;
call_from_prompt=>followme/call-from
; The 'Incoming call from' message prompt. Default is the global default.