aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-07 15:25:19 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-07 15:25:19 +0000
commit62b016dfb4f488113979bf2c139f6d3efc7d86ef (patch)
treeccb8a235ee191cbb0252172e06a0cad5c31f311e /configs
parent700312b11f62815e9455ea5b898ec4046eddee99 (diff)
Moving the explanation for joinempty to a more appropriate place
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@81886 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample17
1 files changed, 7 insertions, 10 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index ba51f44de..9d38740b7 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -211,14 +211,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
-;
; ----------------------- TYPE MIXMONITOR OPTIONS -----------------------------
;
;
@@ -239,12 +231,17 @@ 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
;
; 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'
;