]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
make the 2833 dtmf increase the sequence number before it sends instead of after...
authorMichael Jerris <mike@jerris.com>
Thu, 15 Feb 2007 14:32:34 +0000 (14:32 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 15 Feb 2007 14:32:34 +0000 (14:32 +0000)
commit813c4cd85dccdfcab38ec76572189a034aaad726
treef39c12b240470ce4cb29f2e9f3a6ce3024eefb25
parent85c8bcd5ed6051846d406a52c062d3a59a28ffb3
make the 2833 dtmf increase the sequence number before it sends instead of after.  The net result of this is, we are still doing it wrong (sending both and audio packet with the same sequence number as our 2833 packet) but because we increment it first, the ua should get our 2833 packet with that sequence number before it gets the audio packet with that sequence number.  This should help dtmf interop on ua's that were discarding rtp packets received with a sequence number that it had already received.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4285 d0543943-73ff-0310-b7d9-9358b9ac24b2
src/switch_rtp.c