mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Added queue strategy "linear". This strategy is useful for those who always wish for their
phones to be rung in a specific order. (closes issue #7279, reported and initially patched by diLLec, patch reworked by me) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87154 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -93,6 +93,9 @@ shared_lastcall=no
|
||||
; fewestcalls - ring the one with fewest completed calls from this queue
|
||||
; random - ring random interface
|
||||
; rrmemory - round robin with memory, remember where we left off last ring pass
|
||||
; linear - rings interfaces in the order specified in this configuration file.
|
||||
; If you use dynamic members, the members will be rung in the order in
|
||||
; which they were added
|
||||
;
|
||||
;strategy = ringall
|
||||
;
|
||||
|
Reference in New Issue
Block a user