]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 372198 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Wed, 5 Sep 2012 05:22:21 +0000 (05:22 +0000)
committerAutomerge script <automerge@asterisk.org>
Wed, 5 Sep 2012 05:22:21 +0000 (05:22 +0000)
commit60b885dafa9282a3ce377a47b0d43c0f162d2449
tree9e7a9ea84bea6145a929cbbc6bd0ed341d71d1e9
parent396bdd4add3b20e1a9a755a808c8bb848cdc9965
Merged revisions 372198 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r372198 | elguero | 2012-09-04 23:47:00 -0500 (Tue, 04 Sep 2012) | 19 lines

  Fix Incrementing Sequence Number For Retransmitted DTMF End Packets

  In Asterisk 1.4+, a fix was put in place to increment the sequence number for
  retransmitted DTMF end packets.  With the introduction of the RTP engine API in
  1.8, the sequence number was no longer being incremented.  This patch fixes this
  regression as well as cleans up a few lines that were not doing anything.

  (closes issue ASTERISK-20295)
  Reported by: Nitesh Bansal
  Tested by: Michael L. Young
  Patches:
  01_rtp_event_seq_num.patch uploaded by Nitesh Bansal (license 6418)
  asterisk-20295-dtmf-fix-cleanup.diff uploaded by Michael L. Young (license 5026)

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

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@372211 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_rtp_asterisk.c