Cisco Voice Portal · JSON Structure

Cisco Voice Portal Call Control Active Call Detail Structure

Type: object Properties: 14
Contact CenterIVRTelephonyVoiceVXML

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

Properties

callGuid state callingNumber calledNumber startTime duration applicationName sipCallId sipFromTag sipToTag icmRouteResult vxmlServer callHistory eccVariables

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ActiveCallDetail",
  "type": "object",
  "properties": {
    "callGuid": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "callingNumber": {
      "type": "string"
    },
    "calledNumber": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "duration": {
      "type": "integer"
    },
    "applicationName": {
      "type": "string"
    },
    "sipCallId": {
      "type": "string"
    },
    "sipFromTag": {
      "type": "string"
    },
    "sipToTag": {
      "type": "string"
    },
    "icmRouteResult": {
      "type": "object"
    },
    "vxmlServer": {
      "type": "string"
    },
    "callHistory": {
      "type": "array"
    },
    "eccVariables": {
      "type": "object"
    }
  }
}