]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 260231 via svnmerge from
authorRichard Mudgett <rmudgett@digium.com>
Thu, 29 Apr 2010 23:03:27 +0000 (23:03 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 29 Apr 2010 23:03:27 +0000 (23:03 +0000)
commit7f0a35d123bc0190d4e4ea40cd544342fc35c105
tree952569972f9186ac41fded31814c04dcfe762fb6
parentf231248b4e2e894a2116be16c1f9597e58ecbe2d
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.1@260233 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c