Cisco Voice Portal · JSON Structure

Cisco Voice Portal Reporting Call Leg Structure

Type: object Properties: 10
Contact CenterIVRTelephonyVoiceVXML

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

Properties

legId callGuid legType startTime endTime duration fromUri toUri serverHostname sipResponseCode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CallLeg",
  "type": "object",
  "properties": {
    "legId": {
      "type": "string"
    },
    "callGuid": {
      "type": "string"
    },
    "legType": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "duration": {
      "type": "integer"
    },
    "fromUri": {
      "type": "string"
    },
    "toUri": {
      "type": "string"
    },
    "serverHostname": {
      "type": "string"
    },
    "sipResponseCode": {
      "type": "integer"
    }
  }
}