(30034) System Event Notification (Information)

When an information-level PBX system event (with notification enabled) occurs, the PBX will send an event report to the third-party application.

Report parameters

Parameter Type Description
type Integer Event ID.
sn String PBX's serial number.
msg Object <System_Event_Info> The detailed information.
System_Event_Info
Parameter Type Description
event_name String The name of PBX system event.
event_type String The type of PBX system event.
  • operation
  • telephony
  • system
  • security
  • reminder
event_level String The severity level of PBX system event.
  • info: Event that pass general information to recipients.
event_content String The content of PBX system event.
create_time String The time when the PBX system event occurred.

Report example

{
    "type": 30034,
    "sn": "365XXXXXXXXXXUUG",
    "msg": {
        "event_name": "web_admin_login_succ",
        "event_type": "operation",
        "event_level": "info",
        "event_content": "The PBX Administrator has logged in the PBX web interface at 2026/01/16 16:00:49.
                          The operation was derived from the IP address: 192.168.3.71.
                          If this was not you, please log in the PBX system and check the system security as soon as possible.
                          PBX Name: PBX-CRM
                          PBX SN: 365XXXXXXXXXXUUG",
        "create_time": "2026/01/16 16:00:49"
     }
}