Perfect...

so why in the Tutorial de INVITE comes from Main Registrar?

   # initial requests from main registrar, need to look them up!
    if (is_method("INVITE|MESSAGE") && $si == "10.0.0.3" && $sp == 5070) {
        xlog("looking up $ru!\n");
        if (!mid_registrar_lookup("location")) {
            t_reply("404", "Not Found");
            exit;
        }

        t_relay();

        exit;
    }

El 27/01/2020 a las 08:35, Alexey Kazantsev via Users escribió:

It is absolutely correct.
And that’s your job, as a VoIP adminitsrator, to forward this INVITE
to the appropriate server.
Any SIP client will send INVITE to the server defined in its settings,
at least if something additional is not configured («Outbound proxy»
or «Route» or maybe it’s called something else, depending on the vendor/software author).
-----------------------------------------------
BR, Alexey
http://alexeyka.zantsev.com/

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to