api:pbx:app:action:unhold
Table of Contents
API : PBX : APP : Action : Unhold
Introduction
This request will resume a call that was previously put on hold.
This is only supported on Mitel and Yealink SIP phones.
On Mitel only 2 calls can be handled. On Yealink only the current call can be handled.
Request
| URL | https://api.telecomx.dk/pbx/app/action/unhold | ||
|---|---|---|---|
| Method | GET | ||
| Access level | PERSONAL, VIEWER, MANAGER, OWNER, RESELLER, ADMIN. | ||
| Query | device | Id | Id of device to trigger hold on. |
| target | String | Id of call to trigger unhold on. | |
Request example
https://api.telecomx.dk/pbx/app/action/unhold?device=12345678901234567890ABCD&target=pbx4.telecomx.dk:347849ytyhugbg9e27huoebuo2ubevoubwd
Response
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ "success": true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | target | Target not found |
| 422 | device | Invalid device |
| 422 | device | Unsupported device |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/pbx/app/action/unhold.txt · Last modified: 2020/07/07 11:20 by Per Møller