[Asterisk-cvs] asterisk/channels chan_iax2.c,1.301,1.302
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Sun Jun 5 23:02:27 CDT 2005
- Previous 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
- Next message: [Asterisk-cvs]
asterisk/include asterisk.h, 1.1, 1.2 astconf.h, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv5101/channels
Modified Files:
chan_iax2.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: chan_iax2.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax2.c,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- chan_iax2.c 5 Jun 2005 20:05:55 -0000 1.301
+++ chan_iax2.c 6 Jun 2005 03:04:58 -0000 1.302
@@ -69,7 +69,7 @@
#include "iax2.h"
#include "iax2-parser.h"
#include "iax2-provision.h"
-#include "astconf.h"
+#include "asterisk.h"
/* Define NEWJB to use the new channel independent jitterbuffer,
* otherwise, use the old jitterbuffer */
- Previous 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
- Next message: [Asterisk-cvs]
asterisk/include asterisk.h, 1.1, 1.2 astconf.h, 1.1, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list