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';