summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pycko <martinp@digium.com>2003-08-14 15:58:22 +0000
committerMartin Pycko <martinp@digium.com>2003-08-14 15:58:22 +0000
commit78daafd16140b3f1a5f8e9519fc1b4f36fee7e0b (patch)
treecf412b678003e9edcbd028ec021545260b3fd7f7
parentc21550022e20761b90734c0eb874b0f3cc9e3cab (diff)
Make the BUSYDETECT_MARTIN the default busydetect algorithm
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1322 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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