Dialogue Cloud

Overflow Threshold Algorithms

Last updated: April 2024

Introduction

A dynamic Overflow Threshold Algorithm compares the number of incoming calls to the number of available agents (that are not offline) and calculates the Overflow Threshold. From this value on all incoming further calls will hear the Overflow Message after which the call will be disconnected. Optional a Call back can be introduced to those callers, before they get disconnected.

The static Overflow Threshold is defined by default up until 999 callers, that means that only after this value, the calls will not be connected to the UCC.

Overflow Threshold calculations that are currently available:

  • Static calculation = when the number of callers in the waiting queue reaches the Overflow Threshold – queue limit is reached and the Overflow Message will be played

  • Dynamic calculation = N x Total Active Agents (that are not offline) – queue limit is reached and the Overflow Message will be played

    N = OverflowActiveAgentsRatio

Example

If N = 1.2 and the number of active Agents = 5, then the Overflow Threshold is 6

Configuration

Note

The Overflow Threshold is enabled by default up until 999, if no other value is entered the value StaticTreshold will be assumed.

The configuration of the Overflow Threshold Algorithm can be done in the UCC Settings via the UCC SharePoint Dashboard.

To enable dynamic calculation:

Navigate to the UCC GENERAL widget, open the Settings, and click + new item.

Key Value Description Scope
OverflowTresholdAlgorithm

(enum StaticTreshold|ActiveAgentsThreshold)

The Overflow Threshold is used by the UCC.

Flow
OverflowActiveAgentsRatio

(enter a decimal, e.g. 1.5)

Overflow is reached when the number of callers in the queue exceeds OverflowActiveAgentsRatio * ActiveAgents.

Flow

The use of the Overflow conversations item in reports

When a caller contacts the UCC and the overflow has been reached, then she / he will hear the Overflow Message. Supervisors can retrieve information about the number of Overflow conversations in the UCC Report or quickly check the conversation type ‘Overflow’ in the Dialogue Overview. Learn more about Dialogue Intelligence and browse the collection of available reports.

Overflow Type displays in reports as:

 

Related Topics

UCC Settings

How to configure Callback

Example configuration Microsoft Power Automate to schedule callback when a dialogue is missed