From 0794d42d58203776433b1b01c89a1ee809d772d7 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 22 Jun 2005 14:43:14 +0000 Subject: New Zealand fixes git-svn-id: http://svn.digium.com/svn/zaptel/trunk@681 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- usbfxstest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usbfxstest.c') diff --git a/usbfxstest.c b/usbfxstest.c index 1174dda..23cd680 100755 --- a/usbfxstest.c +++ b/usbfxstest.c @@ -62,7 +62,7 @@ int main(int argc, char *argv[]) if (res < len) { res = zap_getevent(z); if (zap_dtmfwaiting(z)) { - zap_getdtmf(z, 1, NULL, 0, 1, 1, 0); + zap_getdtmf(z, 1, NULL, 0, 1, 1, 0); printf("Got DTMF: %s\n", zap_dtmfbuf(z)); zap_clrdtmfn(z); } else if (res) { -- cgit v1.2.3