Business hours usage flow template
This flow routes calls based on the contact center's working hours, holiday lists, and emergency overrides, ensuring an optimal caller experience and efficient handling of non-working hours. If the contact center is closed, the caller is notified of the closure.
Key features include the following:
- Centralized management of working hours, holidays, and emergency overrides.
- Automatic routing based on business hours configuration.
- Cisco Text-to-Speech (TTS) is used for all audio prompts, though custom audio files can be uploaded.
- The default music on hold is
defaultmusic_on_hold.wav
, but this can be customized.
Prerequisites
- Business hours setup: Create working hours, holiday lists, and overrides in Control Hub.
- Audio files: Upload the required audio files for prompts such as the
BusinessHoursOpen.wav
or use the Cisco TTS feature. - Queue, teams, and entry point mapping: Configure these elements in the Webex Contact Center Management Portal.
Flow breakdown
The following table describes the various flow elements involved in the call process, detailing the actions and responses that occur during each stage.
Flow element | Description |
---|---|
Call received | A call is initiated and enters the flow. |
Business hours evaluation | The system checks if the current time falls within working hours, holidays, or an override condition. |
Handling open hours | If the contact center is open, a welcome message is played, and the call is routed to the agent queue. |
After hours | If the contact center is closed, a closed hours message is played, and the call is disconnected. |
Emergency overrides | If an emergency override is active, the emergency message is played, and the call is disconnected. |
Flow activities
The following table describes the sequence of flow activities.
Flow activity | Description |
---|---|
Start (New Phone Contact) | The flow begins when a new phone contact is received. |
Business hours check (BusinessHours) | The system checks whether the contact center is within regular working hours, a holiday, or an emergency override. |
Working hours prompt (WorkingHours_Prompt) | During working hours, a message is played to inform the caller that the contact
center is open (default file: BusinessHoursOpen.wav ). |
Queue contact (Agent_Queue) | The caller is placed in the queue to be routed to an available agent. |
Hold music (HoldMusic) | Music is played while the caller waits in the queue (default file:
defaultmusic_on_hold.wav ). |
Holiday closed (Holiday_Closed) | If it’s a holiday, a message is played informing the caller that the office is closed. |
After hours prompt (AfterHours_Prompt) | If it’s after business hours, a message is played to inform the caller that the office is closed. |
Emergency override (Override_Emergency) | In the case of an emergency override, an emergency message is played. |
Disconnect contact (DisconnectContact) | After the message is played (whether it’s after hours, a holiday, or an emergency), the call is disconnected. |
Additional resources
For more information on configuring business hours, holiday lists, and overrides, refer to the Webex Contact Center Setup and Administration Guide.