Hello good afternoon, I have a question regarding the EWT statistics (StatExpectedWaitingTime), here my case:
Scenario: I have 4 groups of agents, each agent group has an associated queue (VQ); I have a strategy in composer where I invoke EWT statistics because I want to return the estimated time that the call will be queued, my expression is as follows:
[b]_genesys.statistic.sData (vqueue + '@' + statserver + '. Q', 'StatExpectedWaitingTime')[/b]
Where vqueue is a variable and filled with the alias of the vq: "ATENTO Postpay 100_LimaSwitch"
statserver is my routing service and I fill it with: "StatServer_Routing"
Up there I have my expression ready to fill in the variable EWT estimated waiting time.
Now I have two agents logged into a group of agents, both are not ready, I make the call and in the variable EWT I get the value of 0; in this case because 0 comes to me?
Then, I activate the two agents in Ready, I make two calls and each agent answers the call, at this moment I no longer have an agent available.
Then I make a third call and I see that EWT keeps bringing me 0.
When I make a fourth call here I notice that the EWT brings me values for example the value of 7, I make a fifth call and it brings me the value of 35.
My question is because in the third call the EWT showed me 0?
Could you help me clarify this concept please, maybe I'm doing something wrong or I do not understand this operation well.
I remain attentive, thank you very much.
[i][b]Note: the need I have is that when there are no agents available in any group, calculate with the EWT the estimated time in queue in each group and, depending on the result, derive the call to the best group of agents[/b][/i]