Remove CDRC compoment ( replaced by EventReader)

This commit is contained in:
TeoV
2020-01-22 13:52:57 +02:00
parent b9b71c53e4
commit 4083cf5627
56 changed files with 12 additions and 7672 deletions

View File

@@ -1,11 +0,0 @@
#! /usr/bin/env sh
FS_CDR_CSV_DIR=/var/log/freeswitch/cdr-csv
CGR_CDRC_IN_DIR=/var/log/cgrates/cdr/cdrc/in
/usr/bin/fs_cli -x "cdr_csv rotate"
find $FS_CDR_CSV_DIR -maxdepth 1 -mindepth 1 -not -name *.csv -exec chown cgrates:cgrates '{}' \; -exec mv '{}' $CGR_CDRC_IN_DIR \;
exit 0