From 4aad3591e061ede18bde8c6f3484b5db68bf6dc9 Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Fri, 20 May 2022 16:20:46 +0300 Subject: [PATCH] Add default value for max_reconnect_interval option in config_defaults --- config/config_defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_defaults.go b/config/config_defaults.go index 6b1290548..d04a72f88 100644 --- a/config/config_defaults.go +++ b/config/config_defaults.go @@ -642,7 +642,7 @@ const CGRATES_CFG_JSON = ` "empty_balance_ann_file": "", // file to be played before disconnecting prepaid calls on empty balance (applies only if no context defined) "max_wait_connection": "2s", // maximum duration to wait for a connection to be retrieved from the pool "event_socket_conns":[ // instantiate connections to multiple FreeSWITCH servers - {"address": "127.0.0.1:8021", "password": "ClueCon", "reconnects": 5,"alias":""} + {"address": "127.0.0.1:8021", "password": "ClueCon", "reconnects": 5, "max_reconnect_interval": "" ,"alias":""} ], },