[Asterisk-cvs]
asterisk/cdr cdr_csv.c, 1.16, 1.17 cdr_custom.c, 1.11,
1.12 cdr_manager.c, 1.6, 1.7 cdr_odbc.c, 1.27,
1.28 cdr_pgsql.c, 1.18, 1.19
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Mon Jun 6 18:09:54 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/include asterisk.h,1.3,1.4
- Next message: [Asterisk-cvs]
asterisk/codecs codec_a_mu.c, 1.8, 1.9 codec_adpcm.c,
1.18, 1.19 codec_alaw.c, 1.11, 1.12 codec_g723_1.c, 1.16,
1.17 codec_g726.c, 1.11, 1.12 codec_gsm.c, 1.17,
1.18 codec_ilbc.c, 1.10, 1.11 codec_lpc10.c, 1.15,
1.16 codec_speex.c, 1.13, 1.14 codec_ulaw.c, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/cdr
In directory mongoose.digium.com:/tmp/cvs-serv11277/cdr
Modified Files:
cdr_csv.c cdr_custom.c cdr_manager.c cdr_odbc.c cdr_pgsql.c
Log Message:
more file version tags
Index: cdr_csv.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_csv.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- cdr_csv.c 6 Jun 2005 21:09:58 -0000 1.16
+++ cdr_csv.c 6 Jun 2005 22:12:18 -0000 1.17
@@ -18,7 +18,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
Index: cdr_custom.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_custom.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cdr_custom.c 6 Jun 2005 21:09:58 -0000 1.11
+++ cdr_custom.c 6 Jun 2005 22:12:18 -0000 1.12
@@ -18,7 +18,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
Index: cdr_manager.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_manager.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cdr_manager.c 6 Jun 2005 21:09:58 -0000 1.6
+++ cdr_manager.c 6 Jun 2005 22:12:18 -0000 1.7
@@ -15,7 +15,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/cdr.h"
Index: cdr_odbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_odbc.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- cdr_odbc.c 6 Jun 2005 21:09:58 -0000 1.27
+++ cdr_odbc.c 6 Jun 2005 22:12:18 -0000 1.28
@@ -25,7 +25,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/config.h"
#include "asterisk/options.h"
Index: cdr_pgsql.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_pgsql.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cdr_pgsql.c 6 Jun 2005 21:09:58 -0000 1.18
+++ cdr_pgsql.c 6 Jun 2005 22:12:18 -0000 1.19
@@ -26,7 +26,7 @@
#include "asterisk.h"
-ASTERISK_FILE_VERSION("$Revision$")
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/config.h"
#include "asterisk/options.h"
- Previous message: [Asterisk-cvs] asterisk/include asterisk.h,1.3,1.4
- Next message: [Asterisk-cvs]
asterisk/codecs codec_a_mu.c, 1.8, 1.9 codec_adpcm.c,
1.18, 1.19 codec_alaw.c, 1.11, 1.12 codec_g723_1.c, 1.16,
1.17 codec_g726.c, 1.11, 1.12 codec_gsm.c, 1.17,
1.18 codec_ilbc.c, 1.10, 1.11 codec_lpc10.c, 1.15,
1.16 codec_speex.c, 1.13, 1.14 codec_ulaw.c, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list