From: Dragos Oancea Date: Mon, 21 Feb 2022 13:18:45 +0000 (+0200) Subject: [core] Handling RTCP MUX resulting in gaps X-Git-Tag: v1.10.8^2~82^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae272359f4507e314c9ba14d0d8352275a82fece;p=thirdparty%2Ffreeswitch.git [core] Handling RTCP MUX resulting in gaps (fix proposed by Leon de Rooij) --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 843ee81381..5398138c99 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -7809,7 +7809,7 @@ static int rtp_common_read(switch_rtp_t *rtp_session, switch_payload_t *payload_ switch_core_timer_sync(&rtp_session->timer); reset_jitter_seq(rtp_session); } - goto recvfrom; + continue; } } }