Module: sip-router Branch: 4.1 Commit: 98ecf7d2c5753357fd2c1d1e8e72f425e4d48f9b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=98ecf7d2c5753357fd2c1d1e8e72f425e4d48f9b
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: Thu Dec 12 15:50:27 2013 +0100 snmpstats: fixe MIB file definitions - patch by takeshi, FS#363 (cherry picked from commit ab75785aa707f10fdbccfb0531a0f35e820f5ebc) --- modules/snmpstats/mibs/KAMAILIO-TC | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/snmpstats/mibs/KAMAILIO-TC b/modules/snmpstats/mibs/KAMAILIO-TC index 81d1459..171c491 100644 --- a/modules/snmpstats/mibs/KAMAILIO-TC +++ b/modules/snmpstats/mibs/KAMAILIO-TC @@ -62,7 +62,7 @@ KamailioSIPTransportProtocol ::= TEXTUAL-CONVENTION tcp(2), sctp(3), tls(4), - sctp_tls(5), + sctptls(5), ws(6), wss(7) } @@ -79,14 +79,13 @@ KamailioSIPEntityRole ::= TEXTUAL-CONVENTION operation of a SIP outbound edge proxy node. Kamailio adds the role 'sipcaptureServer' for operation of a Homer SIPcapture node." - " SYNTAX BITS { other(0), userAgent(1), proxyServer(2), redirectServer(3), - registrarServer(4) - edgeproxyServer(5) + registrarServer(4), + edgeproxyServer(5), sipcaptureServer(6) } _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
