<br><br><div class="gmail_quote">On Sun, Nov 29, 2009 at 10:06 AM, Puskás Zsolt <span dir="ltr">&lt;<a href="mailto:errotan@gmail.com">errotan@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Guys!<br>
<br>
I&#39;m using the latest svn (15711) with the default xml config. Only modified<br>
cdr_csv.conf.xml the line &lt;param name=&quot;legs&quot; value=&quot;a&quot;/&gt; to &lt;param name=&quot;legs&quot;<br>
value=&quot;ab&quot;/&gt;<br>
<br>
Here is what i do:<br>
<br>
1. 1000 calls 1001 (1001 answers the call)<br>
2. 1001 do blind transfer to 1002 (using *1)<br>
3. 1001 hangs up<br>
4. 1002 answers the call<br>
5. 1002 and 1000 hangs up<br>
<br>
3 cdr records are generated (simplified):<br>
<br>
from,to,start,duration<br>
&quot;1000&quot; &quot;1001&quot; &quot;2009-11-29 15:21:53&quot; &quot;53&quot; &quot;50&quot;<br>
&quot;1000&quot; &quot;1002&quot; &quot;2009-11-29 15:21:53&quot; &quot;79&quot; &quot;76&quot;<br>
&quot;1000&quot; &quot;1002&quot; &quot;2009-11-29 15:22:46&quot; &quot;26&quot; &quot;23&quot;<br>
<br>
As you can see the second cdr is incorrect because 1000 doesn&#39;t speak with<br>
1002 for 76 second.<br>
<br>
Is this a normal ? Is it possible to make only 2 record ?<br>
<br></blockquote><div>You may want to turn on mod_xml_curl and look at XML CDRs, comparing them to the corresponding CSV files. That should help you figure out why the values in the CSV are what they are.<br>-MC<br><br></div>
</div>