Files
asterisk/main
Russell Bryant 1959929a2a Improve the debouncing logic in the DTMF detector to fix some reliability
issues.  Previously, this code used a shift register of hits and non-hits.
However, if the start of the digit isn't clean, it is possible for the
leading edge detector to miss the digit.  These changes replace the flawed
shift register logic and also does the debouncing on the trailing edge as well.
(closes issue #10535, many thanks to softins for the patch)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@80820 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-08-24 20:24:05 +00:00
..
2006-08-29 20:50:36 +00:00
2007-08-01 17:56:59 +00:00
2007-08-01 18:08:51 +00:00
2007-06-24 17:39:34 +00:00
2007-07-16 20:53:24 +00:00
2006-10-02 17:25:13 +00:00
2007-08-22 16:14:38 +00:00