6 * Copyright (C) 2004 Voice Sistem
8 * This file is part of a module for Kamailio, a free SIP server.
10 * Kamailio is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version
15 * Kamailio is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
26 * 2004-09-01: first version (ramona)
33 #include "../../lib/srdb1/db.h"
34 #include "../../parser/msg_parser.h"
37 /* Module parameters variables */
39 extern str user_column; /* 'username' column name */
40 extern str domain_column; /* 'domain' column name */
41 extern str alias_user_column; /* 'alias_username' column name */
42 extern str alias_domain_column; /* 'alias_domain' column name */
43 extern str domain_prefix;
44 extern int ald_append_branches; /* append branches after an alias lookup */
46 extern db1_con_t* db_handle; /* Database connection handle */
48 #endif /* _ALIAS_DB_H_ */