<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">Hi!
<div><br /></div>
<div>I’m trying to make RTPEngine to work with calls Browser <-> SIP.</div>
<div>Call From SIP to Browser working perfectly, but when calling to SIP from Browser, on 200 OK (sdp) I don’t receive </div>
<div>...</div>
<div>a=rtcp-mux<br /></div>
<div>...</div>
<div>lines, but it was told to RTPEngine on reply_route to add this. And this line is mandatory for me, cause I don’t control JS softphone on other side</div>
<div><br /></div>
<div>Reply route in a case of Browser->SIP call looks like</div>
<div><br /></div>
<div>reply_route[REPLY_R] {</div>
<div>…</div>
<div>  rtpengine_answer("internal external UDP/TLS/RTP/SAVPF ICE=force rtcp-mux-offer");</div>
<div>...</div>
<div>}</div>
<div><br /></div>
<div>Also I’ve tried with rtcp-mux-accept but still no luck</div>
<br /></div>
<div name="messageSignatureSection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
Regards, Igor</div>
</body>
</html>