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