<div dir="ltr">If i point my freeswitch domain to the ip of opensips and setup mid registrar to the freeswitch server.<div><br></div><div>It passes registrations perfectly but wont pass invites and just fails</div><div>if i point the domain to freeswitch and then register with an outbound proxy pointing to opensips it works 100%</div><div><br></div><div>any ideas what i am missing?</div><div><br></div><div>here is my config portion</div><div><br></div><div>               if (is_method("INVITE") and $si == "fsip" and $sp == 5060) {<br>                xlog("$si is");<br>                if (!mid_registrar_lookup("location")) {<br>                        t_reply(404, "Not Found");<br>                        exit;<br>                }<br><br>                if (!t_relay())<br>                        send_reply(500, "Server Internal Error 3");<br><br>            exit;<br>        }<br></div></div>