'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.
  • extension
  • trunk
trunkname String The changed trunk
operation String Operation.
  • add
  • del
  • update
sn String The PBX's serial number.

Report Example

POST / HTTP/1.1
User-Agent: WebAPI
Host: api.yeastarcloud.com
Content-Type: application/json
Accept: application/json
{
    "action": "ConfigChange",
    "type": "extension",
    "extid": "1001",
    "operation": "update",
    "sn": "369362089179"
}