" /> Statistic and Filters - Genesys CTI User Forum

Author Topic: Statistic and Filters  (Read 2900 times)

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
Statistic and Filters
« on: March 12, 2014, 11:11:35 AM »
Advertisement
Hello,

I wondered if there was an easier way to do count this statistic.
We have calls which route to GVP vxml (via play application block in ird).
In this application caller responds based on question using DTMF.

I want to report on these selections in ccpulse and CCA.
using variables (in vxml) I created filter for each response and applied to various statistics.
The only ones incremented are Abandoned (if call is abandoned in application) and Distributed (if call is completed) - this is against route point.
This means in order to record each response I have to create statistic for every likely response again abandoned and distributed.
ideally it would have been better to use Entered however the filter does not work on this.
Also tried to use VQ only this time Abandoned is incremented plus cleared.

thanks.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Statistic and Filters
« Reply #1 on: March 12, 2014, 11:55:29 AM »
From my point of view, the solution should be in using dummy vq, which will be placed after PlayApplication block -> At statserver you can build filters corresponding each "question" in vxml app and collect for example entered stats with these specified filters.

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
Re: Statistic and Filters
« Reply #2 on: March 12, 2014, 03:01:48 PM »
This work for the Entered figure if call is not abandoned by caller.
but if i abandon the call the dummy VQ does not increment any statistics.

thanks.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Statistic and Filters
« Reply #3 on: March 12, 2014, 03:03:44 PM »
I am not at my PC now, so I'll try it later and let you know with a result

Offline PFCCWA

  • Hero Member
  • *****
  • Posts: 655
  • Karma: -7
Re: Statistic and Filters
« Reply #4 on: March 12, 2014, 04:10:57 PM »
Found a workaround.
Create a custom statistic in statserver which contains both CallAbandoned and CallDistributed as the mainmask and applied filter then counted against route point.

thanks.

Offline GMG

  • Newbie
  • *
  • Posts: 41
  • Karma: 2
  • GCP CIV 8X
Re: Statistic and Filters
« Reply #5 on: March 13, 2014, 11:40:22 AM »
2 ways of doing the same:

1) We have place VQ before play application block.

2) We can create custom stat, and every time add/increment count in previous value (Previous value is something you are keeping in database), when your call crosses the play application you add KV pair, and show custom KV pair to ccpulse.......I used this way show the Customer ANI to CCPulse, you can use database to save custom/previous entered value and show them using CCPulse..

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Statistic and Filters
« Reply #6 on: March 13, 2014, 11:46:27 AM »
The best way, from my point of view, is make stats within IVR app - via CTIC for example.