From d0d47362e3c10d975bf6294f7924f81a91544ad2 Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Fri, 4 Mar 2005 00:54:22 +0000
Subject: [PATCH] Update documentation on agent groups (bug #3652)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5134 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/queues.conf.sample | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index 172a6f80fe..0f0f37e58a 100755
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -156,6 +156,12 @@ persistentmembers = yes
 ;member => Agent/1001
 ;member => Agent/1002
 
+;
+; Note that using agent groups is probably not what you want.  Strategies do
+; not propagate down to the Agent system so if you want round robin, least
+; recent, etc, you should list all the agents in this file individually and not
+; use agent groups.
+;
 ;member => Agent/@1		; Any agent in group 1
 ;member => Agent/:1,1		; Any agent in group 1, wait for first
                                 ; available, but consider with penalty
-- 
GitLab