|
@@ -1,16 +1,16 @@
|
|
/*
|
|
/*
|
|
- * $Id: drouting.c 5755 2009-06-01 09:52:21Z bogdan_iancu $
|
|
|
|
|
|
+ * $Id$
|
|
*
|
|
*
|
|
* Copyright (C) 2005-2009 Voice Sistem SRL
|
|
* Copyright (C) 2005-2009 Voice Sistem SRL
|
|
*
|
|
*
|
|
- * This file is part of Open SIP Server (OpenSIPS).
|
|
|
|
|
|
+ * This file is part of Kamailio, a free SIP server.
|
|
*
|
|
*
|
|
- * DROUTING OpenSIPS-module is free software; you can redistribute it and/or
|
|
|
|
- * modify it under the terms of the GNU General Public License
|
|
|
|
- * as published by the Free Software Foundation; either version 2
|
|
|
|
- * of the License, or (at your option) any later version.
|
|
|
|
|
|
+ * Kamailio is free software; you can redistribute it and/or modify
|
|
|
|
+ * it under the terms of the GNU General Public License as published by
|
|
|
|
+ * the Free Software Foundation; either version 2 of the License, or
|
|
|
|
+ * (at your option) any later version.
|
|
*
|
|
*
|
|
- * DROUTING OpenSIPS-module is distributed in the hope that it will be useful,
|
|
|
|
|
|
+ * Kamailio is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
* GNU General Public License for more details.
|
|
@@ -18,11 +18,8 @@
|
|
* You should have received a copy of the GNU General Public License
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
- *
|
|
|
|
- * For any questions about this software and its license, please contact
|
|
|
|
- * Voice Sistem at following e-mail address:
|
|
|
|
- * [email protected]
|
|
|
|
- *
|
|
|
|
|
|
+
|
|
|
|
+
|
|
* History:
|
|
* History:
|
|
* ---------
|
|
* ---------
|
|
* 2005-02-20 first version (cristian)
|
|
* 2005-02-20 first version (cristian)
|
|
@@ -38,7 +35,7 @@
|
|
#include "../../str.h"
|
|
#include "../../str.h"
|
|
#include "../../dprint.h"
|
|
#include "../../dprint.h"
|
|
#include "../../usr_avp.h"
|
|
#include "../../usr_avp.h"
|
|
-#include "../../db/db.h"
|
|
|
|
|
|
+#include "../../lib/srdb1/db.h"
|
|
#include "../../mem/mem.h"
|
|
#include "../../mem/mem.h"
|
|
#include "../../mem/shm_mem.h"
|
|
#include "../../mem/shm_mem.h"
|
|
#include "../../locking.h"
|
|
#include "../../locking.h"
|