Webex · Schema

InternalDialingGet

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enableUnknownExtensionRoutePolicy boolean When enabled, calls made by users at the location to an unknown extension (between 2-6 digits) are routed to the selected route group/trunk as premises calls.
unknownExtensionRouteIdentity object The selected route group/trunk as premises calls.
View JSON Schema on GitHub

JSON Schema

webex-internaldialingget-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InternalDialingGet",
  "title": "InternalDialingGet",
  "type": "object",
  "properties": {
    "enableUnknownExtensionRoutePolicy": {
      "type": "boolean",
      "example": true,
      "description": "When enabled, calls made by users at the location to an unknown extension (between 2-6 digits) are routed to the selected route group/trunk as premises calls."
    },
    "unknownExtensionRouteIdentity": {
      "$ref": "#/components/schemas/RouteIdentity",
      "description": "The selected route group/trunk as premises calls."
    }
  }
}