[Home]

Summary:ASTERISK-02876: [patch] do not increment ts value on ast_rtp_senddigit
Reporter:Brian West (bkw918)Labels:
Date Opened:2004-11-23 17:13:23.000-0600Date Closed:2008-01-15 15:14:51.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) rtp.diff.txt
Description:Ok after many hours of beating my head on the desk we did a few debug tests with my 7960, max tnt and my sipura.  I noticed that asterisk would incrment the ts value in the ast_rtp_senddigit when infact from what I can tell IT SHOULD NOT.  Every device I did an rtp debug with ALWAYS used the same ts on the type 101 dtmf.  I feel this corrects the issue.  I tried to wrap my head around the rfc2833 (makes no more sense now than before)

****** ADDITIONAL INFORMATION ******

disclaimer on file.
Comments:By: Mark Spencer (markster) 2004-11-23 23:12:53.000-0600

Fixed in CVS, thanks.

By: Russell Bryant (russell) 2004-11-25 13:17:10.000-0600

fixed in 1.0 - will be in 1.0.3

By: Digium Subversion (svnbot) 2008-01-15 15:14:51.000-0600

Repository: asterisk
Revision: 4328

U   trunk/rtp.c

------------------------------------------------------------------------
r4328 | markster | 2008-01-15 15:14:51 -0600 (Tue, 15 Jan 2008) | 2 lines

Don't increment RTP timestmap on sending of DTMF (bug ASTERISK-2876)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4328