- Joined
- Oct 29, 2014
- Messages
- 8
- Reaction score
- 0
Hi,
I am looking to try to get a custom output to the cdr record .txt file gebnerated by 3CX
I would like to use the "CDRTemplate-PerCall.xml" file.
I would like to remove all the data outside of the <DetailsTemplate> section
What I get at the moment:
What I would like to have:
Many Thanks
I am looking to try to get a custom output to the cdr record .txt file gebnerated by 3CX
I would like to use the "CDRTemplate-PerCall.xml" file.
I would like to remove all the data outside of the <DetailsTemplate> section
What I get at the moment:
Code:
272
00000BE099C1E00D_29
00:00:14.4720000
011114144959
011114144959
011114145014,MakeCall,100
10000
1
0
1
0
100
*9100
MakeCall
0800000000
1
1
0.183116666666667
default
default
-2
2
CallDetail 0,272,-1,100,*9100,11/1/2014 2:49:59 PM,00:00:14.3860000,11/1/2014 2:49:59 PM,Completed,True,None,False
CallDetail 1,272,0,10000,0800000000,11/1/2014 2:50:01 PM,00:00:10.9870000,11/1/2014 2:50:03 PM,Completed,True,None,True
What I would like to have:
Code:
CallDetail 0,272,-1,100,*9100,11/1/2014 2:49:59 PM,00:00:14.3860000,11/1/2014 2:49:59 PM,Completed,True,None,False
CallDetail 1,272,0,10000,0800000000,11/1/2014 2:50:01 PM,00:00:10.9870000,11/1/2014 2:50:03 PM,Completed,True,None,True
Many Thanks