Commit Graph

97 Commits (19)

Author SHA1 Message Date
Naveen Albert 09a0a952c6 dsp: Add define macro for DTMF_MATRIX_SIZE
3 years ago
Josh Soref ec877e0c27 main: Spelling fixes
3 years ago
Naveen Albert a94b51ee60 res_tonedetect: Tone detection module
4 years ago
Sean Bright 16dfe8f03f dsp.c: Update calls to ast_format_cmp to check result properly
5 years ago
Corey Farrell 709f4b81e7 loader: Process dependencies for built-in modules.
7 years ago
Corey Farrell 572a508ef2 loader: Convert reload_classes to built-in modules.
7 years ago
Corey Farrell fee929c8ac core: Remove non-critical cleanup from startup aborts.
7 years ago
Richard Mudgett b9024197ab app_confbridge: Update dsp_silence_threshold and dsp_talking_threshold docs.
7 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Richard Mudgett 737471f131 dsp.c: Add fax and DTMF detection unit tests.
9 years ago
Richard Mudgett a8cd5d255a dsp.c: Added descriptive comments to Goertzel calculations.
9 years ago
Richard Mudgett 6dfb34cf13 dsp.c: Fix incorrect format reference typo.
9 years ago
Richard Mudgett 49461f37b7 dsp.c: Fix erroneous fax tone detection.
9 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Matthew Jordan 8bae18ab93 res_pjsip: Add an 'auto' option for DTMF Mode
10 years ago
George Joseph e48f2e7897 build: Fixes for gcc 5 compilation
10 years ago
Matthew Jordan d6173cd1d0 clang compiler warnings: Fix -Wunused-function; make inline function static
10 years ago
Matthew Jordan a2c912e997 media formats: re-architect handling of media for performance improvements
11 years ago
Kinsey Moore abd3e4040b Allow Asterisk to compile under GCC 4.10
11 years ago
Andrew Latham 6c20cf2d8a Doxygen Updates - Title update
13 years ago
Alec L Davis 90f8c90b10 dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_END
13 years ago
Alec L Davis 36405ae659 dsp.c fix incorrect DTMF Digit_Duration.
13 years ago
Alec L Davis 4af961a03a dsp.c User configuration of DTMF_NORMAL_TWIST and DTMF_REVERSE_TWIST values
13 years ago
Alec L Davis 368b4c6166 dsp.c: remove more whitespace mentioned in review2107
13 years ago
Alec L Davis d3a23be26e dsp.c ast_dsp_call_progress use local short variable in loop, plus other cleanup
13 years ago
Alec L Davis ed442248e5 dsp.c: remove whitespace mentioned in review2107
13 years ago
Alec L Davis d39b417074 dsp.c: in ast_mf_detect_init incorrectly sets goertzel samples to 160, should be MF_GSIZE
13 years ago
Alec L Davis 7af245a403 dsp.c: Fix multiple issues when no-interdigit delay is present, and fast DTMF 50ms/50ms
13 years ago
Alec L Davis 2f9f9ecffb dsp.c: optimize goerztzel sample loops, in dtmf_detect, mf_detect and tone_detect
13 years ago
Alec L Davis 1295d551f9 mf_detect: incorrectly used DTMF_GSIZE instead of MF_GSIZE
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
13 years ago
Kinsey Moore c5b3db1956 Kill off red blobs in most of main/*
13 years ago
Terry Wilson 0e5c761c28 Opaquify ast_channel typedefs, fd arrays, and softhangup flag
13 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
13 years ago
Jonathan Rose fd04da5114 Fix an issue where dsp.c would interpret multiple dtmf events from a single key press.
14 years ago
Kevin P. Fleming fdda494776 Improve T.38 gateway V.21 preamble detection.
14 years ago
Matthew Nicholson 849992fde9 tweak the v21 detector to detect an additional pattern of hits and misses
14 years ago
Paul Belanger 2e2381341e Clean up dsp.conf parsing
14 years ago
Gregory Nietsky 3b1cc6de8d dsp_process was enhanced to work with alaw and ulaw in addition to slin.
14 years ago
Matthew Nicholson e46aea196c Merged revisions 328162 via svnmerge from
14 years ago
Matthew Nicholson 3f44b08b7b do v21 detection instead of CED detection for the fax gateway
14 years ago
David Vossel 1339a0a535 Video support for ConfBridge.
14 years ago
Jonathan Rose 1de75f0a4d Merged revisions 319261 via svnmerge from
14 years ago
Russell Bryant c28e2d380c Merged revisions 317429 via svnmerge from
14 years ago
Russell Bryant 37aa52fd78 Merged revisions 316265 via svnmerge from
14 years ago
David Vossel 7f23115ad2 New HD ConfBridge conferencing application.
14 years ago
Jonathan Rose 846cfa0ef0 New Feature for chan_dahdi. 4 length pattern matching.
14 years ago
David Vossel c26c190711 Asterisk media architecture conversion - no more format bitfields
14 years ago
Paul Belanger 1bc478656e Set threshold for silence detection defaults to 256
15 years ago