Answer a Call
- DarkLight
Answer a Call
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This API allows a user to answer an incoming call. The Dialog object is updated by specifying a requestedAction of SetANSWER and the target MediaAddress of the extension with CallId of user.
Pre-requisite
The Agent must be in the Ready state to answer a call.
Sequence Diagram
.jpg?sv=2022-11-02&spr=https&st=2025-12-25T08%3A57%3A27Z&se=2025-12-25T09%3A07%3A27Z&sr=c&sp=r&sig=btL8p1uKOAOn0f1Oe50ifsE5OvVp7hlhi5LhAgPseuk%3D)
Message Structure
Request Parameters | Value |
|---|---|
channel | Cisco |
topic | InboundCall or OutboundCall |
subtopic | SetAnswer |
source | «app-name-broadcasting-this-message» |
data | «JSON Object» |
Data Parameters
Parameter | Data Type | Description | Sample Value |
|---|---|---|---|
MediaAddress | String | The agent extension number. | 5069 |
CallID | String | The caller ID of the user/customer. | 167786021 |
Sample Request
{
"channel": "Cisco",
"topic": "InboundCall",
"subtopic": "SetANSWER",
"data ":
{
"MediaAddress ": "5069",
"CallID": "16786021"
}
}Sample Response
No sample responseWas this article helpful?