... | ... |
@@ -19,19 +19,6 @@ |
19 | 19 |
* along with this program; if not, write to the Free Software |
20 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
21 | 21 |
* |
22 |
- * History: |
|
23 |
- * -------- |
|
24 |
- * 2003-04-04 grand acc cleanup (jiri) |
|
25 |
- * 2003-11-04 multidomain support for mysql introduced (jiri) |
|
26 |
- * 2004-06-06 updated to the new DB api, cleanup: acc_db_{bind, init,close) |
|
27 |
- * added (andrei) |
|
28 |
- * 2005-05-30 acc_extra patch commited (ramona) |
|
29 |
- * 2005-06-28 multi leg call support added (bogdan) |
|
30 |
- * 2006-01-13 detect_direction (for sequential requests) added (bogdan) |
|
31 |
- * 2006-09-08 flexible multi leg accounting support added, |
|
32 |
- * code cleanup for low level functions (bogdan) |
|
33 |
- * 2006-09-19 final stage of a masive re-structuring and cleanup (bogdan) |
|
34 |
- * 2008-09-03 added support for integer type Radius attributes (jh) |
|
35 | 22 |
*/ |
36 | 23 |
|
37 | 24 |
/*! \file |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
5 | 3 |
* Copyright (C) 2006 Voice Sistem SRL |
6 | 4 |
* |
... | ... |
@@ -20,14 +18,6 @@ |
20 | 18 |
* along with this program; if not, write to the Free Software |
21 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
22 | 20 |
* |
23 |
- * History: |
|
24 |
- * -------- |
|
25 |
- * 2003-04-04 grand acc cleanup (jiri) |
|
26 |
- * 2003-11-04 multidomain support for mysql introduced (jiri) |
|
27 |
- * 2004-06-06 cleanup: acc_db_{bind,init,close} added (andrei) |
|
28 |
- * 2006-09-08 flexible multi leg accounting support added, |
|
29 |
- * code cleanup for low level functions (bogdan) |
|
30 |
- * 2006-09-19 final stage of a masive re-structuring and cleanup (bogdan) |
|
31 | 21 |
*/ |
32 | 22 |
|
33 | 23 |
/*! \file |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2001-2003 FhG Fokus |
5 | 3 |
* |
6 | 4 |
* This file is part of Kamailio, a free SIP server. |
... | ... |
@@ -19,8 +17,6 @@ |
19 | 17 |
* along with this program; if not, write to the Free Software |
20 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
21 | 19 |
* |
22 |
- * History: |
|
23 |
- * -------- |
|
24 | 20 |
*/ |
25 | 21 |
|
26 | 22 |
/*! \file |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2004-2006 Voice Sistem SRL |
5 | 3 |
* Copyright (C) 2008 Juha Heinanen |
6 | 4 |
* |
... | ... |
@@ -21,15 +19,6 @@ |
21 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
22 | 20 |
* |
23 | 21 |
* |
24 |
- * History: |
|
25 |
- * --------- |
|
26 |
- * 2004-10-28 first version (ramona) |
|
27 |
- * 2005-05-30 acc_extra patch commited (ramona) |
|
28 |
- * 2005-07-13 acc_extra specification moved to use pseudo-variables (bogdan) |
|
29 |
- * 2006-09-08 flexible multi leg accounting support added, |
|
30 |
- * code cleanup for low level functions (bogdan) |
|
31 |
- * 2006-09-19 final stage of a masive re-structuring and cleanup (bogdan) |
|
32 |
- * 2008-09-03 added support for integer type Radius attributes (jh) |
|
33 | 22 |
*/ |
34 | 23 |
|
35 | 24 |
/*! \file |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2004 Voice Sistem SRL |
5 | 3 |
* Copyright (C) 2008 Juha Heinanen |
6 | 4 |
* |
... | ... |
@@ -20,16 +18,6 @@ |
20 | 18 |
* along with this program; if not, write to the Free Software |
21 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
22 | 20 |
* |
23 |
- * |
|
24 |
- * History: |
|
25 |
- * --------- |
|
26 |
- * 2004-10-28 first version (ramona) |
|
27 |
- * 2005-05-30 acc_extra patch commited (ramona) |
|
28 |
- * 2005-07-13 acc_extra specification moved to use pseudo-variables (bogdan) |
|
29 |
- * 2006-09-08 flexible multi leg accounting support added, |
|
30 |
- * code cleanup for low level functions (bogdan) |
|
31 |
- * 2006-09-19 final stage of a masive re-structuring and cleanup (bogdan) |
|
32 |
- * 2008-09-03 added support for integer type Radius attributes (jh) |
|
33 | 21 |
*/ |
34 | 22 |
|
35 | 23 |
/*! \file |
... | ... |
@@ -20,10 +20,6 @@ |
20 | 20 |
* along with this program; if not, write to the Free Software |
21 | 21 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
22 | 22 |
* |
23 |
- * History: |
|
24 |
- * ------- |
|
25 |
- * 2006-09-19 forked from the acc_mod.c file during a big re-structuring |
|
26 |
- * of acc module (bogdan) |
|
27 | 23 |
*/ |
28 | 24 |
|
29 | 25 |
/*! \file |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Accounting module |
5 | 3 |
* |
6 | 4 |
* Copyright (C) 2006 Voice Sistem SRL |
... | ... |
@@ -21,9 +19,6 @@ |
21 | 19 |
* along with this program; if not, write to the Free Software |
22 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
23 | 21 |
* |
24 |
- * History: |
|
25 |
- * --------- |
|
26 |
- * 2005-09-19 created during a big re-structuring of acc module(bogdan) |
|
27 | 22 |
*/ |
28 | 23 |
|
29 | 24 |
/*! \file |
... | ... |
@@ -20,26 +20,6 @@ |
20 | 20 |
* along with this program; if not, write to the Free Software |
21 | 21 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
22 | 22 |
* |
23 |
- * History: |
|
24 |
- * ------- |
|
25 |
- * 2003-03-06: aligned to change in callback names (jiri) |
|
26 |
- * 2003-03-06: fixed improper sql connection, now from |
|
27 |
- * child_init (jiri) |
|
28 |
- * 2003-03-11: New module interface (janakj) |
|
29 |
- * 2003-03-16: flags export parameter added (janakj) |
|
30 |
- * 2003-04-04 grand acc cleanup (jiri) |
|
31 |
- * 2003-04-06: Opens database connection in child_init only (janakj) |
|
32 |
- * 2003-04-24 parameter validation (0 t->uas.request) added (jiri) |
|
33 |
- * 2003-11-04 multidomain support for mysql introduced (jiri) |
|
34 |
- * 2003-12-04 global TM callbacks switched to per transaction callbacks |
|
35 |
- * (bogdan) |
|
36 |
- * 2004-06-06 db cleanup: static db_url, calls to acc_db_{bind,init,close) |
|
37 |
- * (andrei) |
|
38 |
- * 2005-05-30 acc_extra patch commited (ramona) |
|
39 |
- * 2005-06-28 multi leg call support added (bogdan) |
|
40 |
- * 2006-01-13 detect_direction (for sequential requests) added (bogdan) |
|
41 |
- * 2006-09-08 flexible multi leg accounting support added (bogdan) |
|
42 |
- * 2006-09-19 final stage of a masive re-structuring and cleanup (bogdan) |
|
43 | 23 |
*/ |
44 | 24 |
|
45 | 25 |
/*! \file |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Accounting module |
5 | 3 |
* |
6 | 4 |
* Copyright (C) 2001-2003 FhG Fokus |
... | ... |
@@ -22,13 +20,6 @@ |
22 | 20 |
* along with this program; if not, write to the Free Software |
23 | 21 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
24 | 22 |
* |
25 |
- * History: |
|
26 |
- * --------- |
|
27 |
- * 2003-04-04 grand acc cleanup (jiri) |
|
28 |
- * 2003-11-04 multidomain support for mysql introduced (jiri) |
|
29 |
- * 2004-06-06 removed db_url, db_handle (andrei) |
|
30 |
- * 2005-06-28 multi leg call support added (bogdan) |
|
31 |
- * 2006-09-19 final stage of a masive re-structuring and cleanup (bogdan) |
|
32 | 23 |
*/ |
33 | 24 |
|
34 | 25 |
/*! \file |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2002-2003 FhG Fokus |
5 | 3 |
* |
6 | 4 |
* This file is part of disc, a free diameter server/client. |
... | ... |
@@ -19,11 +17,6 @@ |
19 | 17 |
* along with this program; if not, write to the Free Software |
20 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
21 | 19 |
* |
22 |
- * History: |
|
23 |
- * -------- |
|
24 |
- * 2002-10-04 created by illya (komarov@fokus.gmd.de) |
|
25 |
- * 2003-03-12 converted to shm_malloc/free (andrei) |
|
26 |
- * |
|
27 | 20 |
*/ |
28 | 21 |
|
29 | 22 |
/*! \file |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2002-2003 FhG Fokus |
5 | 3 |
* |
6 | 4 |
* This file is part of disc, a free diameter server/client. |
... | ... |
@@ -19,8 +17,6 @@ |
19 | 17 |
* along with this program; if not, write to the Free Software |
20 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
21 | 19 |
* |
22 |
- * History: |
|
23 |
- * -------- |
|
24 | 20 |
*/ |
25 | 21 |
|
26 | 22 |
/*! \file |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2002-2003 FhG Fokus |
5 | 3 |
* |
6 | 4 |
* This file is part of disc, a free diameter server/client. |
... | ... |
@@ -19,10 +17,6 @@ |
19 | 17 |
* along with this program; if not, write to the Free Software |
20 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
21 | 19 |
* |
22 |
- * History: |
|
23 |
- * --------- |
|
24 |
- * |
|
25 |
- * 2003-04-07 created by bogdan |
|
26 | 20 |
*/ |
27 | 21 |
|
28 | 22 |
/*! \file |
... | ... |
@@ -1,6 +1,4 @@ |
1 | 1 |
/* |
2 |
- * $Id$ |
|
3 |
- * |
|
4 | 2 |
* Copyright (C) 2002-2003 FhG Fokus |
5 | 3 |
* |
6 | 4 |
* This file is part of disc, a free diameter server/client. |
... | ... |
@@ -19,9 +17,6 @@ |
19 | 17 |
* along with this program; if not, write to the Free Software |
20 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
21 | 19 |
* |
22 |
- * History: |
|
23 |
- * --------- |
|
24 |
- * 2003-04-07 created by bogdan |
|
25 | 20 |
*/ |
26 | 21 |
|
27 | 22 |
/*! \file |