summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2011-09-28 16:59:11 +0000
committerTerry Wilson <twilson@digium.com>2011-09-28 16:59:11 +0000
commit0ab04b53b5fdcfc17bc5f82acafc87c92ca37924 (patch)
treee31acd244af4ad3345287693f529d47ec2097869 /configs
parent89205c35e8625e4d1349e700f844823bc780f5c9 (diff)
Add autopausebusy and autopauseunavail queue options
Make it possible to autopause on a busy or unavailable response from a device. (closes issue ASTERISK-16112) Reported by: jlpedrosa Patches: autopausebusy.txt by twilson Review: https://reviewboard.asterisk.org/r/1399/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@338187 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 386e89518..a74c25afc 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -210,6 +210,16 @@ monitor-type = MixMonitor
; last call if a member has not taken a call the delay has no effect.
;autopausedelay=60
;
+; Autopausebusy controls whether or not a queue member is set as paused
+; automatically upon the member device reporting busy. The autopausedelay
+; option applies. Defaults to 'no'.
+;autopausebusy=no
+;
+; Autopauseunavail controls whether or not a queue member is set as paused
+; automatically upon the member device reporting congestion. The autopausedely
+; option applies. Defaults to 'no'.
+;autopauseunavail=no
+;
; Maximum number of people waiting in the queue (0 for unlimited)
;
;maxlen = 0