Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00021 #ifndef _SIPUTILS_CONFIG_H
00022 #define _SIPUTILS_CONFIG_H
00023
00024
00025 #include "../../cfg/cfg.h"
00026 #include "../../str.h"
00027
00028 struct cfg_group_siputils {
00029 unsigned int ring_timeout;
00030 };
00031
00032 extern struct cfg_group_siputils default_siputils_cfg;
00033 extern void *siputils_cfg;
00034 extern cfg_def_t siputils_cfg_def[];
00035
00036 int ring_timeout_fixup(void*, str*, str*, void**);
00037
00038 #endif