Webex · Schema

AtaDtmfModeObject

* `STRICT` - A DTMF digit requires an extra hold time after detection and the DTMF level threshold is raised to -20 dBm. * `NORMAL` - Normal threshold mode.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

cloud-calling-ata-dtmf-mode-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/cloud-calling-ata-dtmf-mode-object-schema.json",
  "title": "AtaDtmfModeObject",
  "description": " * `STRICT` - A DTMF digit requires an extra hold time after detection and the DTMF level threshold is raised to -20 dBm.\n * `NORMAL` - Normal threshold mode.\n",
  "type": "string",
  "enum": [
    "STRICT",
    "NORMAL"
  ]
}