<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("auth","username_spec","$avp(user_spec)")</div><div>modparam("auth","password_spec","$avp(pass_spec)")</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("auth_db", "user_column", "username")</div>
<div>modparam("auth_db", "password_column", "ha1")</div><div># modparam("auth_db", "password_column2", "ha1b")</div><div>modparam("auth_db", "use_domain", 1)</div>
<div>modparam("auth_db", "calculate_ha1", 0)</div><div>modparam("auth_db", "load_credentials", "rpid")</div><div>modparam("auth_db", "load_credentials", "$avp(pass_spec)=ha1")</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's etting rejected. You can post it on pastebin, but please make sure it'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">>> Not all my customers use same dns name to register.<br>>> 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>
>> Can I let domain blank to use "any" ?<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("auth_db", "use_domain", 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>