From 4d6e2801d1f114a620c73627d3d2e526d827bab4 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 11 Mar 2005 07:50:03 +0000 Subject: [PATCH] update config to clarify options for how the work in the stable branch git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5165 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/queues.conf.sample | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index 46d7ec6634..a0e73e04d5 100755 --- a/configs/queues.conf.sample +++ b/configs/queues.conf.sample @@ -110,11 +110,13 @@ ; ; monitor-join = yes ; -; If you wish to allow queues that have no members currently to be joined, set this to yes +; If you wish to allow queues that have no members currently to be joined, then set this +; to yes. Note that this is for use with dynamic queue members! ; ; joinempty = yes ; -; If you wish to remove callers from the queue if there are no agents present, set this to yes +; If you wish to remove callers from the queue if there are no agents present, then set +; this to yes. Note that this is for use with dynamic queue members! ; ; leavewhenempty = yes ;