'Changed Settings' Report
The PBX will send a report to the application server when the PBX's configuration changes.
Note:
- The PBX supports sending the changes of trunks and extensions.
- The PBX will not send the detailed changes.
Report Parameters
Name | Type | Description |
---|---|---|
action |
String | Configuration change. |
type |
String | Type.
|
trunkname |
String | The changed trunk |
operation |
String | Operation.
|
sn |
String | The PBX's serial number. |
Report Example
POST / HTTP/1.1 User-Agent: WebAPI Host: 192.168.5.150: 8260 Content-Type: application/json Accept: application/json { "action": "ConfigChange", "type": "extension", "extid": "1001", "operation": "update", "sn": "369362089179" }