TT#14850 kamailio.(lb|proxy).cfgt config option

* renamed from debug in order to avoid confusions with debug_level

Change-Id: Ie0992e94af369cde6cc5a0d80eee86f099af27a0
changes/11/12811/3
Victor Seva 9 years ago committed by Víctor Seva
parent 0a47606d52
commit 8c9c4b4a39

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

Loading…
Cancel
Save