" /> Router default settings - Genesys CTI User Forum

Author Topic: Router default settings  (Read 2701 times)

Offline Hishamp

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
Router default settings
« on: July 12, 2010, 01:12:27 PM »
Advertisement
Hi , if you have a strategy and you targeting agents based on there skill levels and when the agents all have the same skill level who does router target by default if all agents are ready .

Thanks in advance for your assistance

Offline BenTaylor

  • Full Member
  • ***
  • Posts: 107
  • Karma: 4
Re: Router default settings
« Reply #1 on: July 13, 2010, 12:42:14 PM »
If you don't specify a statistic it will select an agent at random.

You'll see something like this in the URS log:

SELECT ANY by statistic <NONE> (random)

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Router default settings
« Reply #2 on: July 13, 2010, 01:43:04 PM »
Hishamp,

In most cases URS will use the StatAgentLoading (StatAgentLoadingMedia) statistics. You can find detailed description of how URS handles this and definition of the statistic(s) in the Universal Server 7.6 Reference Guide.

R.

Offline Pranpong.S

  • Newbie
  • *
  • Posts: 40
  • Karma: 1
Re: Router default settings
« Reply #3 on: July 19, 2010, 10:42:38 AM »
Here is purpose of StatAgentLoading :
[b]StatAgentLoading[/b] is used to select agents within a group based on current agent loading, which is calculated as a vector of three values: [b]number of available DNs[/b], [b]time in Ready state[/b] (the same value as StatTimeInReadyState provides), and a [b]random number[/b].
So the URS will follow the algorithm as follows:
It evaluates the number of busy DNs and select the agent with the highest number of available DNs (if StatSelectMax is used)
If the number of busy DNs is equal amongst these agents, URS evaluates the second value in the vector, (which is the equivalent of StatTimeInReadyState) and selects the agent with the longest time in ready state (if StatSelectMax is used)
In the event that both of the above are equal amongst the agents, the URS will select an agent at random.
If StatSelectMin was to be used, then the result would be unusual (and most likely undesirable) behavior. In this instance the agent selected would be either one with the least number of available DNs, or if the number of available DNs was equal, the agent with the shortest waiting time.