(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
-
Table 2. Parameter Type Description trunk_name String Trunk name. option String The changed status. CREATE: A trunk is created.UPDATE: The trunk has been edited.DELETE: The trunk is deleted.
Report example
Trunk "peer-trunking" is created.{
"type": 30023,
"msg": "{"trunk_name":"peer-trunking","option":"CREATE"}"
}