• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • Directories
  • File List
  • Globals

sr_compat.h

Go to the documentation of this file.
00001 /* 
00002  * $Id$
00003  * 
00004  * Copyright (C) 2008 iptelorg GmbH
00005  *
00006  * Permission to use, copy, modify, and distribute this software for any
00007  * purpose with or without fee is hereby granted, provided that the above
00008  * copyright notice and this permission notice appear in all copies.
00009  *
00010  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
00011  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
00012  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
00013  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
00014  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
00015  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
00016  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
00017  */
00022 /* 
00023  * History:
00024  * --------
00025  *  2008-11-29  initial version (andrei)
00026  */
00027 
00028 
00029 #ifndef _sr_compat_h
00030 #define _sr_compat_h
00031 
00033 #define SR_COMPAT_MAX 0
00034 
00035 #define SR_COMPAT_SER 1
00036 
00037 #define SR_COMPAT_KAMAILIO 2
00038 #define SR_COMPAT_OPENSER 2
00039 
00040 
00041 extern int sr_compat;
00042 extern int sr_cfg_compat;
00043 
00044 #endif /* _sr_compat_h */

Generated on Tue May 22 2012 13:10:15 for SIP Router by  doxygen 1.7.1