Skip to content
Snippets Groups Projects
Commit 78daafd1 authored by Martin Pycko's avatar Martin Pycko
Browse files

Make the BUSYDETECT_MARTIN the default busydetect algorithm

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1322 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c2155002
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment