Hi all, <br><br>We are writing a xml_cdr parser to load CDRs in SQLite. We are interested in logging times for both A leg and B leg so that transfers are reported as individual calls with accurate timing. eg Inboud call to AA lasted 14 seconds then call to operator 20s and then call to actual extension 5min<br>
<br>As of now we are using the &lt;callflow&gt; tag with the &quot;number&quot; attribute to find out who did the A leg talk to, then we open the B leg files and get the times from each jump from the &lt;times&gt; tag within the &lt;callflow&gt; tag on the B leg file.<br>
<br>Is this right or maybe someone could suggest a better way to do it.<br><br>TIA<br><br>Luis<br>