Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration Call Server Config Structure

Type: object Properties: 4
Contact CenterIVRTelephonyVoiceVXML

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

Properties

serverId sip icm callRouting

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CallServerConfig",
  "type": "object",
  "properties": {
    "serverId": {
      "type": "string"
    },
    "sip": {
      "type": "object"
    },
    "icm": {
      "type": "object"
    },
    "callRouting": {
      "type": "object"
    }
  }
}