From 8c9c4b4a391d3f20e1e3b9271cb1afae0d47796b Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Fri, 21 Apr 2017 15:33:31 +0200 Subject: [PATCH] TT#14850 kamailio.(lb|proxy).cfgt config option * renamed from debug in order to avoid confusions with debug_level Change-Id: Ie0992e94af369cde6cc5a0d80eee86f099af27a0 --- bin/config_debug.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/config_debug.pl b/bin/config_debug.pl index e7ed55a6..cd47ac7b 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -101,10 +101,10 @@ else { copy($file, $file.".orig") or die "Copy failed: $ERRNO" unless(-e $file.".orig"); $yaml = LoadFile($file) or die "File $file could not be read"; - $yaml->{kamailio}{lb}{debug} = 'yes'; + $yaml->{kamailio}{lb}{cfgt} = 'yes'; $yaml->{kamailio}{lb}{use_dns_cache} = 'off'; $yaml->{kamailio}{proxy}{children} = 1; - $yaml->{kamailio}{proxy}{debug} = 'yes'; + $yaml->{kamailio}{proxy}{cfgt} = 'yes'; $yaml->{sems}{debug} = 'yes'; $yaml->{checktools}{sip_check_enable} = 0; $yaml->{security}->{ngcp_panel}->{scripts}->{restapi}->{sslverify} = 'no';