From 3644d2d288561b26bade118e852235151959189c Mon Sep 17 00:00:00 2001 From: DanB Date: Thu, 24 Nov 2016 15:45:38 +0100 Subject: [PATCH] Remove reconnects from opensips config_defaults, fixes #589 --- config/config_defaults.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config_defaults.go b/config/config_defaults.go index 79c648c14..d3462a1b3 100644 --- a/config/config_defaults.go +++ b/config/config_defaults.go @@ -360,7 +360,6 @@ const CGRATES_CFG_JSON = ` "cdrs_conns": [ {"address": "*internal"} // address where to reach CDR Server, empty to disable CDR capturing <*internal|x.y.z.y:1234> ], - "reconnects": 5, // number of reconnects if connection is lost "create_cdr": false, // create CDR out of events and sends it to CDRS component "debit_interval": "10s", // interval to perform debits on. "min_call_duration": "0s", // only authorize calls with allowed duration higher than this