<div dir="ltr"><div><div><div><div><div>Hello!<br><br></div>During a call from classical SIP softphone to WebRTC there's no media from the browser (Mozilla, the same result is for Chrome). In case of a call from the browser to the softphone there's media flow from both sides.<br>
<br></div>The snippets from kamailio.cfg related to the problem case (SIP-->WebRTC)  are below.<br></div><div><br>OFFER:<br>$var(rtpp_flags) = "trust-address symmetric replace-origin replace-session-connection";<br>
$var(rtpp_flags) = $var(rtpp_flags) + " ICE=force";<br>$var(rtpp_flags) = $var(rtpp_flags) + " RTP/SAVPF";<br>rtpengine_offer($var(rtpp_flags));<br><br></div>ANSWER:<br>$var(rtpp_flags) = "trust-address symmetric replace-origin replace-session-connection";<br>
$var(rtpp_flags) = $var(rtpp_flags) + " ICE=remove";<br>$var(rtpp_flags) = $var(rtpp_flags) + " RTP/AVP";<br><br></div>rtp.log is attached.<br><br></div>Any help on this issue would be very appreciated.<br>
<div><br><br><br></div><div>with best regards,<br></div><div>Alexey<br></div></div>