TT#169602 Update 'config_debug.pl' parts related to 'sems' config.yml

Due to a deprecation of the 'sems' config.yml block of settings,
we have to update the 'config_debug.pl' and let it handle configurations
using the remaining 'b2b' section.

Change-Id: Id7d114b85906ce4aae22e11a57a3a281d35c63ea
mr10.5.1
Donat Zenichev 4 years ago
parent 2759377a6d
commit ff82e5d103

@ -88,7 +88,7 @@ sub change_config
print "enable cfgt\n";
$yaml->{kamailio}{lb}{cfgt} = 'yes';
$yaml->{kamailio}{proxy}{cfgt} = 'yes';
$yaml->{sems}{cfgt} = 'yes';
$yaml->{b2b}{cfgt} = 'yes';
}
$yaml->{kct} = { enable => 'yes' };
$yaml->{kamailio}{lb}{dns}{use_dns_cache} = 'off';
@ -96,7 +96,7 @@ sub change_config
$yaml->{kamailio}{lb}{extra_sockets}->{other} = "$es_other->{transport}:$es_other->{ip}:$es_other->{port}";;
$yaml->{kamailio}{proxy}{children} = $children if($children > 0);
$yaml->{kamailio}{proxy}{permissions_reload_delta} = 0;
$yaml->{sems}{debug} = 'yes';
$yaml->{b2b}{debug} = 'yes';
$yaml->{witnessd}{gather}{sip_responsiveness} = 'no';
$yaml->{security}->{ngcp_panel}->{scripts}->{restapi}->{sslverify} = 'no';
$yaml->{mediator}{interval} = '1'; # Necessary to speedup the creation of the CDRs

Loading…
Cancel
Save