Aliases old implementation compatibility, local tests modified

This commit is contained in:
DanB
2015-09-14 13:22:50 +02:00
parent 3bd40c6dbe
commit a86fcad2ff
4 changed files with 94 additions and 72 deletions

View File

@@ -12,6 +12,7 @@
"rater": {
"enabled": true, // enable Rater service: <true|false>
"aliases": "internal"
},
"scheduler": {
@@ -23,6 +24,10 @@
"rater": "internal", // address where to reach the Rater for cost calculation, empty to disable functionality: <""|internal|x.y.z.y:1234>
},
"aliases": {
"enabled": true, // start the CDR Server service: <true|false>
},
"cdre": {
"*default": {
"export_dir": "/tmp/cgrates/cdr/cdrexport/csv", // path where the exported CDRs will be placed