mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-12 12:58:30 +00:00
Merge "res_rtp_asterisk: Issue ERROR if res_srtp is not found." into 11
This commit is contained in:
@@ -1256,6 +1256,7 @@ static int ast_rtp_dtls_set_configuration(struct ast_rtp_instance *instance, con
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!ast_rtp_engine_srtp_is_registered()) {
|
if (!ast_rtp_engine_srtp_is_registered()) {
|
||||||
|
ast_log(LOG_ERROR, "SRTP support module is not loaded or available. Try loading res_srtp.so.\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user