<div dir="ltr"><div><div><div><div><div>Hi Nick ... thanks for your help ... very appreciated.<br><br></div>Here is the news... changed the opensips.cfg to your modeparams, and use_domain to 0 and the problem still the same:<br>

<br></div>In my domain tables I have all domains (10.1.1.2, <a href="http://test.provider.com">test.provider.com</a>) but into subscriber, i have recreated without VIEW and use more simple data, like 1000 and 1001 as username and password = teste and domain = 10.1.1.2.<br>

<br></div>If I try register softphone with domain = 10.1.1.2, it work, but if I try domain = <a href="http://test.provider.com">test.provider.com</a> wich is using 10.1.1.2 as IP address, doesn&#39;t work.<br><br></div>here is the log:<br>

<br><a href="http://pastebin.com/zTz0eNjV">http://pastebin.com/zTz0eNjV</a><br><br></div>Thanks for your help<br><div><div><div><div><div><br></div></div></div></div></div></div><div class="gmail_extra"><br clear="all"><div>

Willian Mazzardo<br>Depto TI - SYSSVOIP<br><a href="http://www.syssvoip.com.br">www.syssvoip.com.br</a><br>55 3537 2030</div>
<br><br><div class="gmail_quote">2013/7/18 Nick Khamis <span dir="ltr">&lt;<a href="mailto:symack@gmail.com" target="_blank">symack@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">First things first. Forget the asterisk box for now. The phones are not getting registered with OpenSIPS.<div>dOES the username, domain, in the digest make sense? Also, recheck the auth part of your configuration:</div>


<div><br></div><div><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>Maybe start with clear text username/password and then add the md5 when you know that it is working. Oh!!! Increase</div><div>the debug level of OpenSIPS (debug=4), and eye the REGISTER, it will show you the clear text usernames and passwords</div>


<div>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>user (i.e, 1001/12345a), that you will delete later.</div>
<div><br></div><div><div class="im"><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><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>Let us know how you progress.</div><div><br></div><div>Cheers,</div><div><br></div><div>Nick from Toronto.</div></div><div><br></div><div><br></div></div></div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>