BootUp

Every time the PBX boots up, the PBX will send a BootUP report to the application server.

Report parameters

Parameter Type Description
event String Event type.
sn String The PBX's serial number.

Report example

POST / HTTP/1.1
Host: 192.168.5.150: 8260
Accept: application/json
User-Agent: WebAPI
Content-Type: application/json
Accept: application/json

{
	"event": "BootUp",
	"sn": "369451090405"
}