summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-05-09 02:35:29 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-05-09 02:35:29 +0000
commitd71d8ed99525f982cb3eaf988f8e8d78fd5bf527 (patch)
tree11e2abae027697c45a1addeca237d3625b9663fb /configs
parenta689a5776e27aa750a0b925f0a679edfe9fb3e74 (diff)
Keep answered FollowMe calls until call accepted or last step times out.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@365856 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/followme.conf.sample13
1 files changed, 7 insertions, 6 deletions
diff --git a/configs/followme.conf.sample b/configs/followme.conf.sample
index b11836a5c..418ec582e 100644
--- a/configs/followme.conf.sample
+++ b/configs/followme.conf.sample
@@ -40,17 +40,18 @@ context=>default
; The context to dial the numbers from
number=>01233456,25
; The a follow-me number to call. The format is:
-; number=> <number to call[&2nd #[&3rd #]]> [, <timeout value in seconds> [, <order in follow-me>] ]
+; number=> <number to call[&2nd #[&...]]>[,<timeout value in seconds>[,<order in follow-me>]]
; You can specify as many of these numbers as you like. They will be dialed in the
; order that you specify them in the config file OR as specified with the order field
; on the number prompt. As you can see from the example, forked dialing of multiple
; numbers in the same step is supported with this application if you'd like to dial
; multiple numbers in the same followme step.
-; It's also important to note that the timeout value is not the same
-; as the timeout value you would use in app_dial. This timeout value is the amount of
-; time allowed between the time the dialing step starts and the callee makes a choice
-; on whether to take the call or not. That being the case, you may want to account for
-; this time, and make this timeout longer than a timeout you might specify in app_dial.
+;
+; The timeout value is the amount of time allowed between the time the dialing step
+; starts and the callee answers. The callee then has until the timeout of the last
+; 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.
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.