From 31aa1719c38da72713d75b9d031ac919bb1c4049 Mon Sep 17 00:00:00 2001 From: Marco Capetta Date: Mon, 6 May 2019 16:53:42 +0200 Subject: [PATCH] TT#58569 Adjest witnessd configuration during tets setup Change-Id: Idce59930cd5cd73a0ccbad81d6eeadc3f3eb7298 --- bin/config_debug.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config_debug.pl b/bin/config_debug.pl index c84a8d13..f62860ef 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -107,7 +107,7 @@ else $yaml->{kamailio}{proxy}{cfgt} = 'yes'; $yaml->{sems}{cfgt} = 'yes'; $yaml->{sems}{debug} = 'yes'; - $yaml->{witnessd}{gather}{sip_responsiveness} = 0; + $yaml->{witnessd}{gather}{sip_responsiveness} = 'no'; $yaml->{security}->{ngcp_panel}->{scripts}->{restapi}->{sslverify} = 'no'; $yaml->{mediator}{interval} = '1';