aboutsummaryrefslogtreecommitdiffstats
path: root/configs/queues.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-18 05:41:53 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-18 05:41:53 +0000
commit02f968258ce2988bbb4a0103aa3896a55488cba4 (patch)
treee23946837c7c2d7bd935678cc769be9323ad5e91 /configs/queues.conf.sample
parentddc946f6e170e68e3bd3b53689bf03e7bf95792d (diff)
Add Round-Robin w/ Memory queueing strategy (rrmemory)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2998 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/queues.conf.sample')
-rwxr-xr-xconfigs/queues.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index bfa3fa614..3f9596ff4 100755
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -37,6 +37,7 @@
; leastrecent - ring interface which was least recently called by this queue
; 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
;
;strategy = ringall
;