" /> Average Time in Play Application Treatment - Genesys CTI User Forum

Author Topic: Average Time in Play Application Treatment  (Read 2785 times)

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
Average Time in Play Application Treatment
« on: October 19, 2011, 06:09:56 PM »
Advertisement
Hello,

Does any know if it is possible to report on the amount of time a call spends within a Play Applications treatment in a IRD strategy?

We want to find out how long a caller waits before selecting an option presented to them from a vxml file that is played.
I was able to obtain the average abandon time from the route point that gave me an idea of the point callers will abandon but couldnt see a stat I can use for the purpose above.

We are using SIP 8, GVP 8, Stat server 8, ccpulse 7.5, ccanalyzer 7.2.
Thanks
WA

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Average Time in Play Application Treatment
« Reply #1 on: October 20, 2011, 10:34:13 AM »
Hi,

I see the ways

1/ Counting time spent on Play Application block using IRD Timestamp[] function - store time before and after the block and attach difference to the call.

2/ Count call on special VQ before calling Play Application using SelectDN[] function

First option will provide you with time spent on treatment for each call but you may have trouble how to process it as you have only CCAnalyzer. Second option will provide you with average, maximum and minimum time using standard VQ reporting template.

R.

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
Re: Average Time in Play Application Treatment
« Reply #2 on: November 01, 2011, 07:12:43 PM »
Thanks,

I have achieved the desired result through option 2.
Within IRD:
Used Select[DN] function and a VQ (IVR_VQ)
then called Play Application block
Then ClearTargets function (to clear the IVR_VQ)
On CCPulse I was able to see the desired results using:
Average Cleared Statistic (gave me average time a caller spends in the play application block before making a selection)
Average Abandoned Statistic (told me average time caller spends before they abandon)

Offline Tambo

  • Sr. Member
  • ****
  • Posts: 456
  • Karma: 5
Re: Average Time in Play Application Treatment
« Reply #3 on: November 08, 2011, 05:10:00 PM »
Excellent,

I like it as we are bringing more IVRs out of the network and into GVP as they can't provide us with this info

cheers