]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix Incrementing Sequence Number For Retransmitted DTMF End Packets
authorJoshua Colp <jcolp@digium.com>
Fri, 16 Nov 2012 21:24:35 +0000 (21:24 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 16 Nov 2012 21:24:35 +0000 (21:24 +0000)
commitf71c6c98a6e3a1093ac7a6696a10d7bdf6478554
tree17acf85fbe9e269c9e1a6ed805666475d3c51cc8
parentc8fe5727fa03c605724bf76725968efb43617ebb
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/certified/branches/1.8.15@376409 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_rtp_asterisk.c