]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 374476,374481 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Thu, 4 Oct 2012 20:27:21 +0000 (20:27 +0000)
committerAutomerge script <automerge@asterisk.org>
Thu, 4 Oct 2012 20:27:21 +0000 (20:27 +0000)
commite40066e9193c97c5c925d6025856b10e0174d6e6
tree50dc550e03576e51902edcbff4abbfeac3491b76
parentafa876c30302b7f74c666e754b3b80dcc78a3ef5
Merged revisions 374476,374481 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r374476 | alecdavis | 2012-10-04 15:05:14 -0500 (Thu, 04 Oct 2012) | 13 lines

  dsp.c fix incorrect DTMF Digit_Duration.

  it's always short by 'hits_to_begin*DTMF_GSIZE', or 25.5ms if hitstobegin=2

  (issue ASTERISK-16003)
  Tested by: alecdavis
  alecdavis (license 585)

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

  Merged revisions 374475 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................
  r374481 | alecdavis | 2012-10-04 15:17:16 -0500 (Thu, 04 Oct 2012) | 17 lines

  dsp.c User Configurable DTMF_HITS_TO_BEGIN and DTMF_MISSES_TO_END

  Instead of a recompile, allow values to be adjusted in dsp.conf

  For binary distributions allows easy adjustment for wobbly GSM calls, and other reasons.

  Defaults to DTMF_HITS_TO_BEGIN=2 and DTMF_MISSES_TO_END=3

  (closes issue ASTERISK-17493)
  Tested by: alecdavis
  alecdavis (license 585)

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

  Merged revisions 374479 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@374508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
CHANGES
configs/dsp.conf.sample
main/dsp.c