CdrExporter.ExportFolder to CdrExporter ExportDirectory, fixed tutorial files with proper cdrexport field type

This commit is contained in:
DanB
2016-08-06 13:02:22 +02:00
parent 65dd73a7bd
commit e452dbc28c
14 changed files with 102 additions and 96 deletions

View File

@@ -1093,7 +1093,7 @@ type AttrExportCdrsToFile struct {
CdrFormat *string // Cdr output file format <utils.CdreCdrFormats>
FieldSeparator *string // Separator used between fields
ExportID *string // Optional exportid
ExportFolder *string // If provided it overwrites the configured export directory
ExportDirectory *string // If provided it overwrites the configured export directory
ExportFileName *string // If provided the output filename will be set to this
ExportTemplate *string // Exported fields template <""|fld1,fld2|*xml:instance_name>
DataUsageMultiplyFactor *float64 // Multiply data usage before export (eg: convert from KBytes to Bytes)