From fb3d6a049fbbef12a3e06e60f5602248d7abc086 Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Mon, 15 Dec 2003 23:38:31 +0000
Subject: [PATCH] Use new code by default

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1860 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 dsp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dsp.c b/dsp.c
index 4ed0b64e2a..1749a12667 100755
--- a/dsp.c
+++ b/dsp.c
@@ -80,9 +80,9 @@
 #define	MAX_DTMF_DIGITS 128
 
 /*
- * Comment out the following line to use the new DSP routines.
+ * Uncomment to use old-style DSP routines 
  */
-#define OLD_DSP_ROUTINES
+/* #define OLD_DSP_ROUTINES */
 
 /* Basic DTMF specs:
  *
-- 
GitLab