summaryrefslogtreecommitdiff
path: root/main/dsp.c
AgeCommit message (Expand)Author
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-13core: Remove non-critical cleanup from startup aborts.Corey Farrell
2018-01-31app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs.Richard Mudgett
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-07-26dsp.c: Add fax and DTMF detection unit tests.Richard Mudgett
2016-07-26dsp.c: Added descriptive comments to Goertzel calculations.Richard Mudgett
2016-07-26dsp.c: Fix incorrect format reference typo.Richard Mudgett
2016-07-26dsp.c: Fix erroneous fax tone detection.Richard Mudgett
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-10res_pjsip: Add an 'auto' option for DTMF ModeMatthew Jordan
2015-04-06build: Fixes for gcc 5 compilationGeorge Joseph
2015-03-28clang compiler warnings: Fix -Wunused-function; make inline function staticMatthew Jordan
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
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