Fork cdrc over multiple folders based on xml configuration

This commit is contained in:
DanB
2014-05-21 17:39:25 +02:00
parent 201b7e7677
commit ad4fedc197
13 changed files with 157 additions and 107 deletions

View File

@@ -58,7 +58,6 @@ export_dir = /tmp/cgrates/cdre # Path where the exported CDRs will be placed
[cdrc]
enabled = true # Enable CDR client functionality
# cdrs = internal # Address where to reach CDR server. <internal|127.0.0.1:2080>
# cdrs_method = http_cgr # Mechanism to use when posting CDRs on server <http_cgr>
# run_delay = 0 # Sleep interval in seconds between consecutive runs, 0 to use automation via inotify
cdr_type = freeswitch_csv # CDR file format <csv>.
cdr_in_dir = /tmp/cgrates/cdr/cdrc/in # Absolute path towards the directory where the CDRs are stored.