Hi Guys,
I have a multiserver architecture of Asterisk with Kamailio with 8 " * " boxes. I want to implement asterisk Queues in my setup so that:
if a caller is connected to agent1 on server1 and another caller calls on server2 but he should not connect with agent1.
if all agents are busy calller3 calls on server1, and after sometime another caller4 calls on server2 both must be in the waiting list
when agent2 on server2 gets free calller3 must be connected with agent2 not caller4 .
Can the above mentioned scenario be fulfilled with asterisk?