<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'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"><<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>></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 <<a href="mailto:ing.diasdanny@gmail.com">ing.diasdanny@gmail.com</a>>:<br>
<div class="im">> if (is_method("REGISTER"))<br>
> {<br>
> # authenticate the REGISTER requests (uncomment to enable<br>
> auth)<br>
> if (!www_authorize("", "subscriber"))<br>
> {<br>
> www_challenge("", "0");<br>
> exit;<br>
> }<br>
> ##<br>
> if (!db_check_to())<br>
> {<br>
> sl_send_reply("403","Forbidden auth ID");<br>
> exit;<br>
> }<br>
> if (!save("location"))<br>
> sl_reply_error();<br>
> exit;<br>
> }<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>
<<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>><br>
</div></div></blockquote></div><br></div>