Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Gef Buneri on January 24, 2013, 04:00:59 PM

Title: StatAverDistribCallTime on a .A object; possible ?
Post by: Gef Buneri on January 24, 2013, 04:00:59 PM
Hi all again, I'm trying to obtain a valid average distribution call time per agent to use in IRD application, does a way exists ? If it does, whar active/relative objects I should use in IRD statistic ? The method I'm using at the moment is [b]SData['XXXX@StatServer75URS.A','StatAverDistribCallTime'][/b] (where XXXX = AgentID); this syntax works with .Q objects.

(IRD 7.5 URS 7.5 STAT SERVER. 7.5)

Regards,


Gef.
Title: Re: StatAverDistribCallTime on a .A object; possible ?
Post by: Kubig on January 24, 2013, 04:06:17 PM
How want you calculate this statistics when on agent object any calls are not disitributed? Distributed step is possible only on queue,logical. On agent object type the call does not wait the call or similiary,so such statistic does make a sense.
Title: Re: StatAverDistribCallTime on a .A object; possible ?
Post by: Gef Buneri on January 24, 2013, 04:08:21 PM
I see, Kubig... using more brain, you're totally right :) So, how do I can reach the goal to have a realistic...uhm... "estimated wait time" on an agent ? Do you think there's a way ?
Title: Re: StatAverDistribCallTime on a .A object; possible ?
Post by: Kubig on January 24, 2013, 04:24:00 PM
EWT(Estimated wait time) is using for queue object type too,because on this object you want to know how long the customer have to wait. If you want to know average time in waiting time of agent,use standard statistic AverageWaitForNextCallTime
Title: Re: StatAverDistribCallTime on a .A object; possible ?
Post by: cavagnaro on January 24, 2013, 05:02:46 PM
Gef you need more coffee  ;D
Title: Re: StatAverDistribCallTime on a .A object; possible ?
Post by: Gef Buneri on January 29, 2013, 10:30:07 AM
@Cavagnaro Fear you're right...  :-\ @Kubig I'll try with your suggestion.
Title: Re: StatAverDistribCallTime on a .A object; possible ?
Post by: Kubig on January 29, 2013, 11:47:34 AM
Try it and let us know. So in general,you can describe your need to deeply detail and based on it we can suggest you some solution
Title: Re: StatAverDistribCallTime on a .A object; possible ?
Post by: Gef Buneri on February 13, 2013, 08:02:56 AM
Here I am, at the end. The best solution I found for my scenery was to extract 2 statistics: total number inbound calls per .A and total time in specific time window per .A and then use a formula like totalintime/totalinncalls, this gives me a quite real result about the handling time per .A. Seems working.


Gef.
Title: Re: StatAverDistribCallTime on a .A object; possible ?
Post by: fnunezsa on March 05, 2013, 06:22:36 PM
So are you looking for Average Handle Time for Agent A? That's an OOB statistic, no need for customization. Keep in mind that there are other thing to consider for Handle Time, like hold time, ACW time, consult time, etc.