(30008) Extension Call State Changed
When the extension call status is changed, the PBX will send an event report to the third-party application.
Prerequisites
You have enabled the Call Status Monitor feature for the desired extensions. For more information, see Enable Cloud One Business Communication Suite API.
Report parameters
| Parameter | Type | Description |
|---|---|---|
| type | Integer | Event ID. |
| sn | String | PBX's serial number. |
| msg | Object<Ext_CallStatus> | The change information of extension call status. |
Ext_CallStatus
| Parameter | Type | Description |
|---|---|---|
| extension | String | Extension number. |
| status | String | The current call status of extension.
|
Report examples
Extension 2002 is ringing.
{
"type": 30008,
"sn": "3631A2124XXX",
"msg": "{"extension":"2002","status":"Ringing"}"
}Related information