Add connection between cdrs and stats in config from test call

This commit is contained in:
TeoV
2018-03-22 04:05:50 -04:00
committed by Dan Christian Bogos
parent 1c57cb90bf
commit 71eef4f2f4
4 changed files with 67 additions and 17 deletions

View File

@@ -43,6 +43,12 @@
"cdrs": {
"enabled": true,
"sessions_conns": [
{"address": "127.0.0.1:2012", "transport": "*json"}
],
"stats_conns": [
{"address": "127.0.0.1:2012", "transport": "*json"}
],
},