Core Events
Events are exported by the OpenSIPS core through the Event Interface.
E_CORE_THRESHOLD
Section titled “E_CORE_THRESHOLD”Threshold limit exceeded.
This event is triggered when a particular action takes longer than a specific threshold. It can be raised when a MySQL or DNS query takes too long, or a SIP message processing goes beyond a specific limit. For more information please see this post.
Parameters:
- source: the source of the event: mysql module, core (for DNS or message processing warnings).
- time: the number of micro-seconds the limit has been exceeded
- extra: extra information, depending on the source of the event