diff --git a/bin/config_debug.pl b/bin/config_debug.pl index 2af6d65f..8230f49a 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -105,6 +105,7 @@ else $yaml->{kamailio}{lb}{use_dns_cache} = 'off'; $yaml->{kamailio}{proxy}{children} = 1; $yaml->{kamailio}{proxy}{cfgt} = 'yes'; + $yaml->{sems}{cfgt} = 'yes'; $yaml->{sems}{debug} = 'yes'; $yaml->{checktools}{sip_check_enable} = 0; $yaml->{security}->{ngcp_panel}->{scripts}->{restapi}->{sslverify} = 'no';