<div dir="ltr">Hi Alexey - thanks for responding. <div><br></div><div>I've seen past reports where NAT was causing this type of problem. I tried your suggestion but, along with other tests such as forcing fix_nated_register() or fix_nated_contact() on all messages, and after trying Stas' suggestion, it still doesn't work for me. I believe that I've followed the tutorials correctly but, as per another post of mine, there are issues with the 3.0 tutorial scripts being out of date - so maybe the problem lies somewhere in how I've tried to fix the script errors for 3.0.2?</div><div><br></div><div>It's very frustrating because I can look at the "location" table in MySQL and see the information being correctly stored, it just appears that for some reason when it looks up and retrieves the information it doesn't recognise that the destination retrieved is a WebSocket and so tries to treat it as a FQDN - or at least that's what it seems to be saying to me.</div><div><br></div><div>cheers,</div><div><br></div><div>Mark</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 17 Jul 2020 at 07:07, Alexey Vasilyev <<a href="mailto:alexei.vasilyev@gmail.com">alexei.vasilyev@gmail.com</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">Hi Mark,<br>
<br>
try this:<br>
<br>
if (nat_uac_test("123")) {<br>
        if (is_method("REGISTER")) {<br>
                fix_nated_register();<br>
        } else {<br>
                fix_nated_contact();<br>
        }<br>
}<br>
<br>
<br>
<br>
-----<br>
---<br>
Alexey Vasilyev<br>
--<br>
Sent from: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html" rel="noreferrer" target="_blank">http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html</a><br>
<br>
_______________________________________________<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>