aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-25 21:57:14 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-25 21:57:14 +0000
commitec09fb0081f5040ef7097a6b840ed5ccde6a13a0 (patch)
tree9f0108513cdfea76d400c874be22ab8530dce275 /Makefile
parent1e631a97f18f7c75a0431f9f118ce25c7c93250e (diff)
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
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
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