<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Laszlo,<br>
<br>
Just to make 100% sure, I'm not suppose to call xlog because then
retcode would change to what xlog's return would have been?<br>
<br>
If so, guess that was stupid on my behalf!<br>
<br>
Thanks<br>
Doug<br>
<br>
On 2010/04/19 5:14 PM, Laszlo wrote:
<blockquote
 cite="mid:o2ra950b2031004190814ud2b3c2c6m61d03642caad1ca3@mail.gmail.com"
 type="cite"><br>
  <br>
  <div class="gmail_quote">2010/4/19 Douglas Lane <span dir="ltr">&lt;<a
 moz-do-not-send="true" href="mailto:doug@wd.co.za">doug@wd.co.za</a>&gt;</span><br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi
Luci,<br>
    <br>
Hmm I should have checked that. Below is my routing logic for call<br>
control (I loaded it into its own route block, and then my invite route<br>
just calls this route block for processing after the proxy auth
succeeds)<br>
    <br>
&nbsp; &nbsp; &nbsp; &nbsp; if(!isflagset(19))<br>
&nbsp; &nbsp; &nbsp; &nbsp; {<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; call_control();<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xlog("L_INFO", "Callcontrol returned code $retcode\n");<br>
    <br>
  </blockquote>
  <div><br>
  <br>
it's the last functions return code, in your case it's xlog's retcode :)<br>
(you called xlog before the switch statement)<br>
  </div>
  </div>
  <br>
-Laszlo<br>
  <div style="visibility: hidden; display: inline;"
 id="avg_ls_inline_popup"></div>
  <style type="text/css">#avg_ls_inline_popup {  position:absolute;  z-index:9999;  padding: 0px 0px;  margin-left: 0px;  margin-top: 0px;  width: 240px;  overflow: hidden;  word-wrap: break-word;  color: black;  font-size: 10px;  text-align: left;  line-height: 13px;}</style>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
  </pre>
</blockquote>
</body>
</html>