Hi Folks,<br><br>I implemented an Asterisk 1.2.10 on a Debian GNU/Linux, and I have implemented a round robin queue (and a memory round robin queue too). <br><br>Here I have one simple problem:<br><br>- agent 1 (busy)<br>- agent 2 (busy)
<br>- agent 3 (free)<br><br>When someone call to my queue, the action of the queue is this:<br>call agent 1, then call agent 2, and then call agent 3, that is free and finally ring. There is someway to my queue only call free agents?
<br><br>Thank you,<br><br>Felipe Neuwald.