[Home]

Summary:ASTERISK-20487: Failure to have OpenSSL w/ SRTP support results in confusing error message
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2012-09-28 15:39:20Date Closed:2012-10-09 16:31:27
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:11.0.0-beta2 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:If your version of OpenSSL doesn't have SRTP support and you're using a feature that needs that, you'll be told:

[Sep 28 15:08:10] DEBUG[7939][C-00000000] chan_sip.c: Cant create SIP call - target device not registered

Which is crap.  It doesn't matter that the SIP endpoint didn't register, as that isn't what failed.  What failed was the fact that I didn't have the right library support.

It'd be nice if it didn't have that DEBUG message, but in addition to that, if something needs OpenSSL w/SRTP, it should whine and moan when it doesn't get it.
Comments: