[OpenSIPS-Devel] [OpenSIPS/opensips] a1ba14: add support for resource limit error messages from...
Steven Ayre
noreply at github.com
Tue Jul 15 08:36:03 UTC 2025
Branch: refs/heads/master
Home: https://github.com/OpenSIPS/opensips
Commit: a1ba145adb75ae541be14c912cc300a6b1f3293c
https://github.com/OpenSIPS/opensips/commit/a1ba145adb75ae541be14c912cc300a6b1f3293c
Author: Steven Ayre <steveayre at gmail.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M modules/rtpengine/rtpengine.c
Log Message:
-----------
add support for resource limit error messages from rtpengine (#3682)
support LOAD_LIMIT_CPU, LOAD_LIMIT_LOAD, LOAD_LIMIT_BW from rtpengine
```const char magic_load_limit_strings[__LOAD_LIMIT_MAX][64] = {
[LOAD_LIMIT_MAX_SESSIONS] = "Parallel session limit reached",
[LOAD_LIMIT_CPU] = "CPU usage limit exceeded",
[LOAD_LIMIT_LOAD] = "Load limit exceeded",
[LOAD_LIMIT_BW] = "Bandwidth limit exceeded",
};```
Co-authored-by: Steve Ayre <steven.ayre at dubber.net>
To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications
More information about the Devel
mailing list