by dominikPL » Thu May 09, 2019 7:14 am
vicidial install from scratch
svn 3094
ver 2.14b0.5
asterisk 13.21
I have problem with priorities queues.
Inbound group priority configuration
ingroup TESTA priority 80
ingroup TESTB priority 40
ingroup AGENTDIRECT priority 99
so two cases are tested:
--FIRST CASE:
one agent is logged in campaign and taking call from all inbound groups. Agent is on pause.
-first call routed to TESTB
-second call routed to TESTA
both calls waiting in queue, when the agent is ready, call from TESTA goes first, then TESTB - priority working ok
--SECOND CASE:
two agents (A and B) are logged in campaign and taking call from all inbound groups. Both agents are on pause.
-first call routed to TESTB
-second call routed to TESTB
-third call routed to TESTB
Agent A took first call, then transferred by AGENTDIRECT to agent B, then agent A goes on pause.
In agent B queue we have 3 call (transfered AGENTDIRECT and two from TESTB)
Agent B becomes ready and took second call, then third call and at the end transferred call.
Priority did not working properly. I think first call should be from AGENTDIRECT because this ingroup has the highest priority in system. I want to prevent situation when we have a lot call in queue and client must wait long time because are transferred direct to agent.