...
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:
Code Block | ||
---|---|---|
| ||
https://<server host>/servicemanager/rest/RecordingAPI/getRecordingStatus |
...
The arguments are:
extenOrUniqueId
timeStamp
hashapiKey
The return values are:
uniqueCallId (string)
currentRecordingLegNumber (int)
callStartTime (unix time stamp)
recordingInProgress (true/false)
...
Code Block | ||
---|---|---|
| ||
https://<server host>/servicemanager/rest/RecordingAPI/RecordingStatus?extenOrUniqueId=410&timeStamp=1264853382&hash=45678905678956789678906789apiKey=f863246a-973e-11e6-8784-08002718f5b5 |