]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 268456 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Sat, 5 Jun 2010 17:56:55 +0000 (17:56 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Sat, 5 Jun 2010 17:56:55 +0000 (17:56 +0000)
commit01876561adb1157edd4079ff40fa82050bdede76
treef0992e7de0cf4c28efcd7594bc2289ecd49c69da
parentb4ce733f5f02ef64a26f88a6cec992fd1ecd0056
Merged revisions 268456 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r268456 | tilghman | 2010-06-05 12:55:28 -0500 (Sat, 05 Jun 2010) | 14 lines

  Fix crash in DTMF detection.

  What I did not originally see in my previous commit was that even though the
  next digit could be detected before the previous was considered ended, the
  detection of the next digit effectively ends the detection of the previous.
  Therefore, the length moves in lockstep with the digit, and no separate counter
  is needed for the length alone.

  (closes issue #17371)
   Reported by: alecdavis

  (closes issue #17474)
   Reported by: kenner
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@268457 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/dsp.c