DTMF Input
DTMF (Dual-Tone Multi-Frequency) is the technical term for the tones produced when you press keys on a phone keypad. The DTMF tool lets your voice agent send and receive keypress signals during a call.Use Cases
Receiving DTMF from Callers
Let callers press keys to make selections instead of speaking:- The caller is in a noisy environment
- You need a definitive selection (not ambiguous speech)
- You’re collecting numeric input (account numbers, PINs)
Sending DTMF for IVR Navigation
For outbound calls, your agent can navigate existing IVR systems by sending keypress signals:Configuration
Via the Dashboard
- Open your agent and scroll to Voice Settings.
- Enable DTMF Input.
- Configure options:
| Setting | Description | Default |
|---|---|---|
| Receive DTMF | Allow callers to press keys | Enabled |
| Send DTMF | Allow agent to send key tones (for IVR nav) | Disabled |
| Digit timeout | Seconds to wait for additional digits | 3 seconds |
| Finish key | Key that signals end of input (e.g., #) | # |
Via the API
System Prompt Guidance
Collecting Multi-Digit Input
When your agent needs to collect a multi-digit number (account number, ZIP code, etc.), configure thefinish_key so the agent knows when the caller is done entering digits.

