Webex · Schema

CallSourceType

* `ROUTE_LIST` - Route list is a type of call source. * `DIAL_PATTERN` - Dial pattern is a type of call source. * `UNKOWN_EXTENSION` - The call source extension is unknown. * `UNKOWN_NUMBER` - The call source phone number is unknown.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-callsourcetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallSourceType",
  "title": "CallSourceType",
  "type": "string",
  "enum": [
    "ROUTE_LIST",
    "DIAL_PATTERN",
    "UNKOWN_EXTENSION",
    "UNKOWN_NUMBER"
  ],
  "description": " * `ROUTE_LIST` - Route list is a type of call source.\n * `DIAL_PATTERN` - Dial pattern is a type of call source.\n * `UNKOWN_EXTENSION` - The call source extension is unknown.\n * `UNKOWN_NUMBER` - The call source phone number is unknown.\n"
}