Browse Source

snmpstats add entry for outbound module

Olle E. Johansson 12 years ago
parent
commit
1262b44019
1 changed files with 9 additions and 1 deletions
  1. 9 1
      modules/snmpstats/mibs/KAMAILIO-MIB

+ 9 - 1
modules/snmpstats/mibs/KAMAILIO-MIB

@@ -291,7 +291,6 @@ KAMAILIO-MIB DEFINITIONS ::= BEGIN
         "Sub-tree for TCP Network Transport objects (incl TLS conncetions)." 
         ::= { kamailioNet 1 }
 
-
     kamailioNetWebsocket OBJECT-IDENTITY
         STATUS current
         DESCRIPTION 
@@ -719,6 +718,15 @@ KAMAILIO-MIB DEFINITIONS ::= BEGIN
         "True if the STUN Server server (SIP Outbound) is loaded in this server."
         ::= { kamailioNetConfig 11 }
 
+    kamailioNetConfOutbound OBJECT-TYPE
+        SYNTAX  TruthValue
+        MAX-ACCESS  read-only
+        STATUS current
+	DEFVAL { false }
+        DESCRIPTION 
+        "True if the SIP Outbound module is loaded in this server."
+        ::= { kamailioNetConfig 12 }
+
 --
 -- Websocket Connection Objects
 --