I want to disable "db_check_from" function but want to make sure Opensips
is secure enough.

Reference email:
http://lists.opensips.org/pipermail/users/2012-June/022057.html

Bogdan-Andrei saying "If you disable the function, any SIP user will
be able to use any valid
auth credentials."

I have disabled it and try to authenticate using other username
account but it won't allowed me to do, could you please explain what
you trying to say?


if (!db_check_from()) {
                               sl_send_reply("403","Forbidden auth ID");
                               exit;
                        }
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to