(30023) Trunk Information Updated
When a trunk is created, edited, or deleted, the PBX will send an event report to the third-party application.
Report parameters
| Parameter | Type | Description |
|---|---|---|
| type | Integer | Event ID. |
| msg | Object<Trunk_Info> | The detailed information of changed trunk configuration. |
Trunk_Info
| Parameter | Type | Description |
|---|---|---|
| trunk_name | String | Trunk name. |
| option | String | The changed status.
|
Report example
Trunk "peer-trunking" is created.
{
"type": 30023,
"msg": "{"trunk_name":"peer-trunking","option":"CREATE"}"
}