[Asterisk-cvs]
asterisk/cdr cdr_csv.c, 1.14, 1.15 cdr_custom.c, 1.9,
1.10 cdr_manager.c, 1.4, 1.5
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Sun Jun 5 23:02:27 CDT 2005
- Previous message: [Asterisk-cvs] asterisk .cleancount, 1.5, 1.6 .cvsignore, 1.12,
1.13 Makefile, 1.163, 1.164 app.c, 1.64, 1.65 asterisk.c,
1.159, 1.160 cli.c, 1.83, 1.84 config.c, 1.64, 1.65 db.c, 1.16,
1.17 file.c, 1.66, 1.67 image.c, 1.13, 1.14 loader.c, 1.41,
1.42 logger.c, 1.72, 1.73 make_build_h, 1.1, 1.2
- Next message: [Asterisk-cvs] asterisk/apps app_adsiprog.c, 1.10,
1.11 app_chanspy.c, 1.16, 1.17 app_directory.c, 1.36,
1.37 app_hasnewvoicemail.c, 1.12, 1.13 app_ices.c, 1.5,
1.6 app_math.c, 1.7, 1.8 app_meetme.c, 1.97, 1.98 app_queue.c,
1.140, 1.141 app_sms.c, 1.20, 1.21 app_test.c, 1.8,
1.9 app_voicemail.c, 1.215, 1.216
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/cdr
In directory mongoose.digium.com:/tmp/cvs-serv5101/cdr
Modified Files:
cdr_csv.c cdr_custom.c cdr_manager.c
Log Message:
major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
Index: cdr_csv.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_csv.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cdr_csv.c 21 Apr 2005 06:02:43 -0000 1.14
+++ cdr_csv.c 6 Jun 2005 03:04:58 -0000 1.15
@@ -21,7 +21,6 @@
#include "asterisk/logger.h"
#include "asterisk/utils.h"
#include "asterisk.h"
-#include "astconf.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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cdr_custom.c 21 Apr 2005 06:02:43 -0000 1.9
+++ cdr_custom.c 6 Jun 2005 03:04:58 -0000 1.10
@@ -23,7 +23,6 @@
#include "asterisk/logger.h"
#include "asterisk/utils.h"
#include "asterisk.h"
-#include "astconf.h"
#define CUSTOM_LOG_DIR "/cdr_custom"
Index: cdr_manager.c
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/cdr_manager.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cdr_manager.c 3 Jun 2005 01:42:31 -0000 1.4
+++ cdr_manager.c 6 Jun 2005 03:04:58 -0000 1.5
@@ -17,7 +17,6 @@
#include "asterisk/manager.h"
#include "asterisk/config.h"
#include "asterisk.h"
-#include "astconf.h"
#include <strings.h>
#include <unistd.h>
#include <time.h>
- Previous message: [Asterisk-cvs] asterisk .cleancount, 1.5, 1.6 .cvsignore, 1.12,
1.13 Makefile, 1.163, 1.164 app.c, 1.64, 1.65 asterisk.c,
1.159, 1.160 cli.c, 1.83, 1.84 config.c, 1.64, 1.65 db.c, 1.16,
1.17 file.c, 1.66, 1.67 image.c, 1.13, 1.14 loader.c, 1.41,
1.42 logger.c, 1.72, 1.73 make_build_h, 1.1, 1.2
- Next message: [Asterisk-cvs] asterisk/apps app_adsiprog.c, 1.10,
1.11 app_chanspy.c, 1.16, 1.17 app_directory.c, 1.36,
1.37 app_hasnewvoicemail.c, 1.12, 1.13 app_ices.c, 1.5,
1.6 app_math.c, 1.7, 1.8 app_meetme.c, 1.97, 1.98 app_queue.c,
1.140, 1.141 app_sms.c, 1.20, 1.21 app_test.c, 1.8,
1.9 app_voicemail.c, 1.215, 1.216
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list