From ff82e5d10357572614bc23154e47e70279cf3afd Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Fri, 29 Apr 2022 09:49:16 +0200 Subject: [PATCH] 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 --- 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 b0333c2e..43340914 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -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