" /> StatAverDistribCallTime on a .A object; possible ? - Genesys CTI User Forum

Author Topic: StatAverDistribCallTime on a .A object; possible ?  (Read 3478 times)

Offline Gef Buneri

  • Sr. Member
  • ****
  • Posts: 373
  • Karma: 0
  • Madness is just a point of view.
StatAverDistribCallTime on a .A object; possible ?
« on: January 24, 2013, 04:00:59 PM »
Advertisement
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.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: StatAverDistribCallTime on a .A object; possible ?
« Reply #1 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.

Offline Gef Buneri

  • Sr. Member
  • ****
  • Posts: 373
  • Karma: 0
  • Madness is just a point of view.
Re: StatAverDistribCallTime on a .A object; possible ?
« Reply #2 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 ?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: StatAverDistribCallTime on a .A object; possible ?
« Reply #3 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

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: StatAverDistribCallTime on a .A object; possible ?
« Reply #4 on: January 24, 2013, 05:02:46 PM »
Gef you need more coffee  ;D

Offline Gef Buneri

  • Sr. Member
  • ****
  • Posts: 373
  • Karma: 0
  • Madness is just a point of view.
Re: StatAverDistribCallTime on a .A object; possible ?
« Reply #5 on: January 29, 2013, 10:30:07 AM »
@Cavagnaro Fear you're right...  :-\ @Kubig I'll try with your suggestion.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: StatAverDistribCallTime on a .A object; possible ?
« Reply #6 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

Offline Gef Buneri

  • Sr. Member
  • ****
  • Posts: 373
  • Karma: 0
  • Madness is just a point of view.
Re: StatAverDistribCallTime on a .A object; possible ?
« Reply #7 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.

Offline fnunezsa

  • Full Member
  • ***
  • Posts: 213
  • Karma: 5
Re: StatAverDistribCallTime on a .A object; possible ?
« Reply #8 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.