Call forwarding step
Forward calls from your agent to another agent or a live represenative

Seamlessly connect your Voice AI agent to the real world with Call Forwarding. This step enables your agent to instantly transfer a conversation to a live person or another AI system—ensuring a smooth and intelligent handoff when automation has reached its limit.
Basic usage
To use the Call forwarding step, simply drag it onto the canvas, click on the step, then set the message you'd like the agent to send using the input on the sidebar. Don't forget to then connect your step to the rest of your workflow!
The Call Forwarding step hands off the call mid-conversation to:
- Any phone number (including international numbers)
- A number with an extension
- A SIP address (used in VoIP systems)
Forwarding a call via DTMF Menu
The Call Forwarding step also allows your voice agent to bypass phone menus by sending DTMF tones after the call is picked up. This is useful when you need to:
- Automatically enter a menu option (e.g., "Press 1 for Sales")
- Dial an extension
- Navigate call trees without human input
In the Extension input field of the Call Forwarding step, you can input a string of DTMF tones to be sent after the call connects. The syntax and behavior depend on the provider you're using.
Twilio (use sendDigits
)
sendDigits
)Twilio uses the sendDigits
attribute to control DTMF tone playback after the call connects.
- Format example:
1w2ww3
w
: 0.5 second pauseW
: 1 second pause- Supports: digits
0-9
,*
,#
Example use case:
- press 1, wait 1 second, and then press 2 and 3
1W23
Reference: Twilio sendDigits Docs
Vonage (use dtmfAnswer
)
dtmfAnswer
)Vonage supports DTMF playback using the dtmfAnswer
parameter.
- Format example:
1pp2p3
p
: 0.5 second pause- Supports: digits
0-9
,*
,#
Example use case:
- To press 1, wait 1 second, then press 2 and 3:
1pp2p3
Reference: Vonage DTMF Answer Docs
The agent still requires a phone numberWhile call forwarding allows the agent to transfer a call to any phone number, it will still require an imported number to originate from and communicate with through the Voice interface.
Updated 1 day ago