[OpenSIPS-Devel] [OpenSIPS/opensips] a6948b: qrouting: Add "min samples" awareness, per stat

Liviu Chircu noreply at github.com
Wed Feb 26 11:12:25 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a6948b52696cc229ef15e2d204d82b11ac53742a
      https://github.com/OpenSIPS/opensips/commit/a6948b52696cc229ef15e2d204d82b11ac53742a
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
    M modules/qrouting/doc/qrouting_admin.xml
    M modules/qrouting/qr_sort.h
    M modules/qrouting/qrouting.c
    M modules/qrouting/qrouting.h

  Log Message:
  -----------
  qrouting: Add "min samples" awareness, per stat

qrouting may now be configured to ignore partially accumulated statistics
for any of its gateways (this is the case after a restart, a
dr_reload or during runtime, when there are simply not enough stats
available).


  Commit: 3f8940374fd04dc4f2d5ed908d99833a3609e472
      https://github.com/OpenSIPS/opensips/commit/3f8940374fd04dc4f2d5ed908d99833a3609e472
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
    M modules/qrouting/qr_load.c
    M modules/qrouting/qr_stats.c
    M modules/qrouting/qrouting.c

  Log Message:
  -----------
  qrouting: Usability improvements

    * do not allow functions to be called in startup_route.  The data
       may not be available yet, as we're racing against the RPC reload
       issued via child_init()

    * add various useful debug logs


Compare: https://github.com/OpenSIPS/opensips/compare/e409bd0db206...3f8940374fd0



More information about the Devel mailing list