aboutsummaryrefslogtreecommitdiffstats
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-04 22:46:42 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-04 22:46:42 +0000
commit8c039db9e2334b5622358088d03a6fcd02508448 (patch)
tree6493bcb66ed916ed981293e3719bf5d3ef424c54 /configs/queues.conf.sample
parentbaf4c0a6fea6b28acb858887941fc4ec48584cc2 (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: http://svn.digium.com/svn/asterisk/trunk@261051 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/queues.conf.sample')
-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)