For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
CommunitySign Up
HomeGuidesVerbsAPI ReferenceSelf-HostingClient SDKsTutorialsChangelog
HomeGuidesVerbsAPI ReferenceSelf-HostingClient SDKsTutorialsChangelog
  • Verbs
    • Overview
    • Agent
    • Alert
    • Answer
    • Conference
    • Config
    • Dequeue
    • Dial
    • Dialogflow
    • DTMF
    • Dub
    • Enqueue
    • Gather
    • Hangup
    • Leave
    • Listen
    • LLM
    • Pause
    • Play
    • Rasa
    • Recognizer
    • Redirect
    • Say
    • SIP Decline
    • SIP Refer
    • SIP Request
    • Synthesizer
    • Tag
    • Transcribe
LogoLogo
CommunitySign Up
On this page
  • Parameters
Verbs

Dtmf

Sends outgoing DTMF signals on a call; useful for navigating IVRs or voicemail systems.

Was this page helpful?
Edit this page
Previous

Dub

Add one or more additional audio tracks into the conversation
Next
Built with
1{
2 "verb": "dtmf",
3 "dtmf": "0276",
4 "duration": 250
5}

Parameters

dtmf
stringRequired

A string containing a sequence of DTMF digits (0-9, *, #).

duration
number

The length of each digit, in milliseconds. Defaults to 500.