Skip to main content
POST
rooms/:name/dialOut/sendDTMF

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

room_name
string
required

Body

application/json
sessionId
string
required

The participant ID of the dialOut session

tones
string
required

Combined string of DTMF tones to send (e.g., "1234#"). Maximum 20 characters.

digitDurationMs
integer

Duration in milliseconds that Daily signals for each DTMF digit. This is not the gap between digits: when several tones are sent in one request over SIP INFO, Daily waits a fixed 100ms between them and that gap is not configurable. Must be between 50 and 2000. The default duration is 500ms.

Required range: 50 <= x <= 2000

Response

200