aboutsummaryrefslogtreecommitdiffstats
path: root/main/dsp.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-2/+2
2008-06-09arbitrary formatting change to test mantis changerussell1-1/+0
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-5/+5
2008-04-17Merged revisions 114207 via svnmerge from mmichelson1-0/+27
2008-03-26Only try to detect silence when we actually need to, instead of...always.qwell1-1/+5
2008-03-26Large cleanup of DSP codeqwell1-226/+274
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman1-1/+1
2008-03-19Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.qwell1-3/+3
2008-03-19Rename very poorly named function to reflect what it actually does. This was...qwell1-1/+1
2008-03-05Fix code up to what it was meant to be.file1-2/+1
2008-03-05Create a centralized configuration option for silencethresholdtilghman1-3/+68
2008-03-04Whitespace changes onlytilghman1-7/+7
2008-02-20Largely refactor DSP tone detection routines.qwell1-215/+384
2008-01-17Add several busy detection related defines to menuselect.qwell1-60/+13
2007-12-07Merged revisions 91890 via svnmerge from qwell1-0/+2
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-21Remove obsolete OLD_DSP_ROUTINES code. Also, remove the FAX_DETECT define andrussell1-379/+14
2007-11-19another few errno.h removalsrizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-09-20trivial formatting changerussell1-1/+1
2007-08-24Merged revisions 80820 via svnmerge from russell1-19/+33
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-6/+3
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-1/+1
2007-06-06Yet another minor change to test mantis/svnrussell1-1/+1
2007-06-06minor formatting change ... testing mantis/svnrussell1-1/+1
2007-06-06minor formatting change ... testing mantis/svnrussell1-1/+1
2007-05-29Changed the dtmf detection to integer based goertzel algorithm.dbailey1-57/+42
2007-03-08Merged revisions 58389 via svnmerge from file1-0/+2
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...file1-5/+5
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-4/+9
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-30/+33
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+1761