Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration Call Server Structure

Type: object Properties: 7
Contact CenterIVRTelephonyVoiceVXML

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

Properties

serverId hostname ipAddress sipPort status activeCalls maxCalls

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CallServer",
  "type": "object",
  "properties": {
    "serverId": {
      "type": "string"
    },
    "hostname": {
      "type": "string"
    },
    "ipAddress": {
      "type": "string"
    },
    "sipPort": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    },
    "activeCalls": {
      "type": "integer"
    },
    "maxCalls": {
      "type": "integer"
    }
  }
}