<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi Duane,<br>
    <br>
    Once again, thanks for the help in troubleshooting this.<br>
    <br>
    The fix is on SVN (trunk, 1.7, 1.6)<br>
    <br>
    Regards,<br>
    Bogdan<br>
    <br>
    On 08/09/2011 02:23 PM, <a class="moz-txt-link-abbreviated" href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a> wrote:
    <blockquote cite="mid:20cf307f333aa0906204aa177f0d@google.com"
      type="cite">Bogdan,
      <br>
      <br>
      I applied the patch and now all three calls are being called at
      once in parrallel even though the Q-Values are the following
      <br>
      <br>
      90127X2XX9 should get called first || Q-value is 90
      <br>
      90148X7XX9 should get called second || Q-value is 50
      <br>
      90133X9XX9 should get called last || Q-Value is 40
      <br>
      <br>
      <br>
      On Aug 9, 2011 11:43am, Bogdan-Andrei Iancu
      <a class="moz-txt-link-rfc2396E" href="mailto:bogdan@opensips.org">&lt;bogdan@opensips.org&gt;</a> wrote:
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; Got your email - thank you.
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; Please try the attached patch.
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; Regards,
      <br>
      &gt; <br>
      &gt; <br>
      &gt; Bogdan
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; On 08/09/2011 07:14 PM, Duane Larson wrote:
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; Bogdan,
      <br>
      &gt; <br>
      &gt; <br>
      &gt; &nbsp;
      <br>
      &gt; <br>
      &gt; <br>
      &gt; I am going to email you the debug directly since it is
      <br>
      &gt; <br>
      &gt; probably to big to post to pastebin.&nbsp; You should see the
      email
      <br>
      &gt; <br>
      &gt; in a minute or two.
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; On Tue, Aug 9, 2011 at 10:18 AM,
      <br>
      &gt; <br>
      &gt; Bogdan-Andrei Iancu <a class="moz-txt-link-abbreviated" href="mailto:bogdan@opensips.org">bogdan@opensips.org</a>&gt;
      <br>
      &gt; <br>
      &gt; wrote:
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; Hi Duane,
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; your logs do not cover the most important part - the first
      <br>
      &gt; <br>
      &gt; "next_branches"... Could you repost ?
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; Regards,
      <br>
      &gt; <br>
      &gt; <br>
      &gt; Bogdan
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; On 07/15/2011 03:43 AM, Duane Larson wrote: <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; I have a scenario where there are three numbers
      <br>
      &gt; <br>
      &gt; that need to be called
      <br>
      &gt; <br>
      &gt; <br>
      &gt; &nbsp;
      <br>
      &gt; <br>
      &gt; <br>
      &gt; 90127X2XX9 should get called first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;||
      <br>
      &gt; <br>
      &gt; Q-value is 90
      <br>
      &gt; <br>
      &gt; <br>
      &gt; 90148X7XX9 should get called second&nbsp;&nbsp; || Q-value
      <br>
      &gt; <br>
      &gt; is 50
      <br>
      &gt; <br>
      &gt; <br>
      &gt; 90133X9XX9 should get called last&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ||
      <br>
      &gt; <br>
      &gt; Q-Value is 40
      <br>
      &gt; <br>
      &gt; <br>
      &gt; &nbsp;
      <br>
      &gt; <br>
      &gt; <br>
      &gt; &nbsp;
      <br>
      &gt; <br>
      &gt; <br>
      &gt; The issue i am seeing is that the first and
      <br>
      &gt; <br>
      &gt; second number are getting called in parrallel and
      <br>
      &gt; <br>
      &gt; then the third number gets called last.&nbsp; I have
      <br>
      &gt; <br>
      &gt; debug the issue with level 6.&nbsp; I'm not able to paste
      <br>
      &gt; <br>
      &gt; the debug to pastebin because it is too big.&nbsp; So
      <br>
      &gt; <br>
      &gt; here is a a shortened version.&nbsp; Hopefully the
      <br>
      &gt; <br>
      &gt; relevant stuff
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <a class="moz-txt-link-freetext" href="http://pastebin.com/D8NK50X9">http://pastebin.com/D8NK50X9</a>
      <br>
      &gt; <br>
      &gt; &nbsp;
      <br>
      &gt; <br>
      &gt; <br>
      &gt; Just for something to compare I have the second
      <br>
      &gt; <br>
      &gt; scenario where the Q Value works properly without
      <br>
      &gt; <br>
      &gt; issue
      <br>
      &gt; <br>
      &gt; <br>
      &gt; &nbsp;
      <br>
      &gt; <br>
      &gt; <br>
      &gt; 90127X2XX9 gets called first&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; || Q-Value
      <br>
      &gt; <br>
      &gt; is 90
      <br>
      &gt; <br>
      &gt; <br>
      &gt; 90133X9XX9 gets called second&nbsp;&nbsp;&nbsp; || Q-Value is 70
      <br>
      &gt; <br>
      &gt; <br>
      &gt; 90148X7XX9 gets called last&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; || Q-Value is
      <br>
      &gt; <br>
      &gt; 50
      <br>
      &gt; <br>
      &gt; <br>
      &gt; &nbsp;
      <br>
      &gt; <br>
      &gt; <br>
      &gt; With this each call is called serially in the
      <br>
      &gt; <br>
      &gt; order that they should.
      <br>
      &gt; <br>
      &gt; <br>
      &gt; I also have a debug for this but I also can't
      <br>
      &gt; <br>
      &gt; paste this to pastebin.
      <br>
      &gt; <br>
      &gt; <br>
      &gt; Here is the relevant stuff
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <a class="moz-txt-link-freetext" href="http://pastebin.com/vRiLiRw9">http://pastebin.com/vRiLiRw9</a>
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; _______________________________________________
      <br>
      &gt; <br>
      &gt; Users mailing list
      <br>
      &gt; <br>
      &gt; <a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
      <br>
      &gt; <br>
      &gt; <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>
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; -- <br>
      &gt; <br>
      &gt; Bogdan-Andrei Iancu
      <br>
      &gt; <br>
      &gt; OpenSIPS eBootcamp - 19th of September 2011
      <br>
      &gt; <br>
      &gt; OpenSIPS solutions and "know-how"
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; _______________________________________________
      <br>
      &gt; <br>
      &gt; <br>
      &gt; Users mailing list
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <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>
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; -- <br>
      &gt; <br>
      &gt; <br>
      &gt; --
      <br>
      &gt; <br>
      &gt; <br>
      &gt; *--*--*--*--*--*
      <br>
      &gt; <br>
      &gt; <br>
      &gt; Duane
      <br>
      &gt; <br>
      &gt; <br>
      &gt; *--*--*--*--*--*
      <br>
      &gt; <br>
      &gt; <br>
      &gt; --
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; _______________________________________________
      <br>
      &gt; <br>
      &gt; Users mailing list
      <br>
      &gt; <br>
      &gt; <a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
      <br>
      &gt; <br>
      &gt; <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>
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; -- <br>
      &gt; <br>
      &gt; Bogdan-Andrei Iancu
      <br>
      &gt; <br>
      &gt; OpenSIPS eBootcamp - 19th of September 2011
      <br>
      &gt; <br>
      &gt; OpenSIPS solutions and "know-how"
      <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt; <br>
      &gt;
      <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>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Bogdan-Andrei Iancu
OpenSIPS eBootcamp - 19th of September 2011
OpenSIPS solutions and "know-how"</pre>
  </body>
</html>