$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);
 
