Refresh Page
- DarkLight
Refresh Page
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This API allows the Agent to send a request to reinitiate connection with Cisco Jabber.
Pre-requisite
The application must be registered with the Cisco channel.
Sequence Diagram

Message Structure
Request Parameters | Value |
|---|---|
channel | Cisco |
topic | Connection |
subtopic | ReInit |
source | «app-name-broadcasting-this-message» |
data | «JSON Object» |
Data Parameters
Parameter | Data Type | Description | Sample Value |
|---|---|---|---|
username | String | The username of the user logging in. | test |
password | String | The password for the above user. | testpassword |
extension | String | The extension being logged in to. | 5063 |
Response Parameters
Response Parameters | Value |
|---|---|
No response parameters |
Sample Request
{
"channel": "Cisco",
"topic": "Connection",
"subtopic": "ReInit",
"data":
{
"username": "test",
"password": "testpassword",
"extension": "5063"
}
}Sample Response
No sample responseWas this article helpful?