Inbound and Outbound
Telephony works in both directions, and the features you reach for depend on the call’s origin:- Inbound: a caller dials a number routed to your agent through an Inbound SIP gateway. DTMF and IVR routing are most common here, letting callers navigate menus or reach the right department.
- Outbound: your agent places the call. Voicemail detection matters most here, since unanswered calls are often forwarded to a voicemail system.
Routing Rules
Route inbound calls to the right room or agent.
DTMF Events
Capture caller key presses and drive IVR flows on inbound calls.
Voicemail Detection
Detect voicemail systems on outbound calls.
Transfers vs Handoff
Moving a caller can mean two different things, and it’s worth keeping them straight:- Call Transfer forwards the SIP call to a new number directly.
- Agent Handoff keeps the call in place and switches which agent is responsible for it.
Call Transfer
Move a live call to another number.
Agent Handoff
Switch which agent is responsible for a call without moving it.
References
- Python
SDK Reference
DTMF Handler
DTMF Handler in the Python API reference.Voicemail Detector
Voicemail Detector in the Python API reference.