]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Issue ERROR if res_srtp is not found. 08/408/3
authorSean Bright <sean@malleable.com>
Fri, 8 May 2015 15:39:42 +0000 (15:39 +0000)
committerSean Bright <sean@malleable.com>
Fri, 8 May 2015 18:27:37 +0000 (18:27 +0000)
commit151c3316d563b0d8cf5c8f8a604500f64d37fa2f
treed58ca53776e470d40863c0f834aa803041ab07d6
parent7de043e43db24c2f774b481bd608e2912cc97f9d
res_rtp_asterisk: Issue ERROR if res_srtp is not found.

While trying to get WebRTC working with chan_pjsip, I was running
into the following error:

    Attempted to set an invalid DTLS-SRTP configuration on RTP
    instance...

Josh helpfully pointed out that res_srtp.so might not be loaded, and
sure enough, it wasn't. This patch adds a ERROR indiciating as much
to hopefully help others having a similar problem.

Change-Id: I13aa477b47b299876728a21b130998a0ea6cd19f
res/res_rtp_asterisk.c