Reverting to cdrstats instead of cdr_stats for subsystems naming consistency

This commit is contained in:
DanB
2015-06-07 11:56:02 +02:00
parent 160e6f5421
commit 0046a1bedd
14 changed files with 23 additions and 23 deletions

View File

@@ -85,7 +85,7 @@
// "cdr_replication":[], // replicate the raw CDR to a number of servers
},
"cdr_stats": {
"cdrstats": {
"enabled": true, // starts the cdrstats service: <true|false>
// "queue_length": 50, // number of items in the stats buffer
// "time_window": "1h", // will only keep the CDRs who's call setup time is not older than time.Now()-TimeWindow

View File

@@ -85,7 +85,7 @@
// "cdr_replication":[], // replicate the raw CDR to a number of servers
},
"cdr_stats": {
"cdrstats": {
"enabled": true, // starts the cdrstats service: <true|false>
// "queue_length": 50, // number of items in the stats buffer
// "time_window": "1h", // will only keep the CDRs who's call setup time is not older than time.Now()-TimeWindow

View File

@@ -25,7 +25,7 @@
},
"cdr_stats": {
"cdrstats": {
"enabled": true, // starts the cdrstats service: <true|false>
},