" /> Calculate a statistic - Genesys CTI User Forum

Author Topic: Calculate a statistic  (Read 2549 times)

Offline azerty123

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Calculate a statistic
« on: August 24, 2010, 09:15:26 AM »
Advertisement
Hello all,

Someone can help me I try to calculate /  to have the Number of calls being answered with a waiting time less than 60 seconds.

I see that there is Total_Time_to_Answer that give me the total time but it is not for each call. Everytime I make a new call the time is adding ...



Thank you in advance

azerty

Offline ecki

  • Sr. Member
  • ****
  • Posts: 329
  • Karma: 8
Re: Calculate a statistic
« Reply #1 on: August 24, 2010, 09:24:29 AM »
Hi,

You would have to use stats which has following definition in Stat Server

MainMask = CallAnswered
Category = TotalNumberInTimeRange
Subject = DNAction
Objects = Queue, GroupQueues, RoutePoint

and define Timerange
Your60secrange = 0-60

and use this in your ccpulse template.

E.

Offline azerty123

  • Newbie
  • *
  • Posts: 5
  • Karma: 0
Re: Calculate a statistic
« Reply #2 on: August 24, 2010, 12:13:18 PM »
THXS !  :)