When an agent is handling a call, we need VIP email to be delivered to this agent. (email with specific UData)
Normal email should only be delivered when the agent has finished the call.
Is this possible to achieve with 7.6 components of Multimedia/URS?
A combination of CheckAgentState and Capacity rules? Or something else.
Just using Capacity rules allows all media of a specific type to be delievered.
Thanks for your input, but I donât think you understand what we need?
I have read that pdf several times, and I cannot find any descriptions regarding routing emails of type A to an agent handling phone call. But emails of type B should not be delivered to the same agent until the call is over. (The word âcapacityâ is not even in the documentâŠ)
Thanks for trying to help - unfortunately my need is not solved by CheckAgentState, cuts from ref guide:
âIf agent capacity rules are set, the CheckAgentState function has no effect
(the Genesys Agent Capacity model does not use agent state).â
âURS is required to use agent capacity information supplied by Stat Server when routing non-voice interactionsâ
I will try to figure someting else out⊠Probably using custom statistic and SelectDN/SuspendForDN and RouteCall instead of target boxes. I have done som initial testing that looks promising.
why not just set the highest possible priority to VIP email? It will be routed to the first available agent bypassing voice calls and other emails. 10 min does not make any difference.
Please check the support tickets, Iâm 100% sure this is possible, I once did it in labs and worked.
He wants that an agent who is with the email DN busy and the voice DN free but his status is Busy as it has more priority can still receive voice calls as one DN is ready.
Iâm pretty sure that functionality requested by catanirex isnât supported. Capacity rules are based on media type and there is no way to add some filtering based on Attached Data to capacity rules. The only way (not considering usage of any hacks on database level) is to assign new media type to VIP email but that would require implementation using OpenMedia. ESJ doesnât support such feature.
Please read again what catarinex would like to achieve. He isnât talking about possibility to route incoming email to an agent busy on call as that is easy with Multimedia (MCR). He want to route only emails with particular keys in Attached Data and thatâs the issue as there is no way to create capacity rule based on media type and Attached Data.
:o : ;D
Dummy me. Yeah, trying to think a way to do this seems no way unless if KVP VIP arrives then you do the checkagent state and if not then donât check that option.
Unfortunately AgentState is not possible to use as I write earlier:
From URS 7.6 documenation
âIf agent capacity rules are set, the CheckAgentState function has no effect
(the Genesys Agent Capacity model does not use agent state).â
âURS is required to use agent capacity information supplied by Stat Server when routing non-voice interactionsâ
I will continue my mission to solve this! Probably need to use a capacity rule allowing both voice and email simultanously on the place, and then check that voice DNs are free before every normal email are routed.
But not check that for VIP emails, for those the capacity rule can be used as normal.