Simplifi Contact - Call Queue Ring Strategies

A description of the different ring strategies you can utilize in the call center queues.

Round Robin

Description
Round Robin will evenly distribute calls amongst the membership of a queue. The routing algorithm will start a "round" that contains all members of the queue, and then for each session will offer a member an available session. When a member receives an offer, they are removed from the current "round" and will not be considered for delivery of an additional offer until everyone in the round has been offered a call. Note that the outcome of the offer to a member does not factor into their removal from the current round.

Caveats!!
The routing algorithm remembers/picks up where it left off for subsequent calls.

Least Calls

Description
Least Calls will take all members of a queue and sort the list by the number of calls that they have handled. Sessions will then be distributed to the agent with the least number of call until the agent answers or the call times out.

Caveats!!
You must take into account that this routes according to HANDLED calls. Therefore if a recipient has the least number of handled calls and is offered a session but continues to reject that session they will still be offered the session until they either handle it, or it times out.

Least Offers

Description
Least Offers will take all members of a queue and sort the list by the number of sessions that they have been offered. Sessions will then be distributed to the agent with the least amount of sessions offered.

Caveats!!
You must take into account that this routes according to OFFERS of sessions. If you have a recipient that is continually rejecting offers, or has stepped away and not correctly set their state to 'away' (therefore they are being offered sessions that will be rejected ultimately) then the routing metrics for that recipient will be skewed. They may then spend a long amount of time without being offered a session since their offered count will be much higher than recipients that are not repeatedly rejecting offers.

Most Idle

Description
Most Idle routing will sort the recipients by the time that they last handled a call, and route sessions to those with the longest time elapsed since they have handled a call.

Caveats!!
As with other hard metric routing methods, there is the potential for undesirable behavior if a recipient skews the metrics and incorrectly sets their state. This must be taken into account when choosing a routing algorithm.