Cisco Voice Portal · Schema

CallServerConfig

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
serverId string
sip object
icm object
callRouting object
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-administration-call-server-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CallServerConfig",
  "type": "object",
  "properties": {
    "serverId": {
      "type": "string"
    },
    "sip": {
      "type": "object"
    },
    "icm": {
      "type": "object"
    },
    "callRouting": {
      "type": "object"
    }
  }
}