(30007) Extension Registration Status Changed
When the extension registration status, including the registration status on SIP endpoints and Simu Connect UC Clients, is changed, the PBX will send an event report to the third-party application.
Prerequisites
You have enabled the Registration 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_RegInfo> | The detailed information of the extension registration status. |
Ext_RegInfo
| Parameter | Type | Description |
|---|---|---|
| extension | String | Extension number. |
| kind | String | The endpoint where the extension is registered.
|
| status | String | The registration status of the extension.
|
| registered_ip | String | The IP address of the device where the extension is registered to. |
Report examples
Extension 2010 logs in to the Linkus Mobile Client.
{
"type": 30007,
"sn": "3631A2124XXX",
"msg": "{"extension":"2010","kind":"Mobile","status":"Registered","registered_ip":"223.104.45.163"}"
}Extension 2008 logs out from the Linkus Web Client.
{
"type": 30007,
"sn": "3631A2124XXX",
"msg": "{"extension":"2008","kind":"Web","status":"Unregistered","registered_ip":"192.168.5.53"}"
}Related information