Webex · Schema

CallingPlanReason

* `FRAUD_CONTAINMENT` - Calling plan gives the Fraud Containment reason. * `CISCO_CALLING_PLAN` - The Cisco calling plan reason. * `TRANSFER_NUMBER_1_NOT_CONFIGURED` - The reason if the transfer number 1 is not configured. * `TRANSFER_NUMBER_2_NOT_CONFIGURED` - The reason if the transfer number 2 is not configured. * `TRANSFER_NUMBER_3_NOT_CONFIGURED` - The reason if the transfer number 3 is not configured. * `WEBEX_MOBILE_PREMIUM_INTERNATIONAL_TRANSFER_FORWARD` - The reason for Webex mobile international transfer forward.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-callingplanreason-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallingPlanReason",
  "title": "CallingPlanReason",
  "type": "string",
  "enum": [
    "FRAUD_CONTAINMENT",
    "CISCO_CALLING_PLAN",
    "TRANSFER_NUMBER_1_NOT_CONFIGURED",
    "TRANSFER_NUMBER_2_NOT_CONFIGURED",
    "TRANSFER_NUMBER_3_NOT_CONFIGURED",
    "WEBEX_MOBILE_PREMIUM_INTERNATIONAL_TRANSFER_FORWARD"
  ],
  "description": " * `FRAUD_CONTAINMENT` - Calling plan gives the Fraud Containment reason.\n * `CISCO_CALLING_PLAN` - The Cisco calling plan reason.\n * `TRANSFER_NUMBER_1_NOT_CONFIGURED` - The reason if the transfer number 1 is not configured.\n * `TRANSFER_NUMBER_2_NOT_CONFIGURED` - The reason if the transfer number 2 is not configured.\n * `TRANSFER_NUMBER_3_NOT_CONFIGURED` - The reason if the transfer number 3 is not configured.\n * `WEBEX_MOBILE_PREMIUM_INTERNATIONAL_TRANSFER_FORWARD` - The reason for Webex mobile international transfer forward.\n"
}