aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/rtp.c')
-rw-r--r--main/rtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/rtp.c b/main/rtp.c
index c449b8b17..1199ffb35 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -2191,6 +2191,7 @@ static struct ast_rtcp *ast_rtcp_new(void)
rtcp->s = rtp_socket("RTCP");
rtcp->us.sin_family = AF_INET;
rtcp->them.sin_family = AF_INET;
+ rtcp->schedid = -1;
if (rtcp->s < 0) {
ast_free(rtcp);