snmpSIPServerObjects.h

00001 /*
00002  * $Id$
00003  *
00004  * SNMPStats Module 
00005  * Copyright (C) 2006 SOMA Networks, INC.
00006  * Written by: Jeffrey Magder (jmagder@somanetworks.com)
00007  *
00008  * This file is part of Kamailio, a free SIP server.
00009  *
00010  * Kamailio is free software; you can redistribute it and/or modify it
00011  * under the terms of the GNU General Public License as published by
00012  * the Free Software Foundation; either version 2 of the License, or
00013  * (at your option) any later version
00014  *
00015  * Kamailio is distributed in the hope that it will be useful, but
00016  * WITHOUT ANY WARRANTY; without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00018  * General Public License for more details.
00019  *
00020  * You should have received a copy of the GNU General Public License
00021  * along with this program; if not, write to the Free Software
00022  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
00023  * USA
00024  *
00025  * History:
00026  * --------
00027  * 2006-11-23 initial version (jmagder)
00028  * 
00029  * Note: this file originally auto-generated by mib2c using
00030  *        : mib2c.scalar.conf,v 1.9 2005/01/07 09:37:18 dts12 Exp $
00031  *
00032  * This file implements all scalars defined in the OPENSER-SIP-SERVER-MIB.  
00033  * For a full description of the scalars, please see OPENSER-SIP-SERVER-MIB.
00034  *
00035  */
00036 #ifndef OPENSERSIPSERVEROBJECTS_H
00037 #define OPENSERSIPSERVEROBJECTS_H
00038 
00039 /* function declarations */
00040 void init_openserSIPServerObjects(void);
00041 Netsnmp_Node_Handler handle_openserSIPProxyStatefulness;
00042 Netsnmp_Node_Handler handle_openserSIPProxyRecordRoute;
00043 Netsnmp_Node_Handler handle_openserSIPProxyAuthMethod;
00044 Netsnmp_Node_Handler handle_openserSIPNumProxyRequireFailures;
00045 Netsnmp_Node_Handler handle_openserSIPRegMaxContactExpiryDuration;
00046 Netsnmp_Node_Handler handle_openserSIPRegMaxUsers;
00047 Netsnmp_Node_Handler handle_openserSIPRegCurrentUsers;
00048 Netsnmp_Node_Handler handle_openserSIPRegDfltRegActiveInterval;
00049 Netsnmp_Node_Handler handle_openserSIPRegUserLookupCounter;
00050 Netsnmp_Node_Handler handle_openserSIPRegAcceptedRegistrations;
00051 Netsnmp_Node_Handler handle_openserSIPRegRejectedRegistrations;
00052 
00053 #define PROXY_STATEFULNESS_STATELESS            1
00054 #define PROXY_STATEFULNESS_TRANSACTION_STATEFUL 2
00055 #define PROXY_STATEFULNESS_CALL_STATEFUL        3
00056 
00057 #define SIP_AUTH_METHOD_NONE   (128 >> 0)
00058 #define SIP_AUTH_METHOD_TLS    (128 >> 1)
00059 #define SIP_AUTH_METHOD_DIGEST (128 >> 2)
00060 
00061 #endif /* OPENSERSIPSERVEROBJECTS_H */