Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a1ba145adb75ae541be14c912cc300a6b1f3293c
      
https://github.com/OpenSIPS/opensips/commit/a1ba145adb75ae541be14c912cc300a6b1f3293c
  Author: Steven Ayre <stevea...@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.a...@dubber.net>



To unsubscribe from these emails, change your notification settings at 
https://github.com/OpenSIPS/opensips/settings/notifications

_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to