Cisco Voice Portal · JSON Structure

Cisco Voice Portal Call Control Routing Result Structure

Type: object Properties: 6
Contact CenterIVRTelephonyVoiceVXML

RoutingResult is a JSON Structure definition published by Cisco Voice Portal, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

dialedNumber matched matchedPattern callType applicationName routeDestination

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RoutingResult",
  "type": "object",
  "properties": {
    "dialedNumber": {
      "type": "string"
    },
    "matched": {
      "type": "boolean"
    },
    "matchedPattern": {
      "type": "string"
    },
    "callType": {
      "type": "string"
    },
    "applicationName": {
      "type": "string"
    },
    "routeDestination": {
      "type": "string"
    }
  }
}