aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-14 15:58:22 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-14 15:58:22 +0000
commit9d95cf1953e2e333e74a58994dc2b0da77238acd (patch)
treecf412b678003e9edcbd028ec021545260b3fd7f7 /Makefile
parent88922ffffc6d07f58d839d9e7c7e56a67a67c5e6 (diff)
Make the BUSYDETECT_MARTIN the default busydetect algorithm
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1322 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 960df721a..a2ac54538 100755
--- a/Makefile
+++ b/Makefile
@@ -67,10 +67,10 @@ MALLOC_DEBUG = #-include $(PWD)/include/asterisk/astmm.h
INSTALL_PREFIX=
# Original busydetect routine
-BUSYDETECT = -DBUSYDETECT
+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