Cisco Voice Portal · JSON Structure

Cisco Voice Portal Call Control Sip Session Detail Structure

Type: object Properties: 14
Contact CenterIVRTelephonyVoiceVXML

SipSessionDetail 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

sessionId callId callGuid state fromUri toUri fromTag toTag cseq transport localAddress remoteAddress startTime lastActivityTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SipSessionDetail",
  "type": "object",
  "properties": {
    "sessionId": {
      "type": "string"
    },
    "callId": {
      "type": "string"
    },
    "callGuid": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "fromUri": {
      "type": "string"
    },
    "toUri": {
      "type": "string"
    },
    "fromTag": {
      "type": "string"
    },
    "toTag": {
      "type": "string"
    },
    "cseq": {
      "type": "integer"
    },
    "transport": {
      "type": "string"
    },
    "localAddress": {
      "type": "string"
    },
    "remoteAddress": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "lastActivityTime": {
      "type": "string"
    }
  }
}