api:pbx:sipphone:configreloadall
Table of Contents
API : PBX: SIP phone Configuration Reload all
Introduction
This request will ask all the SIP phones to fetch their configuration from the provisioning server immediately and apply it.
This is used if the phones are not running with the actual configuration and needs to be forced to update.
Request
| URL | https://api.telecomx.dk/pbx/sipphone/reload | |
|---|---|---|
| Method | GET | |
| Access level | MANAGER, OWNER if user belongs to the customer. RESELLER if customer belongs to the reseller. ADMIN. |
|
Query example
https://api.telecomx.dk/pbx/sipphone/reload
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
| count | Number | Number of phones the request was sent to. |
Example
{ success: true, count: 10 }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/pbx/sipphone/configreloadall.txt · Last modified: 2020/02/19 08:18 by Per Møller