summaryrefslogtreecommitdiff
path: root/main/dsp.c
AgeCommit message (Expand)Author
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-04dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_ENDAlec L Davis
2012-10-04dsp.c fix incorrect DTMF Digit_Duration.Alec L Davis
2012-10-04dsp.c User configuration of DTMF_NORMAL_TWIST and DTMF_REVERSE_TWIST valuesAlec L Davis
2012-09-21dsp.c: remove more whitespace mentioned in review2107Alec L Davis
2012-09-21dsp.c ast_dsp_call_progress use local short variable in loop, plus other cleanupAlec L Davis
2012-09-20dsp.c: remove whitespace mentioned in review2107Alec L Davis
2012-09-05dsp.c: in ast_mf_detect_init incorrectly sets goertzel samples to 160, should...Alec L Davis
2012-09-05dsp.c: Fix multiple issues when no-interdigit delay is present, and fast DTMF...Alec L Davis
2012-09-05dsp.c: optimize goerztzel sample loops, in dtmf_detect, mf_detect and tone_de...Alec L Davis
2012-08-26mf_detect: incorrectly used DTMF_GSIZE instead of MF_GSIZEAlec L Davis
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-05Fix an issue where dsp.c would interpret multiple dtmf events from a single k...Jonathan Rose
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