<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://reviewboard.asterisk.org/r/1765/">https://reviewboard.asterisk.org/r/1765/</a>
     </td>
    </tr>
   </table>
   <br />





 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">I&#39;m not sure I believe you are having the problem you think you are having.  In my experience with CDRs, the actual order of cdrs in scenrios like this when they are concluded/written at essentially the same time is actually purely a matter of pseudo-random timing and you really can&#39;t predict any particular order.  You definitely need to have more than one sample for each case.</pre>
 <br />







<p>- jrose</p>


<br />
<p>On February 22nd, 2012, 4:16 p.m., wdoekes wrote:</p>






<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('https://reviewboard.asterisk.org/media/rb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for Asterisk Developers.</div>
<div>By wdoekes.</div>


<p style="color: grey;"><i>Updated Feb. 22, 2012, 4:16 p.m.</i></p>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">There&#39;s a change in the CDRs between 1.6.2 and 1.8 with regards to the CDR(accountcode).

I created an example:

exten =&gt; 1,1,Set(CDR(accountcode)=initial)
exten =&gt; 1,n,Dial(Local/2@default)
exten =&gt; 2,1,Dial(Local/3@default)
exten =&gt; 3,1,Set(CDR(accountcode)=third)

Master.csv of 1.6.2:

&quot;third&quot;,&quot;&quot;,&quot;3&quot;,&quot;default&quot;,&quot;&quot;,&quot;Local/3@default-ABCD;2&quot;,&quot;&quot;,&quot;Hangup&quot;,&quot;&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,0,0,&quot;ANSWERED&quot;,&quot;DOCUMENTATION&quot;,&quot;1329946580.5&quot;,&quot;&quot;
&quot;initial&quot;,&quot;&quot;,&quot;2&quot;,&quot;default&quot;,&quot;&quot;,&quot;Local/2@default-ABCD;2&quot;,&quot;Local/3@default-ABCD;1&quot;,&quot;Dial&quot;,&quot;Local/3@default&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,0,0,&quot;ANSWERED&quot;,&quot;DOCUMENTATION&quot;,&quot;1329946580.3&quot;,&quot;&quot;
&quot;initial&quot;,&quot;&quot;,&quot;1&quot;,&quot;default&quot;,&quot;&quot;,&quot;Local/1@default-ABCD;2&quot;,&quot;Local/2@default-ABCD;1&quot;,&quot;Dial&quot;,&quot;Local/2@default&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,0,0,&quot;ANSWERED&quot;,&quot;DOCUMENTATION&quot;,&quot;1329946580.1&quot;,&quot;&quot;
&quot;&quot;,&quot;&quot;,&quot;1&quot;,&quot;default&quot;,&quot;&quot;,&quot;Local/1@default-ABCD;1&quot;,&quot;&quot;,&quot;Echo&quot;,&quot;&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,0,0,&quot;ANSWERED&quot;,&quot;DOCUMENTATION&quot;,&quot;1329946580.0&quot;,&quot;&quot;

.. seems logically ordered.

Master.csv of 1.8:

&quot;&quot;,&quot;&quot;,&quot;2&quot;,&quot;default&quot;,&quot;&quot;,&quot;Local/2@default-ABCD;2&quot;,&quot;Local/3@default-ABCD;1&quot;,&quot;Dial&quot;,&quot;Local/3@default&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,0,0,&quot;ANSWERED&quot;,&quot;DOCUMENTATION&quot;,&quot;1329946580.3&quot;,&quot;&quot;
&quot;third&quot;,&quot;&quot;,&quot;3&quot;,&quot;default&quot;,&quot;&quot;,&quot;Local/3@default-ABCD;2&quot;,&quot;&quot;,&quot;Hangup&quot;,&quot;&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,0,0,&quot;ANSWERED&quot;,&quot;DOCUMENTATION&quot;,&quot;1329946580.5&quot;,&quot;&quot;
&quot;initial&quot;,&quot;&quot;,&quot;1&quot;,&quot;default&quot;,&quot;&quot;,&quot;Local/1@default-ABCD;2&quot;,&quot;Local/2@default-ABCD;1&quot;,&quot;Dial&quot;,&quot;Local/2@default&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,0,0,&quot;ANSWERED&quot;,&quot;DOCUMENTATION&quot;,&quot;1329946580.1&quot;,&quot;&quot;
&quot;&quot;,&quot;&quot;,&quot;1&quot;,&quot;default&quot;,&quot;&quot;,&quot;Local/1@default-ABCD;1&quot;,&quot;&quot;,&quot;Echo&quot;,&quot;&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,&quot;2012-02-22 00:00:00&quot;,0,0,&quot;ANSWERED&quot;,&quot;DOCUMENTATION&quot;,&quot;1329946580.0&quot;,&quot;&quot;

.. has disorder where the first record should be second, and I&#39;m missing the CDR(accountcode) in said record.

I don&#39;t know if CSV ordering is important (although the CDR tests&#39; add_expectation() seems to imply they are fixed), but not having the CDR(accountcode) propagated to the Local channels is an undesirable change.</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">See above.

Can someone confirm that the CSV of 1.6.2 is the &quot;correct&quot; one?</pre>
  </td>
 </tr>
</table>



<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Bugs: </b>


 <a href="https://issues.asterisk.org/jira/browse/ASTERISK-19384">ASTERISK-19384</a>


</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>/asterisk/trunk/tests/cdr/cdr_accountcode/configs/ast1/cdr.conf <span style="color: grey">(PRE-CREATION)</span></li>

 <li>/asterisk/trunk/tests/cdr/cdr_accountcode/configs/ast1/extensions.conf <span style="color: grey">(PRE-CREATION)</span></li>

 <li>/asterisk/trunk/tests/cdr/cdr_accountcode/run-test <span style="color: grey">(PRE-CREATION)</span></li>

 <li>/asterisk/trunk/tests/cdr/cdr_accountcode/test-config.yaml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>/asterisk/trunk/tests/cdr/tests.yaml <span style="color: grey">(3036)</span></li>

</ul>

<p><a href="https://reviewboard.asterisk.org/r/1765/diff/" style="margin-left: 3em;">View Diff</a></p>




  </td>
 </tr>
</table>








  </div>
 </body>
</html>