mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 12:53:45 +00:00
new queue option, penaltymemberslimit, disregards penalty on too few queue members when enabled
(closes issue #14559) Reported by: fiddur Patches: trunk-199584-1.diff uploaded by fiddur (license 678) Tested by: fiddur, dvossel git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@233196 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -112,6 +112,12 @@ shared_lastcall=no
|
||||
;
|
||||
;context = qoutcon
|
||||
;
|
||||
; A limit can be set to disregard penalty settings when the queue has
|
||||
; too few members. No penalty will be weighed in if there are only X
|
||||
; or fewer queue members. (default 0)
|
||||
;
|
||||
;penaltymemberslimit = 5
|
||||
;
|
||||
;----------------------QUEUE TIMING OPTIONS------------------------------------
|
||||
; A Queue has two different "timeout" values associated with it. One is the
|
||||
; timeout parameter configured in queues.conf. This timeout specifies the
|
||||
|
||||
Reference in New Issue
Block a user