[OpenSIPS-Devel] [OpenSIPS/opensips] eb7b7f: qrouting: Add locking for the "qr_status" MI command

Liviu Chircu noreply at github.com
Tue Feb 11 12:15:42 EST 2020


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

  Changed paths:
    M modules/qrouting/qr_mi.c

  Log Message:
  -----------
  qrouting:  Add locking for the "qr_status" MI command

Prevents potential crashes on concurrent dr_reload + qr_status MI
commands.


  Commit: a510ccbeaba6dfb434cda06453f6dfe13e4c323c
      https://github.com/OpenSIPS/opensips/commit/a510ccbeaba6dfb434cda06453f6dfe13e4c323c
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

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

  Log Message:
  -----------
  qrouting: Fix doc links; Simplify qr_dst_t

The internal "dst" enum within qr_dst_t can be anonymous.  There is no
need to write "dst.dst.gw" code, when we can just say "dst.gw"!


  Commit: f2cc179227a0c6b4e860034b572c51fd7c3a8adc
      https://github.com/OpenSIPS/opensips/commit/f2cc179227a0c6b4e860034b572c51fd7c3a8adc
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M modules/qrouting/qr_mi.c
    M modules/qrouting/qr_mi.h
    M modules/qrouting/qr_sort.c
    M modules/qrouting/qr_stats.h
    M modules/qrouting/qrouting.c

  Log Message:
  -----------
  qrouting: Add MI/script commands to enable/disable a destination


  Commit: 5e5416ba81217071ff96ac2c654062b33a13528a
      https://github.com/OpenSIPS/opensips/commit/5e5416ba81217071ff96ac2c654062b33a13528a
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M modules/qrouting/qr_mi.c
    M modules/qrouting/qr_mi.h
    M modules/qrouting/qrouting.c

  Log Message:
  -----------
  qrouting: Add script functions to enable/disable a destination


  Commit: 159a80ccbb731237dbebe196cf5998e492306a42
      https://github.com/OpenSIPS/opensips/commit/159a80ccbb731237dbebe196cf5998e492306a42
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M modules/qrouting/qr_acc.c
    M modules/qrouting/qr_acc.h
    M modules/qrouting/qr_load.c
    M modules/qrouting/qr_load.h
    M modules/qrouting/qr_sort.c
    M modules/qrouting/qr_sort.h
    M modules/qrouting/qr_stats.c
    M modules/qrouting/qr_stats.h
    M modules/qrouting/qrouting.c

  Log Message:
  -----------
  qrouting: Remove bogus code copyrights


Compare: https://github.com/OpenSIPS/opensips/compare/6a4d4bf3dde1...159a80ccbb73



More information about the Devel mailing list