openbsd-ports/comms/mgetty+sendfax/patches/patch-voice_libvoice_Elsa_c
aanriot b4f474e085 update to 1.1.33. It's no longer broken, as the temporary files issue
has gone away.

from Antoine Jacoutot <ajacoutot@lphp.org>;
ok alek@ brad@
2005-09-25 18:18:23 +00:00

17 lines
666 B
Plaintext
Executable File

$OpenBSD: patch-voice_libvoice_Elsa_c,v 1.1 2005/09/25 18:18:24 aanriot Exp $
--- voice/libvoice/Elsa.c.orig Mon Aug 8 10:47:51 2005
+++ voice/libvoice/Elsa.c Mon Aug 8 10:49:09 2005
@@ -49,10 +49,10 @@ static int Elsa_init (void)
if (voice_command(buffer, "OK") != VMA_USER_1)
lprintf(L_WARN, "can't set BDR=16");
- sprintf(buffer, "AT#VTD=3F,3F,3F");
+ sprintf(buffer, "AT#VTD=2F,3F,3F");
if (voice_command(buffer, "OK") != VMA_USER_1)
- lprintf(L_WARN, "can't set VTD=3F");
+ lprintf(L_WARN, "can't set DTMF tone reporting");
sprintf(buffer, "AT#VSS=%1u", cvd.rec_silence_threshold.d.i * 3 / 100);