Re: [OpenSIPS-Users] Opensips 3 module names...

2022-03-24 Thread Alexey Kazantsev via Users
Hi Stefan,   as I understood, you use CentOS, so  this command should be exactly what you need:       yum --showduplicates list available opensips*   You may also browse repository: https://yum.opensips.org/3.2/releases/el/7/x86_64/ https://yum.opensips.org/browse.php

Re: [OpenSIPS-Users] mysql_db installation fails ...

2022-03-24 Thread Alexey Kazantsev via Users
Hello Stefan,   as we see, the packages are available from 2 repos in your system — an old version from ‘epel’ and an up-to-date one from ‘opensips’.   It can be useful to run such command to list available packages and repositories they belong to:       yum --showduplicates list available

Re: [OpenSIPS-Users] opensips 3.2 and latest github rtpengine

2022-03-24 Thread Alberto
That works, here's what I've ended up using: rtpengine_manage("loop-protect ... other things I need", , $var(body)); remove_body_part(); add_body_part($(var(body){re.subst,/^s=.*$/s=abcxxx/g}), "application/sdp"); but seems cumbersome, I was expecting to do rtpengine_manage followed by