Hold a Call
- DarkLight
Hold a Call
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This API allows an Agent to hold a call that is currently active.
Pre-requisite
The agent must be on an active a call.
Sequence Diagram
.jpg?sv=2022-11-02&spr=https&st=2025-12-25T08%3A54%3A55Z&se=2025-12-25T09%3A04%3A55Z&sr=c&sp=r&sig=6GK1%2BMqtvO489qEvxNYLbJMZ30kX%2Fask%2B%2B57dcLlfZs%3D)
Message Structure
Request Parameters | Value |
|---|---|
channel | Cisco |
topic | InboundCall or OutboundCall |
subtopic | SetHOLD |
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": "SetHOLD",
"data ": {
"MediaAddress ": "5069",
"CallID": "16786021"
}
}Sample Response
No sample responseWas this article helpful?