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 &lt;bogdan@opensips.org&gt; 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;        
<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.  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 bogdan@opensips.org&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;             &quot;next_branches&quot;... 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;                    
<br />&gt; 
<br />&gt; 
<br />&gt;                   90127X2XX9 should get called first        ||
<br />&gt; 
<br />&gt;                     Q-value is 90
<br />&gt; 
<br />&gt; 
<br />&gt;                   90148X7XX9 should get called second   || Q-value
<br />&gt; 
<br />&gt;                     is 50
<br />&gt; 
<br />&gt; 
<br />&gt;                   90133X9XX9 should get called last        ||
<br />&gt; 
<br />&gt;                     Q-Value is 40
<br />&gt; 
<br />&gt; 
<br />&gt;                    
<br />&gt; 
<br />&gt; 
<br />&gt;                    
<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.  I have
<br />&gt; 
<br />&gt;                     debug the issue with level 6.  I&#39;m not able to paste
<br />&gt; 
<br />&gt;                     the debug to pastebin because it is too big.  So
<br />&gt; 
<br />&gt;                     here is a a shortened version.  Hopefully the
<br />&gt; 
<br />&gt;                     relevant stuff
<br />&gt; 
<br />&gt; 
<br />&gt;                   http://pastebin.com/D8NK50X9
<br />&gt; 
<br />&gt;                    
<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;                    
<br />&gt; 
<br />&gt; 
<br />&gt;                   90127X2XX9 gets called first         || Q-Value
<br />&gt; 
<br />&gt;                     is 90
<br />&gt; 
<br />&gt; 
<br />&gt;                   90133X9XX9 gets called second    || Q-Value is 70
<br />&gt; 
<br />&gt; 
<br />&gt;                   90148X7XX9 gets called last         || Q-Value is
<br />&gt; 
<br />&gt;                     50
<br />&gt; 
<br />&gt; 
<br />&gt;                    
<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&#39;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;                   http://pastebin.com/vRiLiRw9
<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; Users@lists.opensips.org
<br />&gt; 
<br />&gt; http://lists.opensips.org/cgi-bin/mailman/listinfo/users
<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 &quot;know-how&quot;
<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;           Users@lists.opensips.org
<br />&gt; 
<br />&gt; 
<br />&gt;           http://lists.opensips.org/cgi-bin/mailman/listinfo/users
<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; Users@lists.opensips.org
<br />&gt; 
<br />&gt; http://lists.opensips.org/cgi-bin/mailman/listinfo/users
<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 &quot;know-how&quot;
<br />&gt; 
<br />&gt;   
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt; 
<br />&gt;