Sql Flush command implementation to be used in tests, local tests for tutorial data

This commit is contained in:
DanB
2014-08-05 01:09:05 +02:00
parent ac3bbfe5a2
commit 33e3f3fd66
8 changed files with 162 additions and 10 deletions

View File

@@ -4,14 +4,10 @@
# This file contains the default configuration hardcoded into CGRateS.
# This is what you get when you load CGRateS with an empty configuration file.
[global]
rpc_json_listen =:2012
[rater]
enabled = true
[cdrs]
[cdrs]
enabled = true
mediator = internal
store_disable = true

View File

@@ -0,0 +1,25 @@
# Real-time Charging System for Telecom & ISP environments
# Copyright (C) ITsysCOM GmbH
#
# This file contains the default configuration hardcoded into CGRateS.
# This is what you get when you load CGRateS with an empty configuration file.
[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]
cdr_format = csv # Exported CDRs format <csv>
export_dir = /tmp # Path where the exported CDRs will be placed
[mediator]
enabled = true # Starts Mediator service: <true|false>.
[cdrstats]
enabled = true # Starts the cdrstats service: <true|false>