aboutsummaryrefslogtreecommitdiffstats
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-11 03:33:33 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-11 03:33:33 +0000
commiteba9824400e6d6320422b52dace977d7fd009c69 (patch)
treeeffa94f84ce6645c86c2a6b7cd92dd9b393b395c /configs/queues.conf.sample
parent2c123568dff2fa858b0d31c9dfd19389940b354d (diff)
correct descriptions for joinempty options (bug #3979)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5447 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/queues.conf.sample')
-rwxr-xr-xconfigs/queues.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index ba438b1ec..f4e73d7e5 100755
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -126,8 +126,8 @@ persistentmembers = yes
; choices:
;
; yes - callers can join a queue with no members or only unavailable members
-; no - callers cannot join a queue with no members or only unavailable members
-; strict - callers cannot join a queue with no 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
;