Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Check the current recording status

This method provides a way to determine if recording is in progress for a particular extension or unique call id.

Before you can check the recording status you must first obtain a timestamp and a security token via the Authentication method.

Note: The API will only accept POST requests.

URL:

https://<server host>/servicemanager/rest/RecordingAPI/getRecordingStatus

This method takes 1 argument (extenOrUniqueId) plus the Auth arguments.

The arguments are:

extenOrUniqueId
timeStamp
hash


The return values are:

uniqueCallId (string)
currentRecordingLegNumber (int)
callStartTime (unix time stamp)
recordingInProgress (true/false)


Example

https://<server host>/servicemanager/rest/RecordingAPI/RecordingStatus?extenOrUniqueId=410&timeStamp=1264853382&hash=45678905678956789678906789
  • No labels