" /> Stats - Genesys CTI User Forum

Author Topic: Stats  (Read 4919 times)

Offline DarkAngel

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Stats
« on: April 06, 2007, 10:46:43 AM »
Advertisement
Hi,

Does anyone know how to create stats on the statserver?

Our boss would like us to show calls which have been force disconnected (cut off because they breach the maximum queue size) as a percentage.

This percentage would be worked out from the total calls offered and the amount disconnected, but at the moment we have no stat for %FD (percentage of force disconnected calls) and so we need to create one..... Then i need to apply this silly formula to see if Genesys will entertain it, but thats my problem....

Any suggestions will be greatly appreciated

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Stats
« Reply #1 on: April 06, 2007, 06:53:26 PM »
Hi DA,

Can you tell me more about the strategy that FD's the calls.
Do you get Calls In Queue then do an IF statement to decide on whether the call should queue or not?

If so, you could attach some data after the IF statement to say that it was FD, this could be a filter or a VQ (or a filter on a VQ!) or another piece of custom data.

Mark

Online victor

  • Administrator
  • Hero Member
  • *****
  • Posts: 1416
  • Karma: 18
Re: Stats
« Reply #2 on: April 09, 2007, 04:55:19 AM »
There are several ways to do it, but the easiest one would be just doing caluclation in your strategy and then using IF-statement to route the calls to a VQ and from there to good-bye point (uhmm, dead VDN perhaps?)

If you attach data to the calls, then you can take that percentage from the queue you would place in the beginning of the strategy - you do not have to have attached-data when the call passes through it - as long as you attach data to the call later on, you still can apply the filter to the virtual queue and get that count.

so, the easiest way would be:

1. place a VQ to have all calls pass through it when they enter
2. decide if you want to drop the call
3. attach some key to the call being dropped
4. do the filter on the queue with that key to get the number dropped (or create a stat in the statserver)

I wonder if you can do the same thing without creating a VQ and just use RP instead...

Tell me if you want a sample of the stat for StatServer!
Vic


Offline DarkAngel

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: Stats
« Reply #3 on: April 09, 2007, 10:22:23 AM »
Hi guys,

Sorry, im not that clued up on the routing side of things.

At the moment, in CCPulse, there is a view called FD, which shows the force disconnected calls as an integer, purely the amount of calls that have been force disconnected, and i have thresholds and a popup message at certain levels..

This is no longer good enough, and so instead of the number of calls, they want a percentage.

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Stats
« Reply #4 on: April 09, 2007, 10:39:31 PM »
DA,

Can you find out how you are calculating the current FD calls, this will give us a better idea of how to help you.
I'm thinking that it could be as simple as a custom calculation of entered and FD in the FD ccpulse template.

Mark

Online victor

  • Administrator
  • Hero Member
  • *****
  • Posts: 1416
  • Karma: 18
Re: Stats
« Reply #5 on: April 10, 2007, 04:04:22 AM »
My guess would be that you can probably do something as simple as going to Modify Template and doing Custom Formula where you would just divide one value by another.

Have you tried going to: Modify Template and playing with that?

Best regards,
Vic

Offline DarkAngel

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: Stats
« Reply #6 on: April 10, 2007, 01:30:43 PM »
Guys,

At the moment we have a group of VQs called "CC Overall", this shows the total number of calls entered into the call centre, next we have a another Group of VQs called "FD" this just shows the total number of calls to enter VQs ending in _BUSY_1 as the strategy currently send all calls to be disconnected to its departmental VQ suffixed with busy 1.

Is there a way to do a stat that will divide the number of calls entered to the FD group by the number of calls entered into CC Overall then multiply by 100 to get the percentage?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7640
  • Karma: 56330
Re: Stats
« Reply #7 on: April 10, 2007, 05:04:31 PM »
Yes, get Cleared/Distributed stat with some KVP attached and then collect it as stats. Then do some formula to calculate the percentage

Offline sy278

  • Jr. Member
  • **
  • Posts: 72
  • Karma: 1
Re: Stats
« Reply #8 on: April 26, 2007, 02:38:36 PM »
KVP?

Offline mark

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Stats
« Reply #9 on: April 26, 2007, 03:46:11 PM »
[quote author=sy278 link=topic=2161.msg7831#msg7831 date=1177598316]
KVP?
[/quote]

Key Value Pairs