Files
asterisk/main
Mark Michelson 5724d8f905 Fix problem with RFC 2833 DTMF not being accepted.
A recent check was added to ensure that we did not erroneously
detect duplicate DTMF when we received packets out of order.
The problem was that the check did not account for the fact that
the seqno of an RTP stream will roll over back to 0 after hitting
65535. Now, we have a secondary check that will ensure that the
seqno rolling over will not cause us to stop accepting DTMF.

(closes issue #17571)
Reported by: mdeneen
Patches: 
      rtp_seqno_rollover.patch uploaded by mmichelson (license 60)
Tested by: richardf, maxochoa, JJCinAZ



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@274157 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-07-06 14:29:23 +00:00
..
2009-11-06 15:41:41 +00:00
2010-04-22 21:49:07 +00:00
2009-08-10 19:15:57 +00:00
2010-05-20 15:59:44 +00:00
2010-06-28 18:34:18 +00:00
2010-01-04 21:45:46 +00:00
2010-06-09 17:24:53 +00:00
2010-06-28 18:34:18 +00:00