[Freeswitch-users] CDR records
Puskás Zsolt
errotan at gmail.com
Sun Nov 29 10:06:51 PST 2009
Hi Guys!
I'm using the latest svn (15711) with the default xml config. Only modified
cdr_csv.conf.xml the line <param name="legs" value="a"/> to <param name="legs"
value="ab"/>
Here is what i do:
1. 1000 calls 1001 (1001 answers the call)
2. 1001 do blind transfer to 1002 (using *1)
3. 1001 hangs up
4. 1002 answers the call
5. 1002 and 1000 hangs up
3 cdr records are generated (simplified):
from,to,start,duration
"1000" "1001" "2009-11-29 15:21:53" "53" "50"
"1000" "1002" "2009-11-29 15:21:53" "79" "76"
"1000" "1002" "2009-11-29 15:22:46" "26" "23"
As you can see the second cdr is incorrect because 1000 doesn't speak with
1002 for 76 second.
Is this a normal ? Is it possible to make only 2 record ?
Thank you for any answer.
More information about the FreeSWITCH-users
mailing list