Merge "res_pjsip_asterisk.c: Fix compile error if libsrtp is not installed." into 14

pull/8/head
Joshua Colp 9 years ago committed by Gerrit Code Review
commit 41baa7b4e8

@ -5017,7 +5017,9 @@ static void ast_rtp_prop_set(struct ast_rtp_instance *instance, enum ast_rtp_pro
return;
}
rtp->rtcp->s = -1;
#ifdef HAVE_OPENSSL_SRTP
rtp->rtcp->dtls.timeout_timer = -1;
#endif
rtp->rtcp->schedid = -1;
}

Loading…
Cancel
Save