<br><br><div class="gmail_quote">On Sun, Nov 29, 2009 at 10:06 AM, Puskás Zsolt <span dir="ltr"><<a href="mailto:errotan@gmail.com">errotan@gmail.com</a>></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'm using the latest svn (15711) with the default xml config. Only modified<br>
cdr_csv.conf.xml the line <param name="legs" value="a"/> to <param name="legs"<br>
value="ab"/><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>
"1000" "1001" "2009-11-29 15:21:53" "53" "50"<br>
"1000" "1002" "2009-11-29 15:21:53" "79" "76"<br>
"1000" "1002" "2009-11-29 15:22:46" "26" "23"<br>
<br>
As you can see the second cdr is incorrect because 1000 doesn'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>