summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2010-05-04 22:46:42 +0000
committerMark Michelson <mmichelson@digium.com>2010-05-04 22:46:42 +0000
commitfc652b869af90329d6c1441c4fdf9f9584d3fc7e (patch)
tree6493bcb66ed916ed981293e3719bf5d3ef424c54 /configs
parent159f0d4b243ed0513e3ec2302a750bf15ecd47e0 (diff)
Add new possible value to autopause option to allow members to be autopaused in all queues.
See the CHANGES file and queues.conf.sample for more details. (closes issue #17008) Reported by: jlpedrosa Patches: queues.autopause_en_review.diff uploaded by jlpedrosa (license 1002) Review: https://reviewboard.asterisk.org/r/581/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@261051 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index b80461538..f6c3a7676 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -190,7 +190,9 @@ shared_lastcall=no
;autofill=yes
;
; Autopause will pause a queue member if they fail to answer a call
-;
+; no: Member will not be paused
+; yes: Member will be paused only in the queue where the timeout took place
+; all: Memeber will be paused in all queues he/she is a member
;autopause=yes
;
; Maximum number of people waiting in the queue (0 for unlimited)