" /> total time to clear - Genesys CTI User Forum

Author Topic: total time to clear  (Read 2588 times)

Offline dnib

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 0
total time to clear
« on: September 04, 2012, 01:04:41 PM »
Advertisement
Hi!

I am trying to use a VQ to measure time spent in executing a strategy (including playing prompts etc). For this I placed the call in a VQ at the beginning of the strategy and at the end I did a ClearTargets on that VQ.

I am able to count the number of cleared calls , but I cannot measure the time. Does anyone have some ideas ?

I tried creating this statistic in CCP StatServer, TotalTimeToClear, but it doesn't work:

Category:  TotalTime
MainMask:  CallCleared
Objects:    Queue, GroupQueues, RoutePoint
Subject:      DNAction


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: total time to clear
« Reply #1 on: September 04, 2012, 05:21:22 PM »
When the call enters the RP do a capture of the time stamp and attach to a KVP. When call enters to an agent on his softphone capture again the current timestamp, then capture the kvp holding the initial time stamp, do a rest and print it.
Done.

Offline dnib

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 0
Re: total time to clear
« Reply #2 on: September 05, 2012, 05:40:04 AM »
Thank you Cavagnaro, but is there a way to measure the Total Time to Clear?
I cannot use your method as I need this statistics in CCPulse.

Thank you

Offline bublepaw

  • Sr. Member
  • ****
  • Posts: 283
  • Karma: 10
Re: total time to clear
« Reply #3 on: September 05, 2012, 08:12:29 AM »
Did You try adding CallDistributed to MainMask?

Offline dnib

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 0
Re: total time to clear
« Reply #4 on: September 05, 2012, 08:18:40 AM »
Yes, I did, but with no success.

Offline dnib

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 0
Re: total time to clear
« Reply #5 on: September 05, 2012, 12:00:34 PM »
I managed to make it work with:

Category:  TotalTime
MainMask:  CallWait
Objects:    Queue, GroupQueues, RoutePoint
Subject:      DNAction