From cf43ccdfdea31d8752e9d70c56636aa1ab15704f Mon Sep 17 00:00:00 2001 From: Martin Pycko Date: Tue, 17 Jun 2003 22:30:25 +0000 Subject: [PATCH] Fix a typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1104 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c86b6a..160e498 100755 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ INSTALL_PREFIX= # Original busydetect routine BUSYDETECT = -DBUSYDETECT -# Improved busydetect routine +# Improved busydetect routine, comment the previous one if you use this one BUSYDETECT+= #-DBUSYDETECT_MARTIN # Detect the busy signal looking only at tone lengths # For example if you have 3 beeps 100ms tone, 100ms silence separated by 500 ms of silence -- 1.7.9.5