summaryrefslogtreecommitdiff
path: root/main/dsp.c
AgeCommit message (Expand)Author
2009-10-21Merged revisions 224931 via svnmerge from Russell Bryant
2009-08-10AST-2009-005Tilghman Lesher
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2008-11-25Add an option, waitfordialtone, for UK analog lines which do not end a callTilghman Lesher
2008-11-24Add a bit of documentation (thanks, I-MOD) on what the silence thresholdTilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-06-09arbitrary formatting change to test mantis changeRussell Bryant
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-04-17Merged revisions 114207 via svnmerge from Mark Michelson
2008-03-26Only try to detect silence when we actually need to, instead of...always.Jason Parker
2008-03-26Large cleanup of DSP codeJason Parker
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2008-03-19Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.Jason Parker
2008-03-19Rename very poorly named function to reflect what it actually does. This was...Jason Parker
2008-03-05Fix code up to what it was meant to be.Joshua Colp
2008-03-05Create a centralized configuration option for silencethresholdTilghman Lesher
2008-03-04Whitespace changes onlyTilghman Lesher
2008-02-20Largely refactor DSP tone detection routines.Jason Parker
2008-01-17Add several busy detection related defines to menuselect.Jason Parker
2007-12-07Merged revisions 91890 via svnmerge from Jason Parker
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-21Remove obsolete OLD_DSP_ROUTINES code. Also, remove the FAX_DETECT define andRussell Bryant
2007-11-19another few errno.h removalsLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-09-20trivial formatting changeRussell Bryant
2007-08-24Merged revisions 80820 via svnmerge from Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-06Yet another minor change to test mantis/svnRussell Bryant
2007-06-06minor formatting change ... testing mantis/svnRussell Bryant
2007-06-06minor formatting change ... testing mantis/svnRussell Bryant
2007-05-29Changed the dtmf detection to integer based goertzel algorithm.Doug Bailey
2007-03-08Merged revisions 58389 via svnmerge from Joshua Colp
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming