<font size="2"><font face="tahoma,sans-serif">Thanks Iñaki...</font></font><div><font size="2"><font face="tahoma,sans-serif"><br></font></font></div><div><font size="2"><font face="tahoma,sans-serif">xlog seems to help a lot, by the way, it&#39;s quite confusing where to put the xlog sentences within the script...working on that :)</font></font></div>
<div><font size="2"><font face="tahoma,sans-serif"><br></font></font><br><div class="gmail_quote">2011/2/6 Iñaki Baz Castillo <span dir="ltr">&lt;<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
2011/2/3 Danny Dias &lt;<a href="mailto:ing.diasdanny@gmail.com">ing.diasdanny@gmail.com</a>&gt;:<br>
<div class="im">&gt;         if (is_method(&quot;REGISTER&quot;))<br>
&gt;         {<br>
&gt;                 # authenticate the REGISTER requests (uncomment to enable<br>
&gt; auth)<br>
&gt;                 if (!www_authorize(&quot;&quot;, &quot;subscriber&quot;))<br>
&gt;                 {<br>
&gt;                         www_challenge(&quot;&quot;, &quot;0&quot;);<br>
&gt;                         exit;<br>
&gt;                 }<br>
&gt;                 ##<br>
&gt;                 if (!db_check_to())<br>
&gt;                 {<br>
&gt;                         sl_send_reply(&quot;403&quot;,&quot;Forbidden auth ID&quot;);<br>
&gt;                         exit;<br>
&gt;                 }<br>
&gt;                 if (!save(&quot;location&quot;))<br>
&gt;                         sl_reply_error();<br>
&gt;                 exit;<br>
&gt;         }<br>
<br>
</div>Ensure that this block is being executed in your test. For that, add<br>
some xlog here and there. Most probably there is some part of your<br>
script that makes the above work not to be executed for your request.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Iñaki Baz Castillo<br>
&lt;<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>&gt;<br>
</div></div></blockquote></div><br></div>