Webex · Schema

RedirectionReasonEnum

* `busy` - The call was redirected on a busy condition. For example, the call was forwarded by Call Forwarding Busy. * `noAnswer` - The call was redirected on a no answer condition. For example, the call was forwarded by Call Forwarding No Answer. * `unavailable` - The call was redirected on an unavailable condition. For example, the call was forwarded by Business Continuity. * `unconditional` - The call was redirected unconditionally. For example, the call was forwarded by Call Forwarding Always. * `timeOfDay` - The call was redirected by a service schedule. For example, the call was forwarded by Selective Call Forwarding. * `divert` - The call was redirected by divert action. * `followMe` - The call was redirected by a follow me service. For example, the call was redirected by Simultaneous Ring. * `huntGroup` - The call was redirected by Hunt Group routing. * `callQueue` - The call was redirected by Call Queue routing. * `unknown` - The call was redirected on an unknown condition.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-redirectionreasonenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RedirectionReasonEnum",
  "title": "RedirectionReasonEnum",
  "type": "string",
  "enum": [
    "busy",
    "noAnswer",
    "unavailable",
    "unconditional",
    "timeOfDay",
    "divert",
    "followMe",
    "huntGroup",
    "callQueue",
    "unknown"
  ],
  "description": " * `busy` - The call was redirected on a busy condition. For example, the call was forwarded by Call Forwarding Busy.\n * `noAnswer` - The call was redirected on a no answer condition. For example, the call was forwarded by Call Forwarding No Answer.\n * `unavailable` - The call was redirected on an unavailable condition. For example, the call was forwarded by Business Continuity.\n * `unconditional` - The call was redirected unconditionally. For example, the call was forwarded by Call Forwarding Always.\n * `timeOfDay` - The call was redirected by a service schedule. For example, the call was forwarded by Selective Call Forwarding.\n * `divert` - The call was redirected by divert action.\n * `followMe` - The call was redirected by a follow me service. For example, the call was redirected by Simultaneous Ring.\n * `huntGroup` - The call was redirected by Hunt Group routing.\n * `callQueue` - The call was redirected by Call Queue routing.\n * `unknown` - The call was redirected on an unknown condition.\n"
}