]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 260231 via svnmerge from
authorRichard Mudgett <rmudgett@digium.com>
Thu, 29 Apr 2010 23:13:30 +0000 (23:13 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 29 Apr 2010 23:13:30 +0000 (23:13 +0000)
commit1ccbc799aaa1daada5026d713826e4d884ebbc67
treef17104ec7beca270ea06b5a46e0d8d8c3df15c89
parentf47dc73bf50c2380d1b63c27e4e779bda1277f6a
Merged revisions 260231 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r260231 | rmudgett | 2010-04-29 17:44:14 -0500 (Thu, 29 Apr 2010) | 33 lines

  Merged revisions 260195 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r260195 | rmudgett | 2010-04-29 17:11:47 -0500 (Thu, 29 Apr 2010) | 26 lines

    DTMF CallerID detection problems.

    The code handling DTMF CallerID drops digits on long CallerID numbers and
    may timeout waiting for the first ring with shorter numbers.

    The DTMF emulation mode was not turned off when processing DTMF CallerID.
    When the emulation code gets behind in processing the DTMF digits it can
    skip a digit.

    For shorter numbers, the timeout may have been too short.  I increased it
    from 2 seconds to 4 seconds.  Four seconds is a typical time between rings
    for many countries.

    (closes issue #16460)
    Reported by: sum
    Patches:
          issue16460.patch uploaded by rmudgett (license 664)
          issue16460_v1.6.2.patch uploaded by rmudgett (license 664)
    Tested by: sum, rmudgett

    Review: https://reviewboard.asterisk.org/r/634/

    JIRA SWP-562
    JIRA AST-334
    JIRA SWP-901
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@260234 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c