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.
How it works
- Caller enters the IVR menu during a call.
- IVR listens for a specific key press configured as the exit trigger.
- When the key is pressed, the system redirects the caller to the predefined exit call flow.
- The exit call flow handles call termination or transfer as configured.