Add rals_conns to cdrs section

RALs connection missing when making postpaid calls from given tutorial.
This commit is contained in:
EugeneB
2020-01-03 14:51:39 +02:00
committed by GitHub
parent fc97b081cb
commit 8ffdea959c

View File

@@ -37,6 +37,7 @@
"cdrs": {
"enabled": true,
"stats_conns": ["*localhost"],
"rals_conns": ["*localhost"],
"sessions_cost_retries": 5,
},