... | ... |
@@ -23,7 +23,7 @@ |
23 | 23 |
|
24 | 24 |
/** |
25 | 25 |
* @file |
26 |
- * @brief SIP-router core :: resolver/dns related functions, dns cache and failover |
|
26 |
+ * @brief Kamailio core :: resolver/dns related functions, dns cache and failover |
|
27 | 27 |
* @author andrei |
28 | 28 |
* @ingroup core |
29 | 29 |
* Module: @ref core |
... | ... |
@@ -4,19 +4,14 @@ |
4 | 4 |
* |
5 | 5 |
* Copyright (C) 2001-2003 FhG Fokus |
6 | 6 |
* |
7 |
- * This file is part of ser, a free SIP server. |
|
7 |
+ * This file is part of Kamailio, a free SIP server. |
|
8 | 8 |
* |
9 |
- * ser is free software; you can redistribute it and/or modify |
|
9 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
10 | 10 |
* it under the terms of the GNU General Public License as published by |
11 | 11 |
* the Free Software Foundation; either version 2 of the License, or |
12 | 12 |
* (at your option) any later version |
13 | 13 |
* |
14 |
- * For a license to use the ser software under conditions |
|
15 |
- * other than those described here, or to purchase support for this |
|
16 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
17 |
- * info@iptel.org |
|
18 |
- * |
|
19 |
- * ser is distributed in the hope that it will be useful, |
|
14 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
20 | 15 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
21 | 16 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
22 | 17 |
* GNU General Public License for more details. |
... | ... |
@@ -16,7 +16,7 @@ |
16 | 16 |
|
17 | 17 |
/** |
18 | 18 |
* @file mod_fix.h |
19 |
- * @brief Generic fixup functions for module function parameter. |
|
19 |
+ * @brief Kamailio core :: Generic fixup functions for module function parameter. |
|
20 | 20 |
* (kamailio compatibility) |
21 | 21 |
* @ingroup core |
22 | 22 |
* Module: \ref core |
... | ... |
@@ -1,21 +1,14 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
5 | 3 |
* |
6 |
- * This file is part of ser, a free SIP server. |
|
4 |
+ * This file is part of Kamailio, a free SIP server. |
|
7 | 5 |
* |
8 |
- * ser is free software; you can redistribute it and/or modify |
|
6 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
9 | 7 |
* it under the terms of the GNU General Public License as published by |
10 | 8 |
* the Free Software Foundation; either version 2 of the License, or |
11 | 9 |
* (at your option) any later version |
12 | 10 |
* |
13 |
- * For a license to use the ser software under conditions |
|
14 |
- * other than those described here, or to purchase support for this |
|
15 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
16 |
- * info@iptel.org |
|
17 |
- * |
|
18 |
- * ser is distributed in the hope that it will be useful, |
|
11 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
19 | 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
20 | 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
21 | 14 |
* GNU General Public License for more details. |
... | ... |
@@ -24,12 +17,9 @@ |
24 | 17 |
* along with this program; if not, write to the Free Software |
25 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
26 | 19 |
*/ |
27 |
-/* |
|
28 |
- * Handle the signals |
|
29 |
- * |
|
30 |
- * History: |
|
31 |
- * -------- |
|
32 |
- * 2005-10-05 split from main.c (andrei) |
|
20 |
+/*! \file |
|
21 |
+ * \brief Kamailio core :: Handle the signals |
|
22 |
+ * \ingroup core |
|
33 | 23 |
*/ |
34 | 24 |
|
35 | 25 |
|
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2009 iptelorg GmbH |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,14 +13,6 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
18 |
-/* |
|
19 |
- * /home/andrei/sr.git/sip_msg_clone.h |
|
20 |
- */ |
|
21 |
-/* |
|
22 |
- * History: |
|
23 |
- * -------- |
|
24 |
- * 2009-07-22 initial version (andrei) |
|
25 |
-*/ |
|
26 | 16 |
|
27 | 17 |
#ifndef __sip_msg_clone_h |
28 | 18 |
#define __sip_msg_clone_h |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2010 iptelorg GmbH |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,7 +13,7 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
18 |
-/** various socket related functions. |
|
16 |
+/*! \brief Kamailio core :: various socket related functions. |
|
19 | 17 |
* @file sock_ut.h |
20 | 18 |
* @ingroup: core |
21 | 19 |
*/ |
... | ... |
@@ -1,22 +1,16 @@ |
1 |
-/* $Id$ |
|
2 |
- * |
|
1 |
+/* |
|
3 | 2 |
* find & manage listen addresses |
4 | 3 |
* |
5 | 4 |
* Copyright (C) 2001-2003 FhG Fokus |
6 | 5 |
* |
7 |
- * This file is part of ser, a free SIP server. |
|
6 |
+ * This file is part of Kamailio, a free SIP server. |
|
8 | 7 |
* |
9 |
- * ser is free software; you can redistribute it and/or modify |
|
8 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
10 | 9 |
* it under the terms of the GNU General Public License as published by |
11 | 10 |
* the Free Software Foundation; either version 2 of the License, or |
12 | 11 |
* (at your option) any later version |
13 | 12 |
* |
14 |
- * For a license to use the ser software under conditions |
|
15 |
- * other than those described here, or to purchase support for this |
|
16 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
17 |
- * info@iptel.org |
|
18 |
- * |
|
19 |
- * ser is distributed in the hope that it will be useful, |
|
13 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
20 | 14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
21 | 15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
22 | 16 |
* GNU General Public License for more details. |
... | ... |
@@ -25,14 +19,12 @@ |
25 | 19 |
* along with this program; if not, write to" the Free Software |
26 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
27 | 21 |
*/ |
28 |
-/* |
|
29 |
- * This file contains code that initializes and handles ser listen addresses |
|
22 |
+ |
|
23 |
+/*! \file |
|
24 |
+ * \brief Kamailio core :: listen address |
|
25 |
+ * This file contains code that initializes and handles Kamailio listen addresses |
|
30 | 26 |
* lists (struct socket_info). It is used mainly on startup. |
31 | 27 |
* |
32 |
- * History: |
|
33 |
- * -------- |
|
34 |
- * 2003-10-22 created by andrei |
|
35 |
- * 2008-08-08 sctp support (andrei) |
|
36 | 28 |
*/ |
37 | 29 |
|
38 | 30 |
|
... | ... |
@@ -1,19 +1,14 @@ |
1 | 1 |
/* |
2 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
3 | 3 |
* |
4 |
- * This file is part of ser, a free SIP server. |
|
4 |
+ * This file is part of Kamailio, a free SIP server. |
|
5 | 5 |
* |
6 |
- * ser is free software; you can redistribute it and/or modify |
|
6 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
7 | 7 |
* it under the terms of the GNU General Public License as published by |
8 | 8 |
* the Free Software Foundation; either version 2 of the License, or |
9 | 9 |
* (at your option) any later version |
10 | 10 |
* |
11 |
- * For a license to use the ser software under conditions |
|
12 |
- * other than those described here, or to purchase support for this |
|
13 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
14 |
- * info@iptel.org |
|
15 |
- * |
|
16 |
- * ser is distributed in the hope that it will be useful, |
|
11 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
17 | 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 | 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 | 14 |
* GNU General Public License for more details. |
... | ... |
@@ -23,32 +18,9 @@ |
23 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
24 | 19 |
*/ |
25 | 20 |
|
26 |
-/* |
|
27 |
- * History: |
|
28 |
- * -------- |
|
29 |
- * 2003-03-10 changed module exports interface: added struct cmd_export |
|
30 |
- * and param_export (andrei) |
|
31 |
- * 2003-03-16 Added flags field to cmd_export_ (janakj) |
|
32 |
- * 2003-04-05 s/reply_route/failure_route, onreply_route introduced (jiri) |
|
33 |
- * 2004-03-12 extra flag USE_FUNC_PARAM added to modparam type - |
|
34 |
- * instead of copying the param value, a func is called (bogdan) |
|
35 |
- * 2004-09-19 switched to version.h for the module versions checks (andrei) |
|
36 |
- * 2004-12-03 changed param_func_t to (modparam_t, void*), killed |
|
37 |
- * param_func_param_t (andrei) |
|
38 |
- * 2007-06-07 added PROC_INIT, called in the main process context |
|
39 |
- * (same as PROC_MAIN), buf guaranteed to be called before |
|
40 |
- * any other process is forked (andrei) |
|
41 |
- * 2008-11-17 sip-router version: includes some of the openser/kamailio |
|
42 |
- * changes: f(void) instead of f(), free_fixup_function() |
|
43 |
- * dual module interface support: ser & kamailio (andrei) |
|
44 |
- * 2008-11-18 prototypes for various fixed parameters numbers module |
|
45 |
- * functions (3, 4, 5 & 6) and variable parameters (andrei) |
|
46 |
- * 2008-11-26 added fparam_free_contents() and fix_param_types (andrei) |
|
47 |
- */ |
|
48 |
- |
|
49 | 21 |
/** |
50 | 22 |
* @file |
51 |
- * @brief SIP-Router core :: modules loading, structures declarations and utilities |
|
23 |
+ * @brief Kamailio core :: modules loading, structures declarations and utilities |
|
52 | 24 |
* @ingroup core |
53 | 25 |
* Module: \ref core |
54 | 26 |
*/ |
... | ... |
@@ -1,22 +1,15 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* |
5 | 3 |
* Copyright (C) 2001-2003 FhG Fokus |
6 | 4 |
* |
7 |
- * This file is part of ser, a free SIP server. |
|
5 |
+ * This file is part of Kamailio, a free SIP server. |
|
8 | 6 |
* |
9 |
- * ser is free software; you can redistribute it and/or modify |
|
7 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
10 | 8 |
* it under the terms of the GNU General Public License as published by |
11 | 9 |
* the Free Software Foundation; either version 2 of the License, or |
12 | 10 |
* (at your option) any later version |
13 | 11 |
* |
14 |
- * For a license to use the ser software under conditions |
|
15 |
- * other than those described here, or to purchase support for this |
|
16 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
17 |
- * info@iptel.org |
|
18 |
- * |
|
19 |
- * ser is distributed in the hope that it will be useful, |
|
12 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
20 | 13 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
21 | 14 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
22 | 15 |
* GNU General Public License for more details. |
... | ... |
@@ -1,19 +1,14 @@ |
1 | 1 |
/* |
2 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
3 | 3 |
* |
4 |
- * This file is part of ser, a free SIP server. |
|
4 |
+ * This file is part of Kamailio, a free SIP server. |
|
5 | 5 |
* |
6 |
- * ser is free software; you can redistribute it and/or modify |
|
6 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
7 | 7 |
* it under the terms of the GNU General Public License as published by |
8 | 8 |
* the Free Software Foundation; either version 2 of the License, or |
9 | 9 |
* (at your option) any later version |
10 | 10 |
* |
11 |
- * For a license to use the ser software under conditions |
|
12 |
- * other than those described here, or to purchase support for this |
|
13 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
14 |
- * info@iptel.org |
|
15 |
- * |
|
16 |
- * ser is distributed in the hope that it will be useful, |
|
11 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
17 | 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 | 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 | 14 |
* GNU General Public License for more details. |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2006 iptelorg GmbH |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,14 +13,6 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
18 |
-/* |
|
19 |
- * History: |
|
20 |
- * -------- |
|
21 |
- * 2006-02-02 created by andrei |
|
22 |
- * 2006-11-24 added numeric string optimized hash function (andrei) |
|
23 |
- * 2006-12-13 split into hashes.h (more generic) and str_hash.h (andrei) |
|
24 |
- */ |
|
25 |
- |
|
26 | 16 |
|
27 | 17 |
#ifndef _str_hashs_h |
28 | 18 |
#define _str_hashs_h |
... | ... |
@@ -2,14 +2,14 @@ |
2 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
3 | 3 |
* Copyright (C) 2006 Voice Sistem SRL |
4 | 4 |
* |
5 |
- * This file is part of sip-router, a free SIP server. |
|
5 |
+ * This file is part of Kamailio, a free SIP server. |
|
6 | 6 |
* |
7 |
- * sip-router is free software; you can redistribute it and/or modify |
|
7 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
8 | 8 |
* it under the terms of the GNU General Public License as published by |
9 | 9 |
* the Free Software Foundation; either version 2 of the License, or |
10 | 10 |
* (at your option) any later version |
11 | 11 |
* |
12 |
- * sip-router is distributed in the hope that it will be useful, |
|
12 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
13 | 13 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 | 14 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 | 15 |
* GNU General Public License for more details. |
... | ... |
@@ -21,7 +21,7 @@ |
21 | 21 |
|
22 | 22 |
/** |
23 | 23 |
* @file |
24 |
- * @brief Simple str type list and helper functions |
|
24 |
+ * @brief Kamailio core :: Simple str type list and helper functions |
|
25 | 25 |
*/ |
26 | 26 |
|
27 | 27 |
|
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2009 iptelorg GmbH |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,14 +13,6 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
18 |
-/* |
|
19 |
- * /home/andrei/sr.git/switch.h |
|
20 |
- */ |
|
21 |
-/* |
|
22 |
- * History: |
|
23 |
- * -------- |
|
24 |
- * 2009-02-02 initial version (andrei) |
|
25 |
-*/ |
|
26 | 16 |
|
27 | 17 |
#ifndef __switch_h |
28 | 18 |
#define __switch_h |
... | ... |
@@ -1,8 +1,6 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* - utility for generating to-tags |
5 |
- * in SER, to-tags consist of two parts: a fixed part |
|
3 |
+ * in Kamailio, to-tags consist of two parts: a fixed part |
|
6 | 4 |
* which is bound to server instance and variable part |
7 | 5 |
* which is bound to request -- that helps to recognize, |
8 | 6 |
* who generated the to-tag in loops through the same |
... | ... |
@@ -12,19 +10,14 @@ |
12 | 10 |
* |
13 | 11 |
* Copyright (C) 2001-2003 FhG Fokus |
14 | 12 |
* |
15 |
- * This file is part of ser, a free SIP server. |
|
13 |
+ * This file is part of Kamailio, a free SIP server. |
|
16 | 14 |
* |
17 |
- * ser is free software; you can redistribute it and/or modify |
|
15 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
18 | 16 |
* it under the terms of the GNU General Public License as published by |
19 | 17 |
* the Free Software Foundation; either version 2 of the License, or |
20 | 18 |
* (at your option) any later version |
21 | 19 |
* |
22 |
- * For a license to use the ser software under conditions |
|
23 |
- * other than those described here, or to purchase support for this |
|
24 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
25 |
- * info@iptel.org |
|
26 |
- * |
|
27 |
- * ser is distributed in the hope that it will be useful, |
|
20 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
28 | 21 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
29 | 22 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
30 | 23 |
* GNU General Public License for more details. |
... | ... |
@@ -33,13 +26,6 @@ |
33 | 26 |
* along with this program; if not, write to the Free Software |
34 | 27 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
35 | 28 |
*/ |
36 |
-/* |
|
37 |
- * History: |
|
38 |
- * -------- |
|
39 |
- * 2003-02-18 changed TOTAG_LEN into TOTAG_VALUE_LEN, to solve |
|
40 |
- * redefinition conflict with tm/t_msgbuilder.h (andrei) |
|
41 |
- */ |
|
42 |
- |
|
43 | 29 |
|
44 | 30 |
#ifndef _TAGS_H |
45 | 31 |
#define _TAGS_H |
... | ... |
@@ -52,7 +38,7 @@ |
52 | 38 |
|
53 | 39 |
#define TOTAG_VALUE_LEN (MD5_LEN+CRC16_LEN+1) |
54 | 40 |
|
55 |
-/* generate variable part of to-tag for a request; |
|
41 |
+/*! generate variable part of to-tag for a request; |
|
56 | 42 |
* it will have length of CRC16_LEN, sufficiently |
57 | 43 |
* long buffer must be passed to the function */ |
58 | 44 |
static inline void calc_crc_suffix( struct sip_msg *msg, char *tag_suffix) |
... | ... |
@@ -1,21 +1,14 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
5 | 3 |
* |
6 |
- * This file is part of ser, a free SIP server. |
|
4 |
+ * This file is part of Kamailio, a free SIP server. |
|
7 | 5 |
* |
8 |
- * ser is free software; you can redistribute it and/or modify |
|
6 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
9 | 7 |
* it under the terms of the GNU General Public License as published by |
10 | 8 |
* the Free Software Foundation; either version 2 of the License, or |
11 | 9 |
* (at your option) any later version |
12 | 10 |
* |
13 |
- * For a license to use the ser software under conditions |
|
14 |
- * other than those described here, or to purchase support for this |
|
15 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
16 |
- * info@iptel.org |
|
17 |
- * |
|
18 |
- * ser is distributed in the hope that it will be useful, |
|
11 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
19 | 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
20 | 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
21 | 14 |
* GNU General Public License for more details. |
... | ... |
@@ -24,21 +17,8 @@ |
24 | 17 |
* along with this program; if not, write to the Free Software |
25 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
26 | 19 |
* |
27 |
- * |
|
28 |
- * History: |
|
29 |
- * -------- |
|
30 |
- * 2003-01-29 tcp buffer size ++-ed to allow for 0-terminator |
|
31 |
- * 2003-06-30 added tcp_connection flags & state (andrei) |
|
32 |
- * 2003-10-27 tcp port aliases support added (andrei) |
|
33 |
- * 2006-10-13 added tcp_req_states for STUN (vlada) |
|
34 |
- * 2007-07-26 improved tcp connection hash function; increased aliases |
|
35 |
- * hash size (andrei) |
|
36 |
- * 2007-11-26 switched to local_timer (andrei) |
|
37 |
- * 2007-11-30 buffered write support (andrei) |
|
38 | 20 |
*/ |
39 | 21 |
|
40 |
- |
|
41 |
- |
|
42 | 22 |
#ifndef _tcp_conn_h |
43 | 23 |
#define _tcp_conn_h |
44 | 24 |
|
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2009 iptelorg GmbH |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,14 +13,10 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
18 |
-/* |
|
19 |
- * tcp_ev.h - tcp events |
|
16 |
+/*! |
|
17 |
+ * \brief Kamailio core :: tcp_ev.h - tcp events |
|
18 |
+ * \ingroup core |
|
20 | 19 |
*/ |
21 |
-/* |
|
22 |
- * History: |
|
23 |
- * -------- |
|
24 |
- * 2009-04-09 initial version (andrei) |
|
25 |
-*/ |
|
26 | 20 |
|
27 | 21 |
#ifndef __tcp_ev_h |
28 | 22 |
#define __tcp_ev_h |
... | ... |
@@ -1,21 +1,14 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2006 iptelorg GmbH |
5 | 3 |
* |
6 |
- * This file is part of ser, a free SIP server. |
|
4 |
+ * This file is part of Kamailio, a free SIP server. |
|
7 | 5 |
* |
8 |
- * ser is free software; you can redistribute it and/or modify |
|
6 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
9 | 7 |
* it under the terms of the GNU General Public License as published by |
10 | 8 |
* the Free Software Foundation; either version 2 of the License, or |
11 | 9 |
* (at your option) any later version |
12 | 10 |
* |
13 |
- * For a license to use the ser software under conditions |
|
14 |
- * other than those described here, or to purchase support for this |
|
15 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
16 |
- * info@iptel.org |
|
17 |
- * |
|
18 |
- * ser is distributed in the hope that it will be useful, |
|
11 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
19 | 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
20 | 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
21 | 14 |
* GNU General Public License for more details. |
... | ... |
@@ -24,8 +17,8 @@ |
24 | 17 |
* along with this program; if not, write to the Free Software |
25 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
26 | 19 |
*/ |
27 |
-/* |
|
28 |
- * tcp various information |
|
20 |
+/*! \brief Kamailio core :: tcp various information |
|
21 |
+ * \ingroup core |
|
29 | 22 |
*/ |
30 | 23 |
|
31 | 24 |
#ifndef _tcp_info_h |
... | ... |
@@ -1,21 +1,14 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
5 | 3 |
* |
6 |
- * This file is part of ser, a free SIP server. |
|
4 |
+ * This file is part of Kamailio, a free SIP server. |
|
7 | 5 |
* |
8 |
- * ser is free software; you can redistribute it and/or modify |
|
6 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
9 | 7 |
* it under the terms of the GNU General Public License as published by |
10 | 8 |
* the Free Software Foundation; either version 2 of the License, or |
11 | 9 |
* (at your option) any later version |
12 | 10 |
* |
13 |
- * For a license to use the ser software under conditions |
|
14 |
- * other than those described here, or to purchase support for this |
|
15 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
16 |
- * info@iptel.org |
|
17 |
- * |
|
18 |
- * ser is distributed in the hope that it will be useful, |
|
11 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
19 | 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
20 | 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
21 | 14 |
* GNU General Public License for more details. |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2010 iptelorg GmbH |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,8 +13,9 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
18 |
-/** internal tcp send functions (use with care). |
|
16 |
+/** internal Kamailio core :: tcp send functions (use with care). |
|
19 | 17 |
* @file tcp_int_send.h |
18 |
+ * @ingroup core |
|
20 | 19 |
*/ |
21 | 20 |
/* |
22 | 21 |
* History: |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2007 iptelorg GmbH |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,12 +13,9 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
18 |
-/* |
|
19 |
- * tcp options |
|
16 |
+/*! \file |
|
17 |
+ * \brief tcp options |
|
20 | 18 |
* |
21 |
- * History: |
|
22 |
- * -------- |
|
23 |
- * 2007-11-28 created by andrei |
|
24 | 19 |
*/ |
25 | 20 |
|
26 | 21 |
#ifndef tcp_options_h |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2010 iptelorg GmbH |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,16 +13,12 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
18 |
-/** tcp internal read functions. |
|
16 |
+ |
|
17 |
+/** Kamailio core :: tcp internal read functions. |
|
19 | 18 |
* @file tcp_read.h |
20 | 19 |
* @ingroup: core |
21 | 20 |
* Module: @ref core |
22 | 21 |
*/ |
23 |
-/* |
|
24 |
- * History: |
|
25 |
- * -------- |
|
26 |
- * 2010-05-18 initial version (andrei) |
|
27 |
-*/ |
|
28 | 22 |
|
29 | 23 |
#ifndef __tcp_read_h |
30 | 24 |
#define __tcp_read_h |
... | ... |
@@ -1,21 +1,14 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
5 | 3 |
* |
6 |
- * This file is part of ser, a free SIP server. |
|
4 |
+ * This file is part of Kamailio, a free SIP server. |
|
7 | 5 |
* |
8 |
- * ser is free software; you can redistribute it and/or modify |
|
6 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
9 | 7 |
* it under the terms of the GNU General Public License as published by |
10 | 8 |
* the Free Software Foundation; either version 2 of the License, or |
11 | 9 |
* (at your option) any later version |
12 | 10 |
* |
13 |
- * For a license to use the ser software under conditions |
|
14 |
- * other than those described here, or to purchase support for this |
|
15 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
16 |
- * info@iptel.org |
|
17 |
- * |
|
18 |
- * ser is distributed in the hope that it will be useful, |
|
11 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
19 | 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
20 | 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
21 | 14 |
* GNU General Public License for more details. |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2009 iptelorg GmbH |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,14 +13,10 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
18 |
-/* |
|
19 |
- * tcp_stats.h - tcp statistics macros |
|
16 |
+/*! \file |
|
17 |
+ * \brief Kamailio core :: tcp_stats.h - tcp statistics macros |
|
18 |
+ * \ingroup core |
|
20 | 19 |
*/ |
21 |
-/* |
|
22 |
- * History: |
|
23 |
- * -------- |
|
24 |
- * 2009-04-08 initial version (andrei) |
|
25 |
-*/ |
|
26 | 20 |
|
27 | 21 |
#ifndef __tcp_stats_h |
28 | 22 |
#define __tcp_stats_h |
... | ... |
@@ -1,19 +1,16 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 |
- * |
|
5 | 2 |
* timer related functions (public interface) |
6 | 3 |
* |
7 | 4 |
* Copyright (C) 2001-2003 FhG Fokus |
8 | 5 |
* |
9 |
- * This file is part of SIP-router, a free SIP server. |
|
6 |
+ * This file is part of Kamailio, a free SIP server. |
|
10 | 7 |
* |
11 |
- * SIP-router is free software; you can redistribute it and/or modify |
|
8 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
12 | 9 |
* it under the terms of the GNU General Public License as published by |
13 | 10 |
* the Free Software Foundation; either version 2 of the License, or |
14 | 11 |
* (at your option) any later version |
15 | 12 |
* |
16 |
- * SIP-router is distributed in the hope that it will be useful, |
|
13 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
17 | 14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 | 15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 | 16 |
* GNU General Public License for more details. |
... | ... |
@@ -22,14 +19,9 @@ |
22 | 19 |
* along with this program; if not, write to the Free Software |
23 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
24 | 21 |
*/ |
25 |
-/* History: |
|
26 |
- * -------- |
|
27 |
- * 2005-07-27 complete re-design/re-implementation (andrei) |
|
28 |
- */ |
|
29 |
- |
|
30 | 22 |
/** |
31 | 23 |
* @file |
32 |
- * @brief SIP-router core :: timer related functions (public interface) |
|
24 |
+ * @brief Kamailio core :: timer related functions (public interface) |
|
33 | 25 |
* @ingroup core |
34 | 26 |
* |
35 | 27 |
* Module: \ref core |
... | ... |
@@ -1,19 +1,16 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 |
- * |
|
5 | 2 |
* timer related functions (internal) |
6 | 3 |
* |
7 | 4 |
* Copyright (C) 2005 iptelorg GmbH |
8 | 5 |
* |
9 |
- * This file is part of SIP-router, a free SIP server. |
|
6 |
+ * This file is part of Kamailio, a free SIP server. |
|
10 | 7 |
* |
11 |
- * SIP-router is free software; you can redistribute it and/or modify |
|
8 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
12 | 9 |
* it under the terms of the GNU General Public License as published by |
13 | 10 |
* the Free Software Foundation; either version 2 of the License, or |
14 | 11 |
* (at your option) any later version |
15 | 12 |
* |
16 |
- * SIP-router is distributed in the hope that it will be useful, |
|
13 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
17 | 14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 | 15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 | 16 |
* GNU General Public License for more details. |
... | ... |
@@ -23,14 +20,9 @@ |
23 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
24 | 21 |
*/ |
25 | 22 |
|
26 |
-/* History: |
|
27 |
- * -------- |
|
28 |
- * 2005-07-27 complete re-design/re-implemnetation (andrei) |
|
29 |
- */ |
|
30 |
- |
|
31 | 23 |
/** |
32 | 24 |
* @file |
33 |
- * @brief SIP-router core :: Timer related functions (internal) |
|
25 |
+ * @brief Kamailio core :: Timer related functions (internal) |
|
34 | 26 |
* @ingroup core |
35 | 27 |
* Module: @ref core |
36 | 28 |
*/ |
... | ... |
@@ -14,15 +14,9 @@ |
14 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | 15 |
*/ |
16 | 16 |
|
17 |
-/* |
|
18 |
- * History: |
|
19 |
- * -------- |
|
20 |
- * 2009-03-10 initial version (andrei) |
|
21 |
-*/ |
|
22 |
- |
|
23 | 17 |
/** |
24 | 18 |
* @file |
25 |
- * @brief SIP-router core :: timer_proc.h - separate process timers |
|
19 |
+ * @brief Kamailio core :: timer_proc.h - separate process timers |
|
26 | 20 |
* |
27 | 21 |
* (unrelated to the main fast and slow timers) |
28 | 22 |
* @ingroup core |
... | ... |
@@ -1,19 +1,16 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 |
- * |
|
5 | 2 |
* timer frequency and ticks conversions |
6 | 3 |
* |
7 | 4 |
* Copyright (C) 2005 iptelorg GmbH |
8 | 5 |
* |
9 |
- * This file is part of SIP-router, a free SIP server. |
|
6 |
+ * This file is part of Kamailio, a free SIP server. |
|
10 | 7 |
* |
11 |
- * SIP-router is free software; you can redistribute it and/or modify |
|
8 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
12 | 9 |
* it under the terms of the GNU General Public License as published by |
13 | 10 |
* the Free Software Foundation; either version 2 of the License, or |
14 | 11 |
* (at your option) any later version |
15 | 12 |
* |
16 |
- * SIP-router is distributed in the hope that it will be useful, |
|
13 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
17 | 14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 | 15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 | 16 |
* GNU General Public License for more details. |
... | ... |
@@ -22,15 +19,9 @@ |
22 | 19 |
* along with this program; if not, write to the Free Software |
23 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
24 | 21 |
*/ |
25 |
-/* History: |
|
26 |
- * -------- |
|
27 |
- * 2005-07-27 complete re-design/re-implemnetation (andrei) |
|
28 |
- * 2007-07-02 added ticks comparison macros (andrei) |
|
29 |
- */ |
|
30 |
- |
|
31 | 22 |
/** |
32 | 23 |
* @file |
33 |
- * @brief SIP-router core :: timer frequency and ticks conversions |
|
24 |
+ * @brief Kamailio core :: timer frequency and ticks conversions |
|
34 | 25 |
* @ingroup core |
35 | 26 |
* Module: @ref core |
36 | 27 |
*/ |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2007 iptelorg GmbH |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,18 +13,10 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
18 |
-/* |
|
19 |
- * tls hooks for modules |
|
20 |
- * |
|
21 |
- * History: |
|
22 |
- * -------- |
|
23 |
- * 2007-02-09 created by andrei |
|
24 |
- * 2010-05-14 new hook interface (better suited for async. tcp) (andrei) |
|
25 |
- */ |
|
26 | 16 |
|
27 | 17 |
/** |
28 | 18 |
* @file |
29 |
- * @brief SIP-router TLS support :: TLS hooks for modules |
|
19 |
+ * @brief Kamailio TLS support :: TLS hooks for modules |
|
30 | 20 |
* @ingroup tls |
31 | 21 |
* Module: @ref tls |
32 | 22 |
*/ |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2007 iptelorg GmbH |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,17 +13,10 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
18 |
-/* |
|
19 |
- * tls hooks init |
|
20 |
- * |
|
21 |
- * History: |
|
22 |
- * -------- |
|
23 |
- * 2007-02-09 created by andrei |
|
24 |
- */ |
|
25 | 16 |
|
26 | 17 |
/** |
27 | 18 |
* @file |
28 |
- * @brief SIP-router TLS support :: TLS hooks init |
|
19 |
+ * @brief Kamailio TLS support :: TLS hooks init |
|
29 | 20 |
* @ingroup tls |
30 | 21 |
* Module: @ref tls |
31 | 22 |
*/ |
... | ... |
@@ -1,21 +1,14 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
5 | 3 |
* |
6 |
- * This file is part of ser, a free SIP server. |
|
4 |
+ * This file is part of Kamailio, a free SIP server. |
|
7 | 5 |
* |
8 |
- * ser is free software; you can redistribute it and/or modify |
|
6 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
9 | 7 |
* it under the terms of the GNU General Public License as published by |
10 | 8 |
* the Free Software Foundation; either version 2 of the License, or |
11 | 9 |
* (at your option) any later version |
12 | 10 |
* |
13 |
- * For a license to use the ser software under conditions |
|
14 |
- * other than those described here, or to purchase support for this |
|
15 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
16 |
- * info@iptel.org |
|
17 |
- * |
|
18 |
- * ser is distributed in the hope that it will be useful, |
|
11 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
19 | 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
20 | 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
21 | 14 |
* GNU General Public License for more details. |
... | ... |
@@ -25,14 +18,13 @@ |
25 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
26 | 19 |
*/ |
27 | 20 |
|
28 |
- |
|
29 | 21 |
#ifndef TRIM_H |
30 | 22 |
#define TRIM_H |
31 | 23 |
|
32 | 24 |
#include "str.h" |
33 | 25 |
|
34 | 26 |
|
35 |
-/* |
|
27 |
+/*! |
|
36 | 28 |
* This switch-case statement is used in |
37 | 29 |
* trim_leading and trim_trailing. You can |
38 | 30 |
* define characters that should be skipped |
... | ... |
@@ -1,21 +1,14 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
5 | 3 |
* |
6 |
- * This file is part of ser, a free SIP server. |
|
4 |
+ * This file is part of Kamailio, a free SIP server. |
|
7 | 5 |
* |
8 |
- * ser is free software; you can redistribute it and/or modify |
|
6 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
9 | 7 |
* it under the terms of the GNU General Public License as published by |
10 | 8 |
* the Free Software Foundation; either version 2 of the License, or |
11 | 9 |
* (at your option) any later version |
12 | 10 |
* |
13 |
- * For a license to use the ser software under conditions |
|
14 |
- * other than those described here, or to purchase support for this |
|
15 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
16 |
- * info@iptel.org |
|
17 |
- * |
|
18 |
- * ser is distributed in the hope that it will be useful, |
|
11 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
19 | 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
20 | 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
21 | 14 |
* GNU General Public License for more details. |
... | ... |
@@ -24,11 +17,6 @@ |
24 | 17 |
* along with this program; if not, write to the Free Software |
25 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
26 | 19 |
*/ |
27 |
-/* |
|
28 |
- * History: |
|
29 |
- * -------- |
|
30 |
- * 2004-02-26 created by andrei |
|
31 |
- */ |
|
32 | 20 |
|
33 | 21 |
#ifndef __tsend_h |
34 | 22 |
#define __tsend_h |
... | ... |
@@ -1,22 +1,19 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 |
- * |
|
5 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
6 | 3 |
* |
7 |
- * This file is part of ser, a free SIP server. |
|
4 |
+ * This file is part of Kamailio, a free SIP server. |
|
8 | 5 |
* |
9 |
- * ser is free software; you can redistribute it and/or modify |
|
6 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
10 | 7 |
* it under the terms of the GNU General Public License as published by |
11 | 8 |
* the Free Software Foundation; either version 2 of the License, or |
12 | 9 |
* (at your option) any later version |
13 | 10 |
* |
14 |
- * For a license to use the ser software under conditions |
|
11 |
+ * For a license to use the Kamailio software under conditions |
|
15 | 12 |
* other than those described here, or to purchase support for this |
16 | 13 |
* software, please contact iptel.org by e-mail at the following addresses: |
17 | 14 |
* info@iptel.org |
18 | 15 |
* |
19 |
- * ser is distributed in the hope that it will be useful, |
|
16 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
20 | 17 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
21 | 18 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
22 | 19 |
* GNU General Public License for more details. |
... | ... |
@@ -1,21 +1,19 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
5 | 3 |
* |
6 |
- * This file is part of ser, a free SIP server. |
|
4 |
+ * This file is part of Kamailio, a free SIP server. |
|
7 | 5 |
* |
8 |
- * ser is free software; you can redistribute it and/or modify |
|
6 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
9 | 7 |
* it under the terms of the GNU General Public License as published by |
10 | 8 |
* the Free Software Foundation; either version 2 of the License, or |
11 | 9 |
* (at your option) any later version |
12 | 10 |
* |
13 |
- * For a license to use the ser software under conditions |
|
11 |
+ * For a license to use the Kamailio software under conditions |
|
14 | 12 |
* other than those described here, or to purchase support for this |
15 | 13 |
* software, please contact iptel.org by e-mail at the following addresses: |
16 | 14 |
* info@iptel.org |
17 | 15 |
* |
18 |
- * ser is distributed in the hope that it will be useful, |
|
16 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
19 | 17 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
20 | 18 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
21 | 19 |
* GNU General Public License for more details. |
... | ... |
@@ -1,21 +1,14 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
5 | 3 |
* |
6 |
- * This file is part of ser, a free SIP server. |
|
4 |
+ * This file is part of Kamailio, a free SIP server. |
|
7 | 5 |
* |
8 |
- * ser is free software; you can redistribute it and/or modify |
|
6 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
9 | 7 |
* it under the terms of the GNU General Public License as published by |
10 | 8 |
* the Free Software Foundation; either version 2 of the License, or |
11 | 9 |
* (at your option) any later version |
12 | 10 |
* |
13 |
- * For a license to use the ser software under conditions |
|
14 |
- * other than those described here, or to purchase support for this |
|
15 |
- * software, please contact iptel.org by e-mail at the following addresses: |
|
16 |
- * info@iptel.org |
|
17 |
- * |
|
18 |
- * ser is distributed in the hope that it will be useful, |
|
11 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
19 | 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
20 | 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
21 | 14 |
* GNU General Public License for more details. |
... | ... |
@@ -24,11 +17,6 @@ |
24 | 17 |
* along with this program; if not, write to the Free Software |
25 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
26 | 19 |
* |
27 |
- * History: |
|
28 |
- * --------- |
|
29 |
- * 2004-07-21 created (bogdan) |
|
30 |
- * 2004-11-14 global aliases support added |
|
31 |
- * 2005-02-14 list with FLAGS USAGE added (bogdan) |
|
32 | 20 |
*/ |
33 | 21 |
|
34 | 22 |
#ifndef _SER_USR_AVP_H_ |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- *$Id$ |
|
3 |
- * |
|
4 | 2 |
* - various general purpose functions |
5 | 3 |
* |
6 | 4 |
* Copyright (C) 2001-2003 FhG Fokus |
... | ... |
@@ -17,27 +15,10 @@ |
17 | 15 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
18 | 16 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
19 | 17 |
* |
20 |
- * History |
|
21 |
- * ------ |
|
22 |
- * 2003-01-18 un_escape function introduced for convenience of code needing |
|
23 |
- * the complex&slow feature of unescaping |
|
24 |
- * 2003-01-28 scratchpad removed (jiri) |
|
25 |
- * 2003-01-29 pathmax added (jiri) |
|
26 |
- * 2003-02-13 strlower added (janakj) |
|
27 |
- * 2003-02-28 scratchpad compatibility abandoned (jiri) |
|
28 |
- * 2003-03-30 str2int and str2float added (janakj) |
|
29 |
- * 2003-04-26 ZSW (jiri) |
|
30 |
- * 2004-03-08 updated int2str (64 bits, INT2STR_MAX_LEN used) (andrei) |
|
31 |
- * 2005-11-29 reverse_hex2int/int2reverse_hex switched to unsigned int (andrei) |
|
32 |
- * 2005-12-09 added msgid_var (andrei) |
|
33 |
- * 2007-05-14 added get_sys_ver() (andrei) |
|
34 |
- * 2007-06-05 added MAX_UVAR_VALUE(), MAX_int(a,b) MIN_int(a,b) (andrei) |
|
35 |
- * 2008-05-21 added ushort2sbuf(), ushort2str() (andrei) |
|
36 |
- * 2009-03-16 added sint2strbuf() and incremented INST2STR_MAX_LEN to account |
|
37 |
- * for sign (andrei) |
|
38 | 18 |
*/ |
39 |
-/** various general purpose/helper functions. |
|
19 |
+/** Kamailio core :: various general purpose/helper functions. |
|
40 | 20 |
* @file |
21 |
+ * @ingroup core |
|
41 | 22 |
*/ |
42 | 23 |
|
43 | 24 |
|
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2010 iptelorg GmbH |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,15 +13,11 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
16 |
+ |
|
18 | 17 |
/** version strings. |
19 | 18 |
* @file ver.h |
20 | 19 |
* @ingroup: core |
21 | 20 |
*/ |
22 |
-/* |
|
23 |
- * History: |
|
24 |
- * -------- |
|
25 |
- * 2010-07-13 initial version (andrei) |
|
26 |
-*/ |
|
27 | 21 |
|
28 | 22 |
#ifndef __ver_h |
29 | 23 |
#define __ver_h |
... | ... |
@@ -1,19 +1,16 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* version and compile flags macros |
5 | 3 |
* |
6 |
- * |
|
7 | 4 |
* Copyright (C) 2004 FhG Fokus |
8 | 5 |
* |
9 |
- * This file is part of SIP-router, a free SIP server. |
|
6 |
+ * This file is part of Kamailio, a free SIP server. |
|
10 | 7 |
* |
11 |
- * SIP-router is free software; you can redistribute it and/or modify |
|
8 |
+ * Kamailio is free software; you can redistribute it and/or modify |
|
12 | 9 |
* it under the terms of the GNU General Public License as published by |
13 | 10 |
* the Free Software Foundation; either version 2 of the License, or |
14 | 11 |
* (at your option) any later version |
15 | 12 |
* |
16 |
- * SIP-router is distributed in the hope that it will be useful, |
|
13 |
+ * Kamailio is distributed in the hope that it will be useful, |
|
17 | 14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 | 15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 | 16 |
* GNU General Public License for more details. |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com) |
5 | 3 |
* |
6 | 4 |
* Permission to use, copy, modify, and distribute this software for any |
... | ... |
@@ -15,11 +13,6 @@ |
15 | 13 |
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | 14 |
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | 15 |
*/ |
18 |
-/* |
|
19 |
- * History: |
|
20 |
- * -------- |
|
21 |
- * 2009-05-20 created by daniel |
|
22 |
- */ |
|
23 | 16 |
|
24 | 17 |
|
25 | 18 |
#ifndef _SR_XAVP_H_ |