|
@@ -1,24 +1,23 @@
|
|
/*
|
|
/*
|
|
- * $Id$
|
|
|
|
- *
|
|
|
|
* Copyright (C) 2008-2009 1&1 Internet AG
|
|
* Copyright (C) 2008-2009 1&1 Internet AG
|
|
* Copyright (C) 2001-2003 FhG Fokus
|
|
* Copyright (C) 2001-2003 FhG Fokus
|
|
*
|
|
*
|
|
- * This file is part of SIP-router, a free SIP server.
|
|
|
|
|
|
+ * This file is part of Kamailio, a free SIP server.
|
|
*
|
|
*
|
|
- * SIP-router is free software; you can redistribute it and/or modify
|
|
|
|
|
|
+ * Kamailio is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version
|
|
* (at your option) any later version
|
|
*
|
|
*
|
|
- * SIP-router 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.
|
|
*
|
|
*
|
|
- * You should have received a copy of the GNU General Public License
|
|
|
|
- * along with this program; if not, write to the Free Software
|
|
|
|
|
|
+ * You should have received a copy of the GNU General Public License
|
|
|
|
+ * along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
+ *
|
|
*/
|
|
*/
|
|
|
|
|
|
/*!
|
|
/*!
|
|
@@ -31,7 +30,6 @@
|
|
/*!
|
|
/*!
|
|
* \defgroup siputils SIPUTILS :: Various SIP message handling functions
|
|
* \defgroup siputils SIPUTILS :: Various SIP message handling functions
|
|
*
|
|
*
|
|
- * \note A Kamailio module (modules_k)
|
|
|
|
*
|
|
*
|
|
This module implement various functions and checks related to
|
|
This module implement various functions and checks related to
|
|
SIP message handling and URI handling.
|
|
SIP message handling and URI handling.
|