" /> IRD stat for agent time since last inbound call or... - Genesys CTI User Forum

Author Topic: IRD stat for agent time since last inbound call or...  (Read 2816 times)

Offline S

  • Full Member
  • ***
  • Posts: 135
  • Karma: 1
IRD stat for agent time since last inbound call or...
« on: October 30, 2008, 04:12:33 PM »
Advertisement
how can I define a stat in IRD to find the longest available agent who has gone the longest since receiving the inbound call or certain outbound call

If its CCpulse, I can use the agent status with main mask of waitForNextCall and NotReadyForNextCall with relative mask of Call inbound...

not sure how to get the certain outbound calls stats here ... and how do I accomplish the same in IRD statistics...

please let me know
S

Offline gustav

  • Newbie
  • *
  • Posts: 44
  • Karma: 0
Re: IRD stat for agent time since last inbound call or...
« Reply #1 on: October 30, 2008, 04:28:24 PM »
You dont really need this stat configured in IRD, just configure the stat on the stat server, then perform a stat call within the strategy and save as a variable.  Then if you want to use this stat for targeting just pass in the variable (aka custom stat call) to the top of the target block.

ie.

Var_Custom_Stat = 'Statistic:<custom_stat>|TimeProfile:<custom_time_profile>|Filter:<custom_filter>'

Offline S

  • Full Member
  • ***
  • Posts: 135
  • Karma: 1
Re: IRD stat for agent time since last inbound call or...
« Reply #2 on: December 23, 2008, 10:39:40 PM »
what type of variable should it be? Float / String.

I used the float variable, and passed this variable to Target stats- Its not working and its picking the agent with longest available  but not according to my stats :(

Genesys wanted to put the Target agent group in the sdata funtion.... but then they also mentioned that it basically gets a list from the statserver and when used in the target block, URS cannot evaluate it and will route to longest avail as usual and not based on stat list value returned from statserver

Any more ideas out there? please help