From 8649193a72973adbd45983cf90cbaccbd40f4d51 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Fri, 26 Oct 2007 15:19:46 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/trunk@87154 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/queues.conf.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs') diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index 3019903ac..a7dd92a73 100644 --- a/configs/queues.conf.sample +++ b/configs/queues.conf.sample @@ -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 ; -- cgit v1.2.3