(30022) Extension Information Updated
When an extension 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<Ext_Config> | The detailed information of changed extension configurations. |
- Ext_Config
-
Parameter Type Description ext_number String Extension number. option String The change information. CREATE: An extension is created.UPDATE: The extension has been edited.DELETE: The extension is deleted.
Report example
Extension 3355 is created.{
"type": 30022,
"msg": "{"ext_number":"3355","option":"CREATE"}"
}