mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add default value for asterisk conn's max_reconnect_interval option in config_defaults
This commit is contained in:
committed by
Dan Christian Bogos
parent
0389a6df30
commit
1745c366c5
@@ -626,7 +626,7 @@ const CGRATES_CFG_JSON = `
|
||||
"sessions_conns": ["*birpc_internal"],
|
||||
"create_cdr": false, // create CDR out of events and sends it to CDRS component
|
||||
"asterisk_conns":[ // instantiate connections to multiple Asterisk servers
|
||||
{"address": "127.0.0.1:8088", "user": "cgrates", "password": "CGRateS.org", "connect_attempts": 3,"reconnects": 5}
|
||||
{"address": "127.0.0.1:8088", "user": "cgrates", "password": "CGRateS.org", "connect_attempts": 3, "reconnects": 5, "max_reconnect_interval": ""}
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user