Retrieve a Call
- DarkLight
Retrieve a Call
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This API allows an Agent to retrieve a call that is on hold.
Pre-requisite
The agent must be on an active call.
Sequence Diagram

Message Structure
Request Parameters | Value |
|---|---|
channel | Cisco |
topic | InboundCall or OutboundCall |
subtopic | SetRETRIEVE |
source | «app-name-broadcasting-this-message» |
data | «JSON Object» |
Data Parameters
Parameter | Data Type | Description | Sample Value |
|---|---|---|---|
MediaAddress | String | The extension that the user is currently signed in to, used to locate the participant to target with the action request. | 5069 |
CallID | String | The active connection ID of the user/customer. | 167786021 |
Sample Request
{ "channel": "Cisco",
"topic": "InboundCall",
"subtopic": "SetRETRIEVE",
"data ":
{
"MediaAddress ": "5069",
"CallID": "16786021"
}
}Sample Response
No sample responseWas this article helpful?