[SR-Users] Decrypting SRTP with Kamailio + rtpengine

Sergey Safarov s.safarov at gmail.com
Tue Aug 18 19:25:01 CEST 2020


Thinks 180 Ringing messages do not contain SDP.
Some misunderstanding present here

Sergey

On Tue, Aug 18, 2020 at 9:51 AM Ildar Mukhametzhanov <im at voice-on.de> wrote:

> Hello!
>
>
>
> Decrypting SRTP with Kamailio + rtpengine.
>
> Hello! I have a task to decrypt SRTP for a legacy switch which doesn’t
> support it.
>
> Simply adding rtpengine_manage("RTP/AVP") didn’t help. SDP converted from
> SRTP to RTP while proxying INVITE to legacy switch, but 180 Ringing wasn’t
> converted back to SRTP.
>
> Little more detailed config snippet:
>
>
>
> route[RELAY] {
>
>             ...
>
>             if (is_method("INVITE")) {
>
>
>
>                         if ($rd=~$var(switch_ip_mask)) {
>
>                                     rtpengine_manage("RTP/AVP");
>
>                         } else {
>
>                                     rtpengine_manage();
>
>                         }
>
>             ...
>
>             }
>
>
>
> Could someone please advise typical scenarios to achieve it, I suppose the
> task is pretty standard.
>
>
>
> Thank you in advance!
>
>
>
>
> _______________________________________________
> Kamailio (SER) - Users Mailing List
> sr-users at lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20200818/5a46a546/attachment.htm>


More information about the sr-users mailing list