1 /* 2 * SNMPStats Module 3 * Copyright (C) 2006 SOMA Networks, INC. 4 * Written by: Jeffrey Magder (jmagder@somanetworks.com) 5 * 6 * This file is part of Kamailio, a free SIP server. 7 * 8 * Kamailio is free software; you can redistribute it and/or modify it 9 * under the terms of the GNU General Public License as published by 10 * the Free Software Foundation; either version 2 of the License, or 11 * (at your option) any later version 12 * 13 * Kamailio is distributed in the hope that it will be useful, but 14 * WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * General Public License for more details. 17 * 18 * You should have received a copy of the GNU General Public License 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 21 * USA 22 * 23 * Note: this file originally auto-generated by mib2c using 24 * : mib2c.scalar.conf,v 1.9 2005/01/07 09:37:18 dts12 Exp $ 25 * 26 * This file defines all registration and handling of all scalars defined in the 27 * KAMAILIO-SIP-COMMON-MIB. Please see KAMAILIO-SIP-COMMON-MIB for the complete 28 * descriptions of the individual scalars. 29 */ 30 #ifndef KAMAILIOSIPCOMMONOBJECTS_H 31 #define KAMAILIOSIPCOMMONOBJECTS_H 32 33 void init_kamailioSIPCommonObjects(void); 34 35 Netsnmp_Node_Handler handle_kamailioSIPProtocolVersion; 36 Netsnmp_Node_Handler handle_kamailioSIPServiceStartTime; 37 Netsnmp_Node_Handler handle_kamailioSIPEntityType; 38 Netsnmp_Node_Handler handle_kamailioSIPSummaryInRequests; 39 Netsnmp_Node_Handler handle_kamailioSIPSummaryOutRequests; 40 Netsnmp_Node_Handler handle_kamailioSIPSummaryInResponses; 41 Netsnmp_Node_Handler handle_kamailioSIPSummaryOutResponses; 42 Netsnmp_Node_Handler handle_kamailioSIPSummaryTotalTransactions; 43 Netsnmp_Node_Handler handle_kamailioSIPCurrentTransactions; 44 Netsnmp_Node_Handler handle_kamailioSIPNumUnsupportedUris; 45 Netsnmp_Node_Handler handle_kamailioSIPNumUnsupportedMethods; 46 Netsnmp_Node_Handler handle_kamailioSIPOtherwiseDiscardedMsgs; 47 48 #endif /* KAMAILIOSIPCOMMONOBJECTS_H */