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@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.
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to