Module: sip-router Branch: master Commit: 1262b4401954661028e10bfb3b54d0ed00876711 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1262b4401954661028e10bfb3b54d0ed00876711
Author: Olle E. Johansson <[email protected]> Committer: Olle E. Johansson <[email protected]> Date: Mon Apr 1 20:41:48 2013 +0200 snmpstats add entry for outbound module --- modules/snmpstats/mibs/KAMAILIO-MIB | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/modules/snmpstats/mibs/KAMAILIO-MIB b/modules/snmpstats/mibs/KAMAILIO-MIB index fc32a3c..1998625 100644 --- a/modules/snmpstats/mibs/KAMAILIO-MIB +++ b/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 -- _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
