From 78daafd16140b3f1a5f8e9519fc1b4f36fee7e0b Mon Sep 17 00:00:00 2001 From: Martin Pycko Date: Thu, 14 Aug 2003 15:58:22 +0000 Subject: [PATCH] Make the BUSYDETECT_MARTIN the default busydetect algorithm git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1322 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 960df721ae..a2ac545384 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