<div dir="ltr">Hi!<div>When I try to authenticate my users, I get this error message:Registration error: 401-Unauthorized.</div><div>in my opensips.cfg </div><div><div>loadmodule &quot;db_mysql.so&quot;</div><div>loadmodule &quot;auth.so&quot;</div>
<div>loadmodule &quot;auth_db.so&quot;</div><div>modparam(&quot;usrloc&quot;, &quot;db_mode&quot;, 2)</div><div>modparam(&quot;usrloc&quot;, &quot;db_url&quot;,</div><div> &quot;mysql://opensips:opensipsrw@localhost/opensips&quot;)</div>
<div>modparam(&quot;auth_db&quot;, &quot;calculate_ha1&quot;, yes)</div><div>modparam(&quot;auth_db&quot;, &quot;password_column&quot;, &quot;password&quot;)</div><div>modparam(&quot;auth_db&quot;, &quot;db_url&quot;,</div>
<div> &quot;mysql://opensips:opensipsrw@localhost/opensips&quot;)</div><div>modparam(&quot;auth_db&quot;, &quot;load_credentials&quot;, &quot;&quot;)</div><div>if (!(method==&quot;REGISTER&quot;) &amp;&amp; from_uri==myself) /*no multidomain version*/</div>
<div>{</div><div> if (!proxy_authorize(&quot;&quot;, &quot;subscriber&quot;)) {</div><div> proxy_challenge(&quot;&quot;, &quot;0&quot;);</div><div> exit;</div><div> }</div><div> if (!db_check_from()) {</div><div> sl_send_reply(&quot;403&quot;,&quot;Forbidden auth ID&quot;);</div>
<div>exit;</div><div><br></div><div><br></div><div><br></div><div>}</div><div><br></div><div>consume_credentials();</div><div><br></div><div>}</div><div><br></div><div>if (!www_authorize(&quot;&quot;, &quot;subscriber&quot;))</div>
<div>{</div><div>www_challenge(&quot;&quot;, &quot;0&quot;);</div><div>exit;</div><div>}</div><div><br></div><div>if (!db_check_to())</div><div>{</div><div> sl_send_reply(&quot;403&quot;,&quot;Forbidden auth ID&quot;);</div>
<div>exit;</div><div>}</div><div><br></div></div><div>I user opensipsctl add 1000 1000 to add user.</div><div>What is strange, is that opensipsctl ping can ping any name, even users not added</div><div>an any one help, please :)</div>
</div>