[Asterisk-cvs] zaptel fxotune.c,1.9,1.10
markster at lists.digium.com
markster at lists.digium.com
Sat Jan 15 01:06:01 CST 2005
- Previous message: [Asterisk-cvs] zaptel pciradio.c, 1.7, 1.8 tor2.c, 1.22,
1.23 torisa.c, 1.10, 1.11 wcfxo.c, 1.28, 1.29 wct1xxp.c, 1.21,
1.22 wct4xxp.c, 1.54, 1.55 wctdm.c, 1.100, 1.101 wcte11xp.c,
1.7, 1.8 zaptel.c, 1.101, 1.102 ztdummy.c, 1.6,
1.7 ztdynamic.c, 1.9, 1.10
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c,1.237,1.238
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv32584
Modified Files:
fxotune.c
Log Message:
Fix FXOTUNE to know which zaptel.h to use (bug #3346)
Index: fxotune.c
===================================================================
RCS file: /usr/cvsroot/zaptel/fxotune.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- fxotune.c 14 Jan 2005 22:17:26 -0000 1.9
+++ fxotune.c 15 Jan 2005 07:09:46 -0000 1.10
@@ -20,10 +20,13 @@
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
+#ifdef STANDALONE_ZAPATA
+#include "zaptel.h"
+#else
#include <linux/zaptel.h>
+#endif
#include "wctdm.h"
#include "fxotune.h"
-#include "zaptel.h"
#define TESTDURATION 64 /* 64 samples of test */
#define BUFFER_LENGTH 128 /* 128 sample buffers */
- Previous message: [Asterisk-cvs] zaptel pciradio.c, 1.7, 1.8 tor2.c, 1.22,
1.23 torisa.c, 1.10, 1.11 wcfxo.c, 1.28, 1.29 wct1xxp.c, 1.21,
1.22 wct4xxp.c, 1.54, 1.55 wctdm.c, 1.100, 1.101 wcte11xp.c,
1.7, 1.8 zaptel.c, 1.101, 1.102 ztdummy.c, 1.6,
1.7 ztdynamic.c, 1.9, 1.10
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c,1.237,1.238
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list