XML-RPC API -Retrieve SDP data of a call

Retrieve SDP data of a call
S
Written by Sergiiy
Updated 10 months ago

getCDRSDP()

This application allows to read the SDP messages which were passed during the call. 

The application supports trusted mode and i_customer parameter of the ID of the customer who owns the account that made the call should be supplied in this case.

Parameters:

  • i_call - unique i_call value of the call. Integer.

Returns:

  • result - OK means that account has been updated successfully. String.
  • records - list of SDP records
  • XMLRPC fault in case of any error.
Did this answer your question?