modules/carrierroute/config.h

Go to the documentation of this file.
00001 /*
00002  * $Id$
00003  *
00004  * SIP-router is distributed in the hope that it will be useful,
00005  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00006  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00007  * GNU General Public License for more details.
00008  *
00009  * You should have received a copy of the GNU General Public License 
00010  * along with this program; if not, write to the Free Software 
00011  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00012  */
00013 
00021 #ifndef _CARRIERROUTE_CONFIG_H
00022 #define _CARRIERROUTE_CONFIG_H
00023 
00024 
00025 #include "../../cfg/cfg.h"
00026 #include "../../str.h"
00027 
00028 struct cfg_group_carrierroute {
00029         unsigned int    use_domain;
00030         unsigned int    fallback_default;
00031         unsigned int    fetch_rows;
00032 };
00033 
00034 extern struct cfg_group_carrierroute    default_carrierroute_cfg;
00035 extern void     *carrierroute_cfg;
00036 extern cfg_def_t        carrierroute_cfg_def[];
00037 
00038 
00039 #endif