Webex · Schema

AtaDtmfMethodObject

* `INBAND` - Sends DTMF by using the audio path. * `AVT` - Audio video transport. Sends DTMF as AVT events. * `AUTO` - Uses InBand or AVT based on the outcome of codec negotiation.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

wholesale-ata-dtmf-method-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-schema/wholesale-ata-dtmf-method-object-schema.json",
  "title": "AtaDtmfMethodObject",
  "description": " * `INBAND` - Sends DTMF by using the audio path.\n * `AVT` - Audio video transport. Sends DTMF as AVT events.\n * `AUTO` - Uses InBand or AVT based on the outcome of codec negotiation.\n",
  "type": "string",
  "enum": [
    "INBAND",
    "AVT",
    "AUTO"
  ]
}