[OpenSIPS-Users] Mid Registar wss calls

nutxase nutxase at proton.me
Thu Nov 10 17:12:05 UTC 2022


Hi All

I have got my webrtc client working with mid_registrar to asterisk
But when asterisk sends incoming calls to the phone it fails to lookup the location and i get

CRITICAL:core:mk_proxy: could not resolve hostname: "zeid6muzjbdj.invalid"
Nov 10 17:00:12 opensips01 /usr/sbin/opensips[19237]: ERROR:tm:uri2proxy: bad host name in URI <sip:16500355 at zeid6muzjbdj.invalid;transport=wss>
and in sngrep i see 476 unroutable detination.

if (is_method("INVITE|MESSAGE") && $si == "1.2.3.4" && $sp == 5060) {
xlog("looking up $ru!\n");
xlog("
if (!mid_registrar_lookup("location")) {
t_reply(404, "Not Found $ru\n");
exit;
}

t_relay();

exit;
}

With sip i dont have this issue only with wss

any ideas what to look at?

Sent with [Proton Mail](https://proton.me/) secure email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20221110/c2b35589/attachment.html>


More information about the Users mailing list