Hello,
I have a scenario where i want agents to select a queue when they login to WDE (v8.5).
Calls will then target that queue, which can then be answered by the agent.
I have tried to do this by using ACD Queue targets in ird strategy.
if i use one acd queue target, it mostly works as it routes to and waits in that queue until agent logs into it and answers.
There is however a requirement for some calls to target more than one acd queue, ie call1 route to target block with acdq1, acdq2, acdq3. The problem i have is that one acd queue is always randomly selected and call routes to it without considering the rest. What i want it do is check if agents are logged into the acd queue and ideally also if they are in a not ready state.
What are my other options?
I was thinking of using virtual queue but there is no virtual queue target in the target selection block in IRD (though there is queue group). Also when trying this, there is 'is ignored: wrong dn(cfg)' error in urs logs. Again for this i would need the queue to be checked if an agent is logged in and in ready state before it routes.
also for any solution, i want to be apply a treatment when in queue (using treatment block) and monitor via a VQ.
for acd queue, we cant do this when it selects the queue and completes routing (i have to set it at TServer annex option (music-in-queue). Also there might be a way to continue vq monitoring when call reaches acd queue?
The key point is the ability for agents to be able to select multiple queues, some of which would take more than one type of call.
We use SIP v81, URS, IRD for call strategies.
thanks