Cisco Voice Portal · JSON Structure

Cisco Voice Portal Call Control Sip Session Structure

Type: object Properties: 8
Contact CenterIVRTelephonyVoiceVXML

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

Properties

sessionId callId callGuid state method fromUri toUri startTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SipSession",
  "type": "object",
  "properties": {
    "sessionId": {
      "type": "string"
    },
    "callId": {
      "type": "string"
    },
    "callGuid": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "fromUri": {
      "type": "string"
    },
    "toUri": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    }
  }
}