From ec09fb0081f5040ef7097a6b840ed5ccde6a13a0 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 25 Jul 2005 21:57:14 +0000 Subject: remove the need to have the BUSYDETECT routine defined in the CFLAGS unless you want to use one other than the default git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6206 f38db490-d61c-443f-a65b-d21fe96a405b --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5da4ff739..3e3765399 100755 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ DESTDIR= BUSYDETECT = #-DBUSYDETECT # Improved busydetect routine, comment the previous one if you use this one -BUSYDETECT+= -DBUSYDETECT_MARTIN +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 BUSYDETECT+= #-DBUSYDETECT_TONEONLY -- cgit v1.2.3