[Asterisk-cvs]
asterisk/cdr cdr_csv.c, 1.15, 1.16 cdr_custom.c, 1.10,
1.11 cdr_manager.c, 1.5, 1.6 cdr_odbc.c, 1.26,
1.27 cdr_pgsql.c, 1.17, 1.18 cdr_sqlite.c, 1.6, 1.7 cdr_tds.c,
1.9, 1.10
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Mon Jun 6 17:07:32 CDT 2005
- Previous message: [Asterisk-cvs] asterisk asterisk.c,1.161,1.162
- Next message: [Asterisk-cvs] asterisk/channels chan_agent.c, 1.135,
1.136 chan_alsa.c, 1.42, 1.43 chan_features.c, 1.11,
1.12 chan_h323.c, 1.117, 1.118 chan_iax2.c, 1.302,
1.303 chan_local.c, 1.46, 1.47 chan_mgcp.c, 1.122,
1.123 chan_modem.c, 1.39, 1.40 chan_modem_aopen.c, 1.14,
1.15 chan_modem_bestdata.c, 1.15, 1.16 chan_modem_i4l.c, 1.26,
1.27 chan_nbs.c, 1.14, 1.15 chan_oss.c, 1.48,
1.49 chan_phone.c, 1.51, 1.52 chan_sip.c, 1.753,
1.754 chan_skinny.c, 1.77, 1.78 chan_vpb.c, 1.83,
1.84 chan_zap.c, 1.457, 1.458 iax2-parser.c, 1.44,
1.45 iax2-provision.c, 1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/cdr
In directory mongoose.digium.com:/tmp/cvs-serv10973/cdr
Modified Files:
cdr_csv.c cdr_custom.c cdr_manager.c cdr_odbc.c cdr_pgsql.c
cdr_sqlite.c cdr_tds.c
Log Message:
another round of version tag updates, along with 'show version files' pattern filtering
Index: cdr_csv.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_csv.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cdr_csv.c 6 Jun 2005 03:04:58 -0000 1.15
+++ cdr_csv.c 6 Jun 2005 21:09:58 -0000 1.16
@@ -15,12 +15,16 @@
*/
#include <sys/types.h>
+
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
#include "asterisk/module.h"
#include "asterisk/logger.h"
#include "asterisk/utils.h"
-#include "asterisk.h"
#define CSV_LOG_DIR "/cdr-csv"
#define CSV_MASTER "/Master.csv"
Index: cdr_custom.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_custom.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- cdr_custom.c 6 Jun 2005 03:04:58 -0000 1.10
+++ cdr_custom.c 6 Jun 2005 21:09:58 -0000 1.11
@@ -15,6 +15,11 @@
*/
#include <sys/types.h>
+
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
#include "asterisk/module.h"
@@ -22,7 +27,6 @@
#include "asterisk/pbx.h"
#include "asterisk/logger.h"
#include "asterisk/utils.h"
-#include "asterisk.h"
#define CUSTOM_LOG_DIR "/cdr_custom"
Index: cdr_manager.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_manager.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cdr_manager.c 6 Jun 2005 03:04:58 -0000 1.5
+++ cdr_manager.c 6 Jun 2005 21:09:58 -0000 1.6
@@ -9,6 +9,14 @@
*/
#include <sys/types.h>
+#include <strings.h>
+#include <unistd.h>
+#include <time.h>
+
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
#include "asterisk/module.h"
@@ -16,10 +24,6 @@
#include "asterisk/utils.h"
#include "asterisk/manager.h"
#include "asterisk/config.h"
-#include "asterisk.h"
-#include <strings.h>
-#include <unistd.h>
-#include <time.h>
#define DATE_FORMAT "%Y-%m-%d %T"
#define CONF_FILE "cdr_manager.conf"
Index: cdr_odbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_odbc.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- cdr_odbc.c 6 Jun 2005 02:43:01 -0000 1.26
+++ cdr_odbc.c 6 Jun 2005 21:09:58 -0000 1.27
@@ -12,14 +12,6 @@
*/
#include <sys/types.h>
-#include "asterisk/config.h"
-#include "asterisk/options.h"
-#include "asterisk/channel.h"
-#include "asterisk/cdr.h"
-#include "asterisk/module.h"
-#include "asterisk/logger.h"
-#include "asterisk.h"
-
#include <stdio.h>
#include <string.h>
@@ -31,6 +23,17 @@
#include <sqlext.h>
#include <sqltypes.h>
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
+#include "asterisk/config.h"
+#include "asterisk/options.h"
+#include "asterisk/channel.h"
+#include "asterisk/cdr.h"
+#include "asterisk/module.h"
+#include "asterisk/logger.h"
+
#define DATE_FORMAT "%Y-%m-%d %T"
static char *desc = "ODBC CDR Backend";
Index: cdr_pgsql.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_pgsql.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cdr_pgsql.c 29 Apr 2005 17:00:33 -0000 1.17
+++ cdr_pgsql.c 6 Jun 2005 21:09:58 -0000 1.18
@@ -15,14 +15,6 @@
*/
#include <sys/types.h>
-#include "asterisk/config.h"
-#include "asterisk/options.h"
-#include "asterisk/channel.h"
-#include "asterisk/cdr.h"
-#include "asterisk/module.h"
-#include "asterisk/logger.h"
-#include "asterisk.h"
-
#include <stdio.h>
#include <string.h>
@@ -32,6 +24,18 @@
#include <libpq-fe.h>
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
+#include "asterisk/config.h"
+#include "asterisk/options.h"
+#include "asterisk/channel.h"
+#include "asterisk/cdr.h"
+#include "asterisk/module.h"
+#include "asterisk/logger.h"
+#include "asterisk.h"
+
#define DATE_FORMAT "%Y-%m-%d %T"
static char *desc = "PostgreSQL CDR Backend";
Index: cdr_sqlite.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_sqlite.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cdr_sqlite.c 21 Apr 2005 06:02:43 -0000 1.6
+++ cdr_sqlite.c 6 Jun 2005 21:09:58 -0000 1.7
@@ -14,18 +14,20 @@
*/
#include <sys/types.h>
-#include "asterisk/channel.h"
-#include "asterisk/module.h"
-#include "asterisk/logger.h"
-#include "asterisk/utils.h"
-#include "asterisk.h"
-#include "astconf.h"
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <sqlite.h>
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
+#include "asterisk/channel.h"
+#include "asterisk/module.h"
+#include "asterisk/logger.h"
+#include "asterisk/utils.h"
#define LOG_UNIQUEID 0
#define LOG_USERFIELD 0
Index: cdr_tds.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_tds.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cdr_tds.c 29 Apr 2005 17:00:33 -0000 1.9
+++ cdr_tds.c 6 Jun 2005 21:09:58 -0000 1.10
@@ -35,14 +35,6 @@
*/
#include <sys/types.h>
-#include "asterisk/config.h"
-#include "asterisk/options.h"
-#include "asterisk/channel.h"
-#include "asterisk/cdr.h"
-#include "asterisk/module.h"
-#include "asterisk/logger.h"
-#include "asterisk.h"
-
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -54,6 +46,17 @@
#include <tdsconvert.h>
#include <ctype.h>
+#include "asterisk.h"
+
+ASTERISK_FILE_VERSION("$Revision$")
+
+#include "asterisk/config.h"
+#include "asterisk/options.h"
+#include "asterisk/channel.h"
+#include "asterisk/cdr.h"
+#include "asterisk/module.h"
+#include "asterisk/logger.h"
+
#if !defined(TDS_INT_EXIT)
#define TDS_PRE_0_62
#warning "You have older TDS, you should upgrade!"
- Previous message: [Asterisk-cvs] asterisk asterisk.c,1.161,1.162
- Next message: [Asterisk-cvs] asterisk/channels chan_agent.c, 1.135,
1.136 chan_alsa.c, 1.42, 1.43 chan_features.c, 1.11,
1.12 chan_h323.c, 1.117, 1.118 chan_iax2.c, 1.302,
1.303 chan_local.c, 1.46, 1.47 chan_mgcp.c, 1.122,
1.123 chan_modem.c, 1.39, 1.40 chan_modem_aopen.c, 1.14,
1.15 chan_modem_bestdata.c, 1.15, 1.16 chan_modem_i4l.c, 1.26,
1.27 chan_nbs.c, 1.14, 1.15 chan_oss.c, 1.48,
1.49 chan_phone.c, 1.51, 1.52 chan_sip.c, 1.753,
1.754 chan_skinny.c, 1.77, 1.78 chan_vpb.c, 1.83,
1.84 chan_zap.c, 1.457, 1.458 iax2-parser.c, 1.44,
1.45 iax2-provision.c, 1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list