aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-07 15:29:23 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-07 15:29:23 +0000
commit1eb0030e5ae344816a6d3b788305a372017aa6e1 (patch)
tree2f368623005b22734b2e9a41ed0206344ae06ab1 /configs
parent3b753ec1757735799e81818c07c04bb442a6efcb (diff)
Merged revisions 81886 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81886 | mmichelson | 2007-09-07 10:25:19 -0500 (Fri, 07 Sep 2007) | 3 lines Moving the explanation for joinempty to a more appropriate place ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81891 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample20
1 files changed, 8 insertions, 12 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 12550d57e..4915ee04f 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -258,16 +258,6 @@ monitor-type = MixMonitor
;
; monitor-join = yes
;
-; This setting controls whether callers can join a queue with no members. There
-; are three choices:
-;
-; yes - callers can join a queue with no members or only unavailable members
-; no - callers cannot join a queue with no members
-; strict - callers cannot join a queue with no members or only unavailable
-; members
-; loose - same as strict, but paused queue members do not count as unavailable
-;
-;
; ----------------------- TYPE MIXMONITOR OPTIONS -----------------------------
;
;
@@ -288,12 +278,18 @@ monitor-type = MixMonitor
; all variables will be evaluated just prior to recording being started.
;
;
+; This setting controls whether callers can join a queue with no members. There
+; are three choices:
;
-;
-;
+; yes - callers can join a queue with no members or only unavailable members
+; no - callers cannot join a queue with no members
+; strict - callers cannot join a queue with no members or only unavailable
+; members
+; loose - same as strict, but paused queue members do not count as unavailable
;
; joinempty = yes
;
+;
; If you wish to remove callers from the queue when new callers cannot join,
; set this setting to one of the same choices for 'joinempty'
;