- Joined
- Feb 22, 2011
- Messages
- 72
- Reaction score
- 0
Hi,
We are wanting to update the CDR Costs/Codes within the 3CX Management portal but I seem to be experiencing issues, so before i go and do anything, i'd like to get some feedback on it from others.
When exporting the current/default CDR information from the management console, it comes as an XML file like this:
For each of the entries in the billing platform.
I have two options from my supplier, i can export the costs (which include my margin) in either CSV or an XML file, but my XML output from the supplier looks like this:
Which is obviously hugely different from the 3CX output (as that is for each country code, prefix, etc.
Whats the best way to go about this have people found?
Thanks in advance,
Josh
We are wanting to update the CDR Costs/Codes within the 3CX Management portal but I seem to be experiencing issues, so before i go and do anything, i'd like to get some feedback on it from others.
When exporting the current/default CDR information from the management console, it comes as an XML file like this:
Code:
<TenantProperty>
<name>BILL_0000</name>
<description>
</description>
<type>String</type>
<value n="default" p="default" r="1.0" />
</TenantProperty>
I have two options from my supplier, i can export the costs (which include my margin) in either CSV or an XML file, but my XML output from the supplier looks like this:
Code:
<rate uniqueId="35818755">
<prefix>4484</prefix>
<destination>084 Catch All</destination>
<validFrom>2015-07-07 23:00:00</validFrom>
<rate>0.11700</rate>
<rateOffPeak>0.00500</rateOffPeak>
<rateWeekend>0.00500</rateWeekend>
<connectCharge>0.00000</connectCharge>
</rate>
Whats the best way to go about this have people found?
Thanks in advance,
Josh