Webex · Schema

CLIDPolicySelection

* `DIRECT_LINE` - Outgoing caller ID will show the caller's direct line number * `LOCATION_NUMBER` - Outgoing caller ID will show the main number for the location. * `CUSTOM` - Outgoing caller ID will show the value from the customNumber field.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-clidpolicyselection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CLIDPolicySelection",
  "title": "CLIDPolicySelection",
  "type": "string",
  "enum": [
    "DIRECT_LINE",
    "LOCATION_NUMBER",
    "CUSTOM"
  ],
  "description": " * `DIRECT_LINE` - Outgoing caller ID will show the caller's direct line number\n * `LOCATION_NUMBER` - Outgoing caller ID will show the main number for the location.\n * `CUSTOM` - Outgoing caller ID will show the value from the customNumber field.\n"
}