From 6cd5e1aee6627cc073c51fb9929e0505420a550c Mon Sep 17 00:00:00 2001
From: Mark Michelson <mmichelson@digium.com>
Date: Fri, 26 Oct 2007 14:59:31 +0000
Subject: [PATCH] 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
---
 configs/queues.conf.sample | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 3fe9432b2a..3019903ac3 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
-- 
GitLab