<div dir="ltr"><div>I want to disable "db_check_from" function but want to make sure Opensips is secure enough. <br><br></div>Reference email: <a href="http://lists.opensips.org/pipermail/users/2012-June/022057.html">http://lists.opensips.org/pipermail/users/2012-June/022057.html</a> <br><br><pre>Bogdan-Andrei saying "If you disable the function, any SIP user will be able to use any valid
auth credentials." <br><br></pre><pre>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?<br><br></pre><div><div><br>if (!db_check_from()) {<br> sl_send_reply("403","Forbidden auth ID");<br> exit;<br> }<br><br></div></div></div>