[Asterisk-cvs] asterisk/configs queues.conf.sample,1.22,1.23
markster at lists.digium.com
markster at lists.digium.com
Thu Mar 3 18:57:11 CST 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv15737/configs
Modified Files:
queues.conf.sample
Log Message:
Update documentation on agent groups (bug #3652)
Index: queues.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/queues.conf.sample,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- queues.conf.sample 7 Jan 2005 04:05:22 -0000 1.22
+++ queues.conf.sample 4 Mar 2005 00:54:22 -0000 1.23
@@ -156,6 +156,12 @@
;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
More information about the svn-commits
mailing list