<div>I have a scenario where there are three numbers that need to be called</div>
<div> </div>
<div>90127X2XX9 should get called first        || Q-value is 90</div>
<div>90148X7XX9 should get called second   || Q-value is 50</div>
<div>90133X9XX9 should get called last        || Q-Value is 40</div>
<div> </div>
<div> </div>
<div>The issue i am seeing is that the first and second number are getting called in parrallel and then the third number gets called last.  I have debug the issue with level 6.  I&#39;m not able to paste the debug to pastebin because it is too big.  So here is a a shortened version.  Hopefully the relevant stuff</div>
<a href="http://pastebin.com/D8NK50X9">http://pastebin.com/D8NK50X9</a><div> </div>
<div>Just for something to compare I have the second scenario where the Q Value works properly without issue</div>
<div> </div>
<div>90127X2XX9 gets called first         || Q-Value is 90</div>
<div>90133X9XX9 gets called second    || Q-Value is 70</div>
<div>90148X7XX9 gets called last         || Q-Value is 50</div>
<div> </div>
<div>With this each call is called serially in the order that they should.</div>
<div>I also have a debug for this but I also can&#39;t paste this to pastebin.<br>Here is the relevant stuff<br><br></div><a href="http://pastebin.com/vRiLiRw9">http://pastebin.com/vRiLiRw9</a>