mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
28 lines
1.0 KiB
INI
28 lines
1.0 KiB
INI
# Real-time Charging System for Telecom & ISP environments
|
|
# Copyright (C) 2012-2014 ITsysCOM GmbH
|
|
|
|
[global]
|
|
xmlcfg_path = /usr/share/cgrates/conf/samples/multiplecdrc_fwexport.xml
|
|
|
|
[rater]
|
|
enabled = true # Enable RaterCDRSExportPath service: <true|false>.
|
|
|
|
[scheduler]
|
|
enabled = true # Starts Scheduler service: <true|false>.
|
|
|
|
[cdrs]
|
|
enabled = true # Start the CDR Server service: <true|false>.
|
|
mediator = internal # Address where to reach the Mediator. Empty for disabling mediation. <""|internal>
|
|
|
|
[cdre]
|
|
export_dir = /tmp/cgrates/cdr/cdre/csv # Path where the exported CDRs will be placed
|
|
export_template = *xml:CDRE-FW1
|
|
|
|
[cdrc]
|
|
enabled = true
|
|
cdr_in_dir = /tmp/cgrates/cdrc1/in # Absolute path towards the directory where the CDRs are stored.
|
|
cdr_out_dir =/tmp/cgrates/cdrc1/out # Absolute path towards the directory where processed CDRs will be moved.
|
|
cdr_source_id = csv1 # Free form field, tag identifying the source of the CDRs within CGRS database.
|
|
|
|
[mediator]
|
|
enabled = true # Starts Mediator service: <true|false>. |