From: Russell Bryant Date: Fri, 11 Mar 2005 07:50:03 +0000 (+0000) Subject: update config to clarify options for how the work in the stable branch X-Git-Tag: 1.0.11.1~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d6e2801d1f114a620c73627d3d2e526d827bab4;p=thirdparty%2Fasterisk.git 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 --- 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 ;