summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-10-26 14:59:31 +0000
committerMark Michelson <mmichelson@digium.com>2007-10-26 14:59:31 +0000
commit6cd5e1aee6627cc073c51fb9929e0505420a550c (patch)
tree874cc86366b2df765d964df2c1fb0488d7807df7
parent7d43ac7004e651463af081fa6ef6131dbbeedc07 (diff)
Remove information about the roundrobin strategy from trunk's queues.conf.sample
since it no longer exists git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87153 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--configs/queues.conf.sample1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 3fe9432b2..3019903ac 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -89,7 +89,6 @@ shared_lastcall=no
; A strategy may be specified. Valid strategies include:
;
; ringall - ring all available channels until one answers (default)
-; roundrobin - take turns ringing each available interface
; 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