summaryrefslogtreecommitdiff
path: root/fxotune.c
diff options
context:
space:
mode:
authorfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-24 12:19:54 +0000
committerfile <file@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-24 12:19:54 +0000
commit41bb285e5466c036a6c90c529d212e6ac7fcb29f (patch)
treef185b171974faa6d9bf96ffa9f3fddf6b5dfd2b4 /fxotune.c
parent51048185f119efecd21c9f9716739b46dbd21526 (diff)
Print the correct configuration information (issue #7795 reported by bender)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1348 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'fxotune.c')
-rw-r--r--fxotune.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fxotune.c b/fxotune.c
index 7abfc4b..e2207ae 100644
--- a/fxotune.c
+++ b/fxotune.c
@@ -964,9 +964,9 @@ int main (int argc , char **argv)
fprintf(stdout, "\tstartdev=%d\n", startdev);
fprintf(stdout, "\tstopdev=%d\n", stopdev);
fprintf(stdout, "\tcalibtype=%d\n", calibtype);
- fprintf(stdout, "\twaveformtype=%d\n", calibtype);
- fprintf(stdout, "\tdelaytosilence=%d\n", calibtype);
- fprintf(stdout, "\tsilencegoodfor=%d\n", calibtype);
+ fprintf(stdout, "\twaveformtype=%d\n", waveformtype);
+ fprintf(stdout, "\tdelaytosilence=%d\n", delaytosilence);
+ fprintf(stdout, "\tsilencegoodfor=%d\n", silencegoodfor);
fprintf(stdout, "\tdialstr=%s\n", dialstr);
fprintf(stdout, "\tdebug=%d\n", debug);
}