mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
21 lines
496 B
XML
21 lines
496 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<document type="cgrates/xml">
|
|
<configuration section="cdre" type="fixed_width" id="CDREFW-A">
|
|
<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>
|
|
</configuration>
|
|
</document>
|