Hi ,

You have to do something like below  wherever you are calling
rtpengine_offer/rtpengine_answer.

$var(rtpengine_flags) = "RTP/AVP replace-session-connection replace-origin
ICE=remove";
 rtpengine_offer("$var(rtpengine_flags)");

$var(rtpengine_flags) = "UDP/TLS/RTP/SAVP rtcp-mux-offer ICE=force";
 rtpengine_answer("$var(rtpengine_flags)");

You can modify this according to your requirement .


*Thanks & Regards*
*Sasmita Panda*
*Senior Network Testing and Software Engineer*
*3CLogic , ph:07827611765*


On Wed, Jul 31, 2019 at 5:16 PM Dragomir Haralambiev <[email protected]>
wrote:

> Hello,
>
> I have 2 applications connected to Opensips+rtpengine:
> UAC1 -use encryption always. SRTP (RTP/SAVP)
> UAC2 - never use encryption  . RTP (RTP/AVP)
>
> How to setup Opensips to make follow call:
> UAC1 SRTP -----> Opensips+rtpengine -------> UAC2 RTP
>
> Thanks,
> Dragomir
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to