[OpenSIPS-Devel] [OpenSIPS/opensips] 5dde5f: [drouting] Add separate Status/Report identifiers ...

Bogdan Andrei IANCU noreply at github.com
Thu May 12 12:05:40 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 5dde5f587485e1b23e381b4555a8f34f2606afd1
      https://github.com/OpenSIPS/opensips/commit/5dde5f587485e1b23e381b4555a8f34f2606afd1
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2022-05-12 (Thu, 12 May 2022)

  Changed paths:
    M modules/drouting/README
    M modules/drouting/doc/drouting_admin.xml
    M modules/drouting/dr_clustering.c
    M modules/drouting/dr_partitions.h
    M modules/drouting/drouting.c

  Log Message:
  -----------
  [drouting] Add separate Status/Report identifiers for state changes.

Each partition provides a separate identifier for reporting events
about the change in state for gws or carrier,

    {
        "Name": "Default;events",
        "Reports": [
            {
                "Timestamp": 1652353976,
                "Date": "Thu May 12 14:12:56 2022",
                "Log": "GW <gw1_1>/127.0.1.1 switched to [inactive] due to negative probing reply\n"
            },
            {
                "Timestamp": 1652353976,
                "Date": "Thu May 12 14:12:56 2022",
                "Log": "GW <gw2_1>/127.0.1.2 switched to [inactive] due to negative probing reply\n"
            }
        ]
    },





More information about the Devel mailing list