mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
ips: integrate CDRs into RADIUS IPAM integration test
This commit is contained in:
committed by
Dan Christian Bogos
parent
f68b6e8f79
commit
c3c5b617d2
@@ -303,6 +303,7 @@
|
||||
],
|
||||
"flags": [
|
||||
"*terminate",
|
||||
"*cdrs",
|
||||
"*ips"
|
||||
],
|
||||
"request_fields": [
|
||||
|
||||
@@ -3,12 +3,18 @@
|
||||
"enabled": true,
|
||||
"ips_conns": [
|
||||
"*localhost"
|
||||
],
|
||||
"cdrs_conns": [
|
||||
"*localhost"
|
||||
]
|
||||
},
|
||||
"ips": {
|
||||
"enabled": true,
|
||||
"store_interval": "-1"
|
||||
},
|
||||
"cdrs": {
|
||||
"enabled": true
|
||||
},
|
||||
"radius_agent": {
|
||||
"enabled": true,
|
||||
"sessions_conns": [
|
||||
|
||||
Reference in New Issue
Block a user