<div dir="ltr"><div>I want to disable &quot;db_check_from&quot; 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 &quot;If you disable the function, any SIP user will be able to use any valid 
auth credentials.&quot; <br><br></pre><pre>I have disabled it and try to authenticate using other username account but it won&#39;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(&quot;403&quot;,&quot;Forbidden auth ID&quot;);<br>                               exit;<br>                        }<br><br></div></div></div>