Removed history service

This commit is contained in:
edwardro22
2018-01-04 11:46:25 +02:00
committed by Dan Christian Bogos
parent a31dddfc72
commit 17b16a415a
44 changed files with 15 additions and 928 deletions

View File

@@ -19,9 +19,6 @@
"cdrstats_conns": [
{"address": "*internal"}
],
"historys_conns": [
{"address": "*internal"}
],
"pubsubs_conns": [
{"address": "*internal"}
],
@@ -121,12 +118,6 @@
},
"historys": {
"enabled": true,
"history_dir": "/tmp/cgr_kamevapi/cgrates/history",
},
"pubsubs": {
"enabled": true,
},

View File

@@ -29,7 +29,6 @@ PIDFILE=$RUNDIR/cgr-engine.pid
STACKTRACE=$RUNDIR/$NAME.strace
ENABLE=true
DAEMON_OPTS="-config_dir=$TUTFOLDER/etc/cgrates"
HISTDIR=$TMP_DIR/history
CDREDIR=$TMP_DIR/cdre
# Exit if the package is not installed
@@ -59,11 +58,6 @@ if [ ! -d $CDREDIR ]; then
mkdir -p $CDREDIR
chown $USER:$GROUP $CDREDIR
fi
# Install the history folder
if [ ! -d $HISTDIR ]; then
mkdir -p $HISTDIR
chown $USER:$GROUP $HISTDIR
fi
#
# Function that starts the daemon/service