aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-16 21:57:51 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-16 21:57:51 +0000
commit4e25f678a71ca88f0cda3db833cfc25ea5e66116 (patch)
tree37916b2e14c192632adecd427d9d4a2933231eb9 /configs
parent91cee8a56dd7e51ae0ce730ba4571bfdb9a166c7 (diff)
Set the default for "autofill" and "shared_lastcall" to "yes" in queues.conf.
Review: https://reviewboard.asterisk.org/r/922/ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@287193 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample15
1 files changed, 7 insertions, 8 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index f6c3a7676..b251323a0 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -10,7 +10,7 @@
persistentmembers = yes
;
; AutoFill Behavior
-; The old/current behavior of the queue has a serial type behavior
+; The old behavior of the queue (autofill=no) is to have a serial type behavior
; in that the queue will make all waiting callers wait in the queue
; even if there is more than one available member ready to take
; calls until the head caller is connected with the member they
@@ -23,10 +23,9 @@ persistentmembers = yes
; no more available members or no more waiting callers. This is
; probably more along the lines of how a queue should work and
; in most cases, you will want to enable this behavior. If you
-; do not specify or comment out this option, it will default to no
-; to keep backward compatibility with the old behavior.
+; do not specify or comment out this option, it will default to yes.
;
-autofill = yes
+;autofill = no
;
; Monitor Type
; By setting monitor-type = MixMonitor, when specifying monitor-format
@@ -56,11 +55,11 @@ monitor-type = MixMonitor
; example: Queue(dave,t,,,45)
; shared_lastcall will make the lastcall and calls received be the same in
-; members logged in more than one queue.
-; This is useful to make the queue respect the wrapuptime of another queue
-; for a shared member
+; members logged in more than one queue. This is useful to make the queue
+; respect the wrapuptime of another queue for a shared member.
+; The default value is yes.
;
-shared_lastcall=no
+;shared_lastcall=no
;
;[markq]
;