From 3b79864f3e86643766c91cd9744d4a77743972ad Mon Sep 17 00:00:00 2001 From: Bogdan-Andrei Iancu Date: Thu, 10 Feb 2022 16:28:09 +0200 Subject: [PATCH] [drouting] add docs on the provided Status/Report identifiers --- modules/drouting/doc/drouting_admin.xml | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/modules/drouting/doc/drouting_admin.xml b/modules/drouting/doc/drouting_admin.xml index 1744a325fd9..5c9924c6a5b 100644 --- a/modules/drouting/doc/drouting_admin.xml +++ b/modules/drouting/doc/drouting_admin.xml @@ -2607,6 +2607,60 @@ Status:: 0 +
+ Provided Status/Report Identifiers + + + The module provides the "drouting" Status/Report group, where each + routing partition is defined as a separate SR idenifier. + + + The status of these identifiers reflects the readiness/status of the + cached data (if available or not when being loaded from DB): + + + + -2 - no data at all (initial status) + + + -1 - no data, initial loading in progress + + + 1 - data loaded, partition ready + + + 2 - data available, a reload in progress + + + + + In terms of reports/logs, the following events will be reported: + + + + starting DB data loading + + + DB data loading failed, discarding + + + DB data loading successfully completed + + + N gateways loaded (N discarded), N carriers loaded (N discarded), N rules loaded (N discarded) + + + + + For how to access and use the Status/Report information, please see + https://www.opensips.org/Documentation/Interface-StatusReport-3-3. + + +
+ + + +
Installation