Hi Guys,
can I route a User Terminated Scheduled CallBack directly on a single Agent? I’ve already made a strategy which does the same thing to an Agent Group, and it works perfectly, but i want that this strategy, routes the callback to an agent and then, if the single agent is not available, after 60 Seconds (timeout), routes the callback to the Agent Group. Is it possible? And if it is, how can I do that?
P.S. The callback service is inside the GMS, which recalls my strategy mentioned above, with the option _urs_strategy.
Of course you can route the callback to the agent (it is default behaviour of this callback type). What problem exactly you try to solve? Did you try to configure option “_wait_for_agent”?
Hi Kubig,
the problem is when i try to route a callback to a specific Agent given by a WebService block, the strategy doesn’t route it, and it goes to the Agent Group specified in the _target option of the GMS. From the logs, the interaction goes to the specific agent, but i’m not receiving it in the WDE. The strategy is preconfigurated by Genesys and it’s called WaitForTarget.
Hi Raja Sekhar,
thank you for your reply, but it is not the problem, because i want to do this from the strategy, exactly from a variable extracted from the response of the WebService Block, and not from the _target option of the GMS_Cluster. It is possible?
Hi Kubig,
i have already tried it but, the callback doesn’t enter in the agent that it was specified by the response of the WebService Block. From the logs, it seems to route to it, but i can’t see any interaction coming on the WDE.