[RESOLVED] updating libsrtp

Hello there!

I’m using asterisk (11) with TLS and SRTP enabled and the extensions are working but I have a really old version of libsrtp (1.4) used when the system was installed.

Do I need to recompile asterisk if I update libsrtp?

Thanks!

Yes, if you update libsrtp, you’re going to want to rebuild Asterisk against the new libsrtp.

Libsrtp these days is hosted over at github. I recommend sticking with something in the 1.4 or 1.5 branches, as the 2.x stuff doesn’t currently work (at least the last time I tried it).

Cheers

1 Like

It seemed terribly obvious, but I had to ask!

Thank you malcolmd.