summaryrefslogtreecommitdiff
path: root/main/dsp.c
AgeCommit message (Expand)Author
2011-12-28Improve T.38 gateway V.21 preamble detection.Kevin P. Fleming
2011-10-27tweak the v21 detector to detect an additional pattern of hits and missesMatthew Nicholson
2011-09-13Clean up dsp.conf parsingPaul Belanger
2011-07-25dsp_process was enhanced to work with alaw and ulaw in addition to slin.Gregory Nietsky
2011-07-14Merged revisions 328162 via svnmerge from Matthew Nicholson
2011-07-12do v21 detection instead of CED detection for the fax gatewayMatthew Nicholson
2011-06-30Video support for ConfBridge.David Vossel
2011-05-16Merged revisions 319261 via svnmerge from Jonathan Rose
2011-05-05Merged revisions 317429 via svnmerge from Russell Bryant
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-04-21New HD ConfBridge conferencing application.David Vossel
2011-04-01New Feature for chan_dahdi. 4 length pattern matching.Jonathan Rose
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-06-07Set threshold for silence detection defaults to 256Paul Belanger
2010-06-05Fix crash in DTMF detection.Tilghman Lesher
2010-05-19Keep track of digit duration, when we're decoding inband to pass DTMF frames.Tilghman Lesher
2010-05-19Merged revisions 263949 via svnmerge from Tilghman Lesher
2009-12-20restarts busydetector (if enabled) when DTMF is received after call is bridged.Alec L Davis
2009-12-15Whitespace.Alec L Davis
2009-12-15restarts busydetector (if enabled) when DTMF is received.Alec L Davis
2009-12-04Merged revisions 233014 via svnmerge from Matthias Nick
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
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