<div dir="ltr">First things first. Forget the asterisk box for now. The phones are not getting registered with OpenSIPS.<div style>dOES the username, domain, in the digest make sense? Also, recheck the auth part of your configuration:</div>
<div style><br></div><div style><div># ----- auth params -----</div><div>modparam(&quot;auth&quot;,&quot;username_spec&quot;,&quot;$avp(user_spec)&quot;)</div><div>modparam(&quot;auth&quot;,&quot;password_spec&quot;,&quot;$avp(pass_spec)&quot;)</div>
<div><br></div><div><br></div><div># ----- auth_db params -----</div><div>/* uncomment the following lines if you want to enable the DB based</div><div>   authentication */</div><div><br></div><div>modparam(&quot;auth_db&quot;, &quot;user_column&quot;, &quot;username&quot;)</div>
<div>modparam(&quot;auth_db&quot;, &quot;password_column&quot;, &quot;ha1&quot;)</div><div># modparam(&quot;auth_db&quot;, &quot;password_column2&quot;, &quot;ha1b&quot;)</div><div>modparam(&quot;auth_db&quot;, &quot;use_domain&quot;, 1)</div>
<div>modparam(&quot;auth_db&quot;, &quot;calculate_ha1&quot;, 0)</div><div>modparam(&quot;auth_db&quot;, &quot;load_credentials&quot;, &quot;rpid&quot;)</div><div>modparam(&quot;auth_db&quot;, &quot;load_credentials&quot;, &quot;$avp(pass_spec)=ha1&quot;)</div>
<div><br></div><div style>Maybe start with clear text username/password and then add the md5 when you know that it is working. Oh!!! Increase</div><div style>the debug level of OpenSIPS (debug=4), and eye the REGISTER, it will show you the clear text usernames and passwords</div>
<div style>being sent, the comparisson, and why it&#39;s etting rejected. You can post it on pastebin, but please make sure it&#39;s for an example</div><div style>user (i.e, 1001/12345a), that you will delete later.</div>
<div style><br></div><div style><div style="font-family:arial,sans-serif;font-size:13px">&gt;&gt; Not all my customers use same dns name to register.<br>&gt;&gt; I have some:  <a href="http://sip.myprovider.com/" target="_blank">sip.myprovider.com</a>, <a href="http://sip2.myprovider.com/" target="_blank">sip2.myprovider.com</a>, <a href="http://sip3.myprovider.com/" target="_blank">sip3.myprovider.com</a> and I have my IPs (111.222.333.444).<br>
&gt;&gt; Can I let domain blank to use &quot;any&quot; ?<br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial;font-size:small">Set, modparam(&quot;auth_db&quot;, &quot;use_domain&quot;, 0).</span><br></div><div style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial;font-size:small"><br>
</span></div><div style>Let us know how you progress.</div><div style><br></div><div style>Cheers,</div><div style><br></div><div style>Nick from Toronto.</div></div><div><br></div><div><br></div></div></div>