Yes, the section in the script was not modified from the default, so it is:<br><br>        if (!(method==&quot;REGISTER&quot;) &amp;&amp; is_from_local())  /*multidomain version*/<br>        {<br>                if (!proxy_authorize(&quot;&quot;, &quot;subscriber&quot;)) {<br>
                        proxy_challenge(&quot;&quot;, &quot;0&quot;);<br>                        exit;<br>                }<br>                if (!db_check_from()) {<br>                        sl_send_reply(&quot;403&quot;,&quot;Forbidden auth ID&quot;);<br>
                        exit;<br>                }<br>        <br>                consume_credentials();<br>                # caller authenticated<br>        }<br><br>I am thinking perhaps this is to do with the domain, I don&#39;t see a query in my sql trace log showing a query for domain, and the domain of the request is in memory and the DB.  I did have an initial problem where I was getting the &quot;Preload Route denied&quot;, but I added the IP of the server to the domain list, and that went away.<br>
<br>Thanks<br><br>-dg<br>
<br><br><div class="gmail_quote">On Thu, Dec 24, 2009 at 12:13 AM, 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 Daniel,<br>
<br>
The auth part is not sending by itself a 403 -&gt; probably this is<br>
explicitly sent from the script, so you need to check what function is<br>
failing triggering the 403 in script -&gt; is it the db_check_to()  ?<br>
<br>
Regards,<br>
Bogdan<br>
<div><div></div><div class="h5"><br>
Daniel Goepp wrote:<br>
&gt; I am having another issue with this latest version also, and I believe<br>
&gt; it could perhaps be related to my last post.  Very straight forward<br>
&gt; here, I have just two users on this new lab system.<br>
&gt;<br>
&gt; The problem:<br>
&gt;<br>
&gt; First register comes in, challenged with 401 no problem, then a<br>
&gt; register with auth header, which is responded to with:<br>
&gt;<br>
&gt; SIP/2.0 403 Forbidden auth ID.<br>
&gt;<br>
&gt; I did an SQL trace, and the query is select password from subscriber<br>
&gt; where username=&#39;2001&#39;:<br>
&gt;<br>
&gt; When I execute manually, no problem:<br>
&gt;<br>
&gt; mysql&gt; select password from subscriber where username=&#39;2001&#39;;<br>
&gt; +----------+<br>
&gt; | password |<br>
&gt; +----------+<br>
&gt; | 2001     |<br>
&gt; +----------+<br>
&gt;<br>
&gt; Did something change recently regarding how users are auth&#39;d?  This is<br>
&gt; a very very basic setup, pretty much out of the box.  And ideas about<br>
&gt; what boneheaded thing I have done here?<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt; -dg<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
--<br>
Bogdan-Andrei Iancu<br>
<a href="http://www.voice-system.ro" target="_blank">www.voice-system.ro</a><br>
<br>
<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>
</blockquote></div><br>