(30028) Call Note Availability

When call information changes during a call, PBX will send the event report to the third-party application to show whether call note is editable in the current call.

Report parameters

Parameter Type Description
type Integer Event ID.
msg Object <Detailed_Info> The detailed information.
Detailed_Info
Parameter Type Description
display Integer Whether the call note button is displayed.
  • 0: Not displayed. The extension user has no access to the call note feature.
  • 1: Displayed. The extension user has access to the call note feature.
trigger_call_note_popup Integer Whether the call note introduction popup has been triggered.
  • 0: Not triggered.
  • 1: Triggered.
sip_call_id String The unique ID of the call.
call_note_id String The unique ID of the call note.
group_id String The group ID of the call note.
ext_num String The extension number.
channel String The call channel ID of the extension during the call.

Report example

{
    "type": 30028,
    "msg": "{
      "display":1,
      "trigger_call_note_popup":1,
      "sip_call_id":"Dr0g057K.JEPBzH4FYKNZ60N7mgP5cD7",
      "call_note_id":"20250306093306-5E6B3",
      "group_id":"1741224782.220",
      "ext_num":"2001",
      "channel":"PJSIP/2001-0000001b"
     }"
}