Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt

Use this file to discover all available pages before exploring further.

The dtmf verb generates a string of DTMF digit signals, which are transmitted as RTP payloads according to RFC 2833.
{
  "verb": "dtmf",
  "dtmf": "0276",
  "duration": 250
}

Configuration

The following table lists the available parameters:
ParameterTypeDescriptionRequired
dtmfstringA string containing a sequence of DTMF digits (0-9, *, #).Yes
durationnumberThe length of each digit in milliseconds. The default value is 500.No

More Information