Cisco Voice Portal · Schema

CallServer

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
serverId string
hostname string
ipAddress string
sipPort integer
status string
activeCalls integer
maxCalls integer
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-administration-call-server-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}