Add default value for kamconn's max_reconnect_interval option in config_defaults

This commit is contained in:
ionutboangiu
2022-05-20 17:33:53 +03:00
committed by Dan Christian Bogos
parent b45f5d3752
commit 4becda2d2a

View File

@@ -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": ""}
],
},