Commit Graph

78 Commits (076b29dd5b51e7ec68c141d9e6c5ec8a2c63be66)

Author SHA1 Message Date
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
14 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
Tilghman Lesher 47ad8c27f5 Fix crash in DTMF detection.
15 years ago
Tilghman Lesher 07df131a7f Keep track of digit duration, when we're decoding inband to pass DTMF frames.
15 years ago
Tilghman Lesher f55aff74ed Merged revisions 263949 via svnmerge from
15 years ago
Alec L Davis ec0581fef4 restarts busydetector (if enabled) when DTMF is received after call is bridged.
16 years ago
Alec L Davis 155931303b Whitespace.
16 years ago
Alec L Davis 6c50fad99f restarts busydetector (if enabled) when DTMF is received.
16 years ago
Matthias Nick 71ca1b54cb Merged revisions 233014 via svnmerge from
16 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
16 years ago
Russell Bryant cd10bd931a Merged revisions 224931 via svnmerge from
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Tilghman Lesher bb80c835e0 Add an option, waitfordialtone, for UK analog lines which do not end a call
17 years ago
Tilghman Lesher 455284ebc1 Add a bit of documentation (thanks, I-MOD) on what the silence threshold
17 years ago
Tilghman Lesher 08af5bb312 Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
17 years ago
Brett Bryant 5b7933fe5e Janitor patch to change uses of sizeof to ARRAY_LEN
17 years ago
Russell Bryant 6fd6286a11 arbitrary formatting change to test mantis change
17 years ago
Michiel van Baak f1e9371da8 - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
17 years ago
Mark Michelson ae52cd4a76 Merged revisions 114207 via svnmerge from
17 years ago
Jason Parker dd2700d0b1 Only try to detect silence when we actually need to, instead of...always.
17 years ago