|
Documentation |
Documentation.Interface-CoreEvents-4-1 HistoryHide minor edits - Show changes to markup April 21, 2026, at 06:09 PM
by -
Added lines 134-136:
This event is generated when the process profiling is activated. It reports different actions that takes place inside the process. Changed lines 138-164 from:
to:
Example of usage:
{'sec': 1776767469, 'usec': 200446, 'session': 3463978, 'verb': 'start', 'name': 'SIP receiver udp:127.0.0.1:5060', 'type': 1, 'depth': 0}
{'sec': 1776767469, 'usec': 201035, 'session': 3463978, 'verb': 'enter', 'name': 'udp proto reading', 'type': 1, 'depth': 1, 'file': 'handle_io', 'line': 317}
{'sec': 1776767469, 'usec': 201485, 'session': 3463978, 'verb': 'enter', 'name': 'receive_msg', 'type': 1, 'depth': 2, 'file': 'receive_msg', 'line': 120}
{'sec': 1776767469, 'usec': 202558, 'session': 3463978, 'verb': 'enter', 'name': 'request_script', 'type': 1, 'depth': 3, 'file': 'receive_msg', 'line': 235}
{'sec': 1776767469, 'usec': 203201, 'session': 3463978, 'verb': 'exit', 'name': 'request_script', 'type': 1, 'depth': 2, 'file': 'receive_msg', 'line': 237, 'status': 1}
{'sec': 1776767469, 'usec': 203533, 'session': 3463978, 'verb': 'exit', 'name': 'receive_msg', 'type': 1, 'depth': 1, 'file': 'receive_msg', 'line': 316, 'status': 0}
{'sec': 1776767469, 'usec': 203663, 'session': 3463978, 'verb': 'exit', 'name': 'reading done', 'type': 1, 'depth': 0, 'file': 'handle_io', 'line': 324, 'status': 0}
{'sec': 1776767469, 'usec': 203786, 'session': 3463978, 'verb': 'end', 'name': 'SIP receiver udp:127.0.0.1:5060', 'type': 1, 'depth': 0, 'status': 0}
Script profiling event 🔗Similar to E_PROFILING_PROC but related to script (routes) execution. April 21, 2026, at 05:49 PM
by -
Added lines 130-135:
Process profiling event 🔗Event:E_PROFILING_PROC Parameters:
May 17, 2023, at 03:30 PM
by -
Added lines 112-128:
Log message produced 🔗Event: E_CORE_LOG This event is triggered whenever a log message is produced by OpenSIPS. In order to have this event trigger, the log_event_enabled must be enabled in your configuration. Parameters:
February 10, 2022, at 04:37 PM
by -
Added line 83:
Added lines 98-111:
Status/Report status changed 🔗Event: E_CORE_SR_STATUS_CHANGED This event is triggered the status of an SR identifier changes. Parameters:
February 10, 2022, at 04:32 PM
by -
Changed lines 19-20 from:
Threshold limit exceededto:
Threshold limit exceeded 🔗Changed lines 31-32 from:
Private memory threshold exceededto:
Private memory threshold exceeded 🔗Changed lines 50-51 from:
Shared memory threshold exceededto:
Shared memory threshold exceeded 🔗Changed lines 67-68 from:
Process Auto-Scaling (upscale and downscale)to:
Process Auto-Scaling (upscale and downscale) 🔗February 10, 2022, at 04:30 PM
by -
Changed lines 78-79 from:
TCP connection disconnectedto:
TCP connection disconnected 🔗January 10, 2022, at 09:59 AM
by -
Changed lines 63-68 from:
TCP connection shutdownEvent: E_CORE_TCP_DISCONNECT This event is triggered when a TCP connection is shutdown. to:
Process Auto-Scaling (upscale and downscale)Event: E_CORE_PROC_AUTO_SCALE This event is triggered whenever a new process is created (forked) or a process is terminated due the auto-scaling logic. In order to have this event trigger, the auto-scaling must be enabled in your configuration. Deleted lines 69-82:
Process Auto-Scaling (upscale and downscale)Event: E_CORE_PROC_AUTO_SCALE This event is triggered whenever a new process is created (forked) or a process is terminated due the auto-scaling logic. In order to have this event trigger, the auto-scaling must be enabled in your configuration. Parameters: Added lines 76-91:
TCP connection disconnectedEvent: E_CORE_TCP_DISCONNECT This event is triggered when a TCP connection is terminated/disconnected. Parameters:
January 10, 2022, at 09:55 AM
by -
Changed lines 74-91 from:
to:
Process Auto-Scaling (upscale and downscale)Event: E_CORE_PROC_AUTO_SCALE This event is triggered whenever a new process is created (forked) or a process is terminated due the auto-scaling logic. In order to have this event trigger, the auto-scaling must be enabled in your configuration. Parameters:
July 05, 2021, at 11:51 AM
by -
Changed lines 61-74 from:
to:
TCP connection shutdownEvent: E_CORE_TCP_DISCONNECT This event is triggered when a TCP connection is shutdown. Parameters:
March 28, 2019, at 03:06 PM
by -
Changed line 27 from:
to:
March 28, 2019, at 03:05 PM
by -
Changed line 27 from:
to:
|
