Hello,

Could somebody check if default ser.cfg file is correct in the following 
section:

route[AUTHENTICATION]
{
 ....
        # check if the UID from the authentication meets the From header
        $authuid = $uid;

        if (!lookup_user("$fu.uid", "@from.uri")) {
                xlog("L_INFO","fu.uid lookup failed\n");
                del_attr("$uid");
        }

        if ($fu.uid != $fr.authuid) {
                sl_reply("403", "Fake Identity");
                drop;
        }
..

Because it didn't work for me till I've replaced:
        if (!lookup_user("$fu.uid", "@from.uri")) {
 with:
        if (!lookup_user("$fr.uid", "@from.uri")) {



Best regards,
Andrey

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to