[asterisk-users] RoundRobin Holding Memory?

Matt mhoppes at gmail.com
Wed Aug 8 12:45:17 CDT 2007


I have a queue setup to 'roundrobin' (NOT roundrobin with memory).   I
have three agents.  We'll call them 101, 102, and 103.

When a call comes in.. I want it to always try 101 if no answer try
102.. if no answer try 103, etc.
However, what it is doing is... it will ring 101... if 101 answers,
next time a call comes in it will go to 102.  This isn't at all what I
want.  Any ideas why it might be doing this?

[551]
wrapuptime=0
timeout=25
strategy=roundrobin
retry=1
queue-youarenext=queue-youarenext
queue-thereare=queue-thereare
queue-thankyou=queue-thankyou
queue-callswaiting=queue-callswaiting
music=default
monitor-join=yes
monitor-format=
member=Local/101 at from-internal,0
member=Local/102 at from-internal,0
member=Local/103 at from-internal,0
maxlen=0
leavewhenempty=no
joinempty=Yes
context=
announce-holdtime=no
announce-frequency=60



More information about the asterisk-users mailing list