Update documentation on agent groups (bug #3652)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5134 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2005-03-04 00:54:22 +00:00
parent 9f553ef8ba
commit d0d47362e3
1 changed files with 6 additions and 0 deletions

View File

@ -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