Syntax
[PRESS] also switches the engine into menu mode on its own, so a press is never ignored if the agent forgot [IVR] first.
Example
Menu: “Thank you for calling. Press 1 for sales, press 2 for reception.” Agent: “[IVR] [PRESS: 2]” Receptionist: “Good morning, reception speaking.” Agent: “[IVR_END] Morning - I’m calling to confirm your opening hours this Saturday.”The menu hears the keypad tone. Nobody hears the tags - they are invisible, like every action tag.
When to use it
The tags do nothing unless your prompt tells the agent when to use them. You know who you are calling and what their menu sounds like, so put that in your outbound prompt:What happens after a person answers
Nothing special - the call becomes an ordinary conversation and every feature you already use still works. Once[IVR_END] fires, the agent can deliver its message, book an appointment, text a link, or transfer the call to your team, exactly as your prompt says.
How the menu wait works
While the agent is in menu mode:- Silence timers pause. Hold music and long menu pauses look like a silent line, so without this the call would be ended as a dead connection.
- The agent stays quiet unless it presses a key or your prompt tells it to speak (some menus ask you to say a word).
- A person answers - the agent emits
[IVR_END]and everything returns to normal immediately. - The wait runs out - normal call rules resume automatically, so a call can never sit in menu mode forever.
Configuration
How long the agent may stay in menu mode is an agent-level field:
Four minutes suits most switchboards. Raise it for lines that keep you in a queue, lower it for menus that answer straight away. Set it when creating an agent or update it later - see Create agent - or use the Phone menu wait control in the agent’s Call Ending settings.
Tips for reliable key presses
- Pace multi-digit entries. Some menus miss digits sent back to back. Insert pauses with
w(half a second) orW(one second):[PRESS: 1w2w3W4#]. - Send an entry in one tag. For an extension or account number, put every digit in a single
[PRESS]rather than several separate ones. - Finish with
#when asked. Many menus wait for it before acting. - Prefer a direct number. If the person you want has a direct line, dialling it skips the menu entirely - always the most reliable option.