Module: sip-router
Branch: master
Commit: ab75785aa707f10fdbccfb0531a0f35e820f5ebc
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ab75785aa707f10fdbccfb0531a0f35e820f5ebc

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

---

 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

Reply via email to