Adds an exit option to the IVR. A key press redirects the caller to the exit IVR call flow.

Allow caller to exit the IVR menu

Adds an exit option to the IVR menu that redirects callers to the exit call flow via key press.

What changes

An exit option is added to the IVR menu, allowing callers to leave the menu at any point. Pressing a designated key immediately transfers the caller to the exit call flow.
This feature is implemented in the Cockpit component and is now complete and available for use.

Benefits

  • Improves caller control and satisfaction
  • Reduces call handling time
  • Decreases caller frustration
  • Streamlines call flow management

Use cases

  • Callers wanting to leave the menu quickly
  • Emergency or urgent call redirection
  • Testing and debugging IVR exit flows
  • Providing a clear escape path in complex menus

How it works

  1. Caller enters the IVR menu during a call.
  1. IVR listens for a specific key press configured as the exit trigger.
  1. When the key is pressed, the system redirects the caller to the predefined exit call flow.
  1. The exit call flow handles call termination or transfer as configured.