Cisco Voice Portal · Example Payload

Cisco Voice Portal Call Control Active Call Detail Example

Contact CenterIVRTelephonyVoiceVXML

Cisco Voice Portal Call Control Active Call Detail Example is an example object payload from Cisco Voice Portal, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

callGuidstatecallingNumbercalledNumberstartTimedurationapplicationNamesipCallIdsipFromTagsipToTagicmRouteResultvxmlServercallHistoryeccVariables

Example Payload

Raw ↑
{
  "callGuid": "500123",
  "state": "example_value",
  "callingNumber": "example_value",
  "calledNumber": "example_value",
  "startTime": "example_value",
  "duration": 10,
  "applicationName": "example_value",
  "sipCallId": "500123",
  "sipFromTag": "example_value",
  "sipToTag": "example_value",
  "icmRouteResult": "example_value",
  "vxmlServer": "example_value",
  "callHistory": [],
  "eccVariables": "example_value"
}