diff --git a/main/rtp.c b/main/rtp.c index a124bb745d..4f54b71a56 100644 --- a/main/rtp.c +++ b/main/rtp.c @@ -944,6 +944,10 @@ struct ast_frame *ast_rtcp_read(struct ast_rtp *rtp) } i += 2; /* Advance past header and ssrc */ + if (rc == 0 && pt == RTCP_PT_RR) { /* We're receiving a receiver report with no reports, which is ok */ + position += (length + 1); + continue; + } switch (pt) { case RTCP_PT_SR: