[Asterisk-cvs] zaptel fxotune.c,1.18,1.19
mattf at lists.digium.com
mattf at lists.digium.com
Fri Feb 25 15:24:57 CST 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv27777
Modified Files:
fxotune.c
Log Message:
Taking out the digit break option. Shouldn't be necessary.
Index: fxotune.c
===================================================================
RCS file: /usr/cvsroot/zaptel/fxotune.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- fxotune.c 25 Feb 2005 21:13:41 -0000 1.18
+++ fxotune.c 25 Feb 2005 21:23:04 -0000 1.19
@@ -509,7 +509,7 @@
}
if (!strcasecmp(argv[1], "-i")) {
- if (argc != 3) {
+ if (argc != 2) {
/* Show usage */
fputs(usage, stdout);
return -1;
@@ -531,7 +531,7 @@
continue;
}
- res = acim_tune(fd, argv[2]);
+ res = acim_tune(fd, "4"); /* Shouldn't matter what digit we press */
close(fd);
if (res > -1) {
More information about the svn-commits
mailing list