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;
 }
 

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to