" /> Interaction Queue Statistics - Genesys CTI User Forum

Author Topic: Interaction Queue Statistics  (Read 3846 times)

Offline Nicolas

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
    • nskComputing.de
Interaction Queue Statistics
« on: July 07, 2009, 01:29:32 PM »
Advertisement
Hello guys,

I just am struggeling with those java statistics. It seems that nothing works except the predefined ones.

What I want to know:
Maximum waiting time (of email interactions) in an interaction queue

What I have done:
1.) Realised that standard java email statistics have no stat type for any time
2.) Found Average Waiting Time and Total Waiting Time stat types for open media java statistics
3.) Implemented those OM java statistics
4.) Because nothing worked at that time added "MediaType=email" to the stat type definition => that helped! *wow*
5.) Realised that those two time stat types are working, but with limitations:
........ a) They only get updated if one interaction (email) leaves the queue
........ b) Average Waiting Time works as expected but Total Waiting Time increases for each leaved interaction, so its merely the "total waiting time of all interactions that went through this queue in the past" and no "live waiting time" (ok, I have to admit this could have been expected as all "total" titled stats works this way)
........ c) Any change to the stat implementation within StatServer or CCPulse destroys the statistic! (e. g. Aggregation Type or Interval Type)


So I found no way of engaging the requested maximum waiting time for an interaction queue. Additionally both of those time stat types does not work for workbins even if interactions are pulled out there ... maybe I have to plug a strategy there?


Any hints?


Regards,
Nicolas

Offline YevgeniyP

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: Interaction Queue Statistics
« Reply #1 on: July 08, 2009, 03:45:18 AM »
Try to get MM Reporting Toolkit and DB-extension in particular. Distributed by request only for PS or partners.  You will be able to get in CCpulse max wait time for queue or tenant.

Offline Nicolas

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
    • nskComputing.de
Re: Interaction Queue Statistics
« Reply #2 on: July 08, 2009, 07:38:49 AM »
That sounds interesting, thank you Yevgeniy I will try to get that!