<div dir="ltr"><div>Good day Mark,</div><div>you have an interesting case actually.</div><div><br></div><div>How does the mapping at (IPA-IPB setup) work, when traffic goes back from Media proxy to your user agent?</div><div>Let's imagine that the media proxy starts sending RTP/RTCP from 192.168.xxx.xxx,</div><div>then it reaches the map server, and which ports are then allocated for the public side? Is that the same as the Media proxy allocated? (and advertised in SDP as well)</div><div>And what if these ports for UDP transport are already engaged, how IPA-IPB setup then manages this?<br></div><div><br></div><div>On the other hand, let's imagine your user agent sends an SDP offer in the initial request.</div><div>Even though it advertised not a private address and there is no NAT problem at UAC's side,</div><div>the contact information given in the SDP body will be the address which should be reachable for your Media proxy server,</div><div>since this is what your Media proxy sees when receiving the offer.</div><div>(if I understand your description properly, then there is no entity which would fix SDP body coming from IPA-IPB setup to Media Proxy)<br></div><div><br></div><div>If Media proxy received the local address of your test user agent (which is even a public address), then it should have a possibility to reach it over the IP network.</div><div>How does the RTP/RTCP flow go in this case? (from Media proxy of course)<br></div><div><br></div><div>Another good question, did you take a look at SDP bodies of both user agent and Media proxy?</div><div>It's always a good thing to investigate media attributes, and other basic information.<br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 7, 2021 at 2:57 PM Mark Allen <<a href="mailto:mark@allenclan.co.uk">mark@allenclan.co.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Sorry... should have added that OpenSIPS box is acting as mid-registrar</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 7 Jan 2021, 12:12 Mark Allen, <<a href="mailto:mark@allenclan.co.uk" target="_blank">mark@allenclan.co.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I wonder if anyone can help me with this? I am trying to configure Mediaproxy to handle RTP traffic coming from outside our local network. Here's the setup:<div><br></div><div>    UAC ---> IPA ---> IPB ---> Mediaproxy / OpenSIPS ---> Asterisk<br></div><div><br></div><div>IPA (a public IP address 4x.xxx.xxx.xxx) maps ports ports 5060 and 10000 to 65535 to IPB (local IP address 192.168.xxx.xxx). IPB is actually a Virtual IP managed by keepalived.</div><div>UAC is MizuDroid app running on my Android phone connected to my home network (NATed) with a public IP of 5.xxx.xxx.xxx. Everything else relates to our office network.</div><div>Mediaproxy Dispatcher and Relay are both running on the same (OpenSIPS) system</div><div><br></div><div>SIP conversation between UAC and Asterisk via OpenSIPS looks to be working fine. Endpoints connect, exchange data, and hangup. The problem is with SDP addressing (NAT problem) causing no audio either way, which is what I want Mediaproxy to handle.</div><div><br></div><div>In opensips.cfg I'm passing control for calls arriving at IPA to Mediaproxy...</div><div><br></div><div>    if (is_method("INVITE")) {</div><div>        if (!has_totag()) {</div><div>            if ($fd == "4x.xxx.xxx.xxx") {<br>                xlog("Passing control to Mediaproxy...");<br>                engage_media_proxy();</div><div>            }</div><div>        }<br>    }<br></div><div><br></div><div>In /etc/mediaproxy/config.ini all settings are defaults except for setting dispatcher as IPB...</div><div><br></div><div>    dispatchers = 192.168.xxx.xxx<br></div><div><br></div><div>...and I've tried it with and without advertised_ip set to IPA...</div><div><br></div><div>    advertised_ip = 4x.xxx.xxx.xxx    </div><div><br></div><div><br></div><div>I can see that Mediaproxy is taking control of calls as instructed and making changes to SDP but it's not solving my audio problems. What am I doing wrong????</div><div><br></div><div><br></div><div> </div></div>
</blockquote></div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><br></div><div dir="ltr"><div dir="ltr"><font style="background-color:rgb(255,255,255)" color="#0b5394">Best regards,<br></font></div><div dir="ltr"><font style="background-color:rgb(255,255,255)" color="#0b5394">Donat Zenichev<br><br></font></div></div></div></div></div></div></div></div>