hi Bogdan,<br><br>&nbsp;&nbsp;&nbsp; The issue is solved. the error is not due to code in opensips.cfg . But it is due to the value set for STORE_PLAINTEXT_PW in opensipsctlrc. I had set it to 0 instead of setting it to 1<br><br>Thank You for the help.<br>
<br><div class="gmail_quote">On Sat, Feb 7, 2009 at 1:45 PM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi ASHWINI,<br>
<br>
please post the configuration of the auth_db module &nbsp;- the modparam(&quot;auth_db&quot;,.......) .<br>
<br>
Regards,<br>
Bogdan<br>
<br>
ASHWINI NAIDU wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
hi,<br>
<br>
I have installed opensips-1.4.4 on a debian machine. I have changed the configuration file from openser-1.3.4 to opensips 1.4.4 and i have done the corresponding changes. opensips &nbsp;starts but &nbsp;when i try to register a user &nbsp;i can see only &quot;401 UNAUTHORIZED&quot; though the user is added in the subscriber table and the &nbsp;domain is also added in domain table. &nbsp;I am adding the chunk of code that is responsible for registeration . Please let me know if any thing is wrong in the code.<br>

<br>
 &nbsp; &nbsp;## Register request handler^M<br>
 &nbsp; &nbsp;if (is_uri_host_local()) {^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp;if (!www_authorize(&quot;&quot;, &quot;subscriber&quot;)) {^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;log(1,&quot;\n***********AUTHENTICATING\n&quot;); &nbsp; &nbsp; &lt;----------------------------------------- Am able to traverse till here.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;www_challenge(&quot;&quot;, &quot;1&quot;);^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;log(1,&quot;\n ********** Challenging failed\n&quot;);<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;exit;^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp;};^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp;if (!check_to()) {^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;log(1,&quot;\n***************** failed check_to\n&quot;);<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sl_send_reply(&quot;403&quot;, &quot;Forbidden&quot;);^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;exit;^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp;};^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp;if(!search(&quot;^Contact:[ ]*\*&quot;) &amp;&amp; nat_uac_test(&quot;19&quot;)) {^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;log(1,&quot;-------NAT Checking\n&quot;);^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;setbflag(6);^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;fix_nated_register();^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;force_rport();^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp;};^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp;save(&quot;location&quot;);^M<br>
 &nbsp; &nbsp; &nbsp; &nbsp;exit;^M<br>
 &nbsp; &nbsp;} else if {^M<br>
 &nbsp; &nbsp; log(1,&quot;\n******************I AM NOT ALLOWED\n&quot;);<br>
 &nbsp; &nbsp; sl_send_reply(&quot;403&quot;, &quot;Forbidden&quot;);^M<br>
 &nbsp; &nbsp;};^M<br>
<br>
<br>
-- <br>
Thanking You,<br>
Ashwini BR Naidu<br></div></div>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">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>
 &nbsp;<br>
</blockquote>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>Thanking You,<br>Ashwini BR Naidu<br>