From: Anthony Minessale Date: Fri, 11 Jan 2008 05:18:10 +0000 (+0000) Subject: update X-Git-Tag: v1.0-rc1~737 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98dd6eaa8a6bfc5d3fda6c4667e2c190adb88bf9;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7170 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 0acc23c7a5..d77e11a0a1 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -1460,9 +1460,11 @@ static int rtp_common_write(switch_rtp_t *rtp_session, send = 0; } + /* if ((this_ts = ntohl(send_msg->header.ts)) < rtp_session->last_write_ts) { send = 0; } + */ if (send) { rtp_session->seq++;