Jump to: navigation, search

MCP Historical Call Log Reporting Services

This report describes the call events for completed calls in the Media Control Platform. Each report contains a manifest section.

Web Service Endpoint

This report is available at the web service endpoint /ems-rs/HIST/CDRs/MCP/events.

Input Parameters

This report accepts the following Request URI parameters:

Parameter Description
comp-id This describes the target component’s Config Server DBID. This may be specified one or zero times. All the CDRs returned in the report must have been processed on the specified component.
session-id This causes the report to return a single call with a matching session-id. This must be accompanied by a comp-id parameter. If session-id is specified, no other parameters other than these two should be specified.

At least one of session-id or gvp-guid must be specified.

gvp-guid This causes the report to return a single call with a matching GVP GUID. If this is specified, no other parameters should be specified. At least one of session-id or gvp-guid must be specified.
page This specifies the page number to be returned. For this web service, the page size cannot be specified in the query itself, instead a platform-configured default is used.

Output Format

The output for this report consists of a list of events for some particular session, in chronological order. It conforms to the RelaxNG schema CDR_Events.rng. Download the GVP RNG Schemas An example report body for this report is as follows:

  <call-events>
    <event timestamp="2010-02-03T06:37:34.206Z" level="METRIC" log-id="incall_initiated" session-id="E1DE00B6-1001D4A8" comp-id="222">0:0</event> 
    <event timestamp="2010-02-03T06:37:34.237Z" level="METRIC" log-id="incall_begin" session-id="E1DE00B6-1001D4A8" comp-id="222">210|sip:356@138.120.84.153|sip:111@10.0.0.97|20100203179054000|N/A|N/A|N/A</event> 
  </call-events>
This page was last edited on July 17, 2020, at 16:12.
Comments or questions about this documentation? Contact us for support!