Provide warning about current behavior of autofill = yes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16673 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
BJ Weschke
2006-03-31 13:51:37 +00:00
parent 50fd665c09
commit cc0b49d927

View File

@@ -73,7 +73,11 @@ persistentmembers = yes
;wrapuptime=15 ;wrapuptime=15
; ;
; Autofill will follow queue strategy but push multiple calls through ; 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 ;autofill=yes
; ;