[Asterisk-cvs] asterisk rtp.c,1.137,1.138
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Thu Jul 14 19:50:42 CDT 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv5761
Modified Files:
rtp.c
Log Message:
ensure we record the last seqno we transmitted (bug #4659)
Index: rtp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/rtp.c,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- rtp.c 12 Jul 2005 23:36:00 -0000 1.137
+++ rtp.c 14 Jul 2005 23:58:36 -0000 1.138
@@ -1137,6 +1137,10 @@
have some 'dead air' in between them
*/
rtp->lastdigitts += 960;
+ /* Increment the sequence number to reflect the last packet
+ that was sent
+ */
+ rtp->seqno++;
return 0;
}
More information about the svn-commits
mailing list