mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
30 lines
947 B
XML
30 lines
947 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="cgrates/xml">
|
|
<configuration section="cdre" type="fixed_width" id="CDREFW-A">
|
|
<cdr_format>fwv</cdr_format>
|
|
<data_usage_multiply_factor>0.0</data_usage_multiply_factor>
|
|
<cost_multiply_factor>0.0</cost_multiply_factor>
|
|
<cost_shift_digits>0</cost_shift_digits>
|
|
<mask_destination_id>MASKED_DESTINATIONS</mask_destination_id>
|
|
<mask_length>0</mask_length>
|
|
<export_dir>/var/log/cgrates/cdre</export_dir>
|
|
<export_template>
|
|
<header>
|
|
<fields>
|
|
<field name="Filler1" type="filler" width="4" />
|
|
</fields>
|
|
</header>
|
|
<content>
|
|
<fields>
|
|
<field name="TypeOfRecord" type="constant" value="call" />
|
|
</fields>
|
|
</content>
|
|
<trailer>
|
|
<fields>
|
|
<field name="Filler1" type="filler" width="3" />
|
|
</fields>
|
|
</trailer>
|
|
</export_template>
|
|
</configuration>
|
|
</document>
|