mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add default value for kamconn's max_reconnect_interval option in config_defaults
This commit is contained in:
committed by
Dan Christian Bogos
parent
b45f5d3752
commit
4becda2d2a
@@ -653,7 +653,7 @@ const CGRATES_CFG_JSON = `
|
||||
"create_cdr": false, // create CDR out of events and sends them to CDRS component
|
||||
"timezone": "", // timezone of the Kamailio server
|
||||
"evapi_conns":[ // instantiate connections to multiple Kamailio servers
|
||||
{"address": "127.0.0.1:8448", "reconnects": 5}
|
||||
{"address": "127.0.0.1:8448", "reconnects": 5, "max_reconnect_interval": ""}
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user