From cc0b49d927cbc17c92ff48443a49b0852b373762 Mon Sep 17 00:00:00 2001 From: BJ Weschke Date: Fri, 31 Mar 2006 13:51:37 +0000 Subject: [PATCH] Provide warning about current behavior of autofill = yes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16673 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/queues.conf.sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index c228699706..71d8db64a2 100644 --- a/configs/queues.conf.sample +++ b/configs/queues.conf.sample @@ -73,7 +73,11 @@ persistentmembers = yes ;wrapuptime=15 ; ; Autofill will follow queue strategy but push multiple calls through -; at same time. +; at same time. WARNING: By setting this to yes, if you have a number +; of calls waiting in queue, and only a single member becoming available +; at a time, it is more than likely NOT going to be the caller that's +; been waiting the longest that will get assigned to this newly available +; queue member. ; ;autofill=yes ;