api:pbx:conference:calleverybody
Table of Contents
API : PBX : Conference Call everybody
Introduction
This API is used to initiate a conference call. All members of the access list will be called and joined to the room when they answer.
Request
| URL | https://api.telecomx.dk/pbx/conference/CONFERENCE_ID/calleverybody | ||
|---|---|---|---|
| Method | GET | ||
| Access level | MANAGER or OWNER if user belongs to the customer who owns it. RESELLER if customer belongs to the reseller. ADMIN. |
||
| params | CONFERENCE_ID | Id | Id of the conference. |
Response
| JSON object | ||
|---|---|---|
| success | Boolean | true on success. |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Id not found in request URI |
| 404 | not_found | Conference not found |
| 409 | id | The call has already started |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/pbx/conference/calleverybody.txt · Last modified: 2018/09/01 13:37 by Per Møller