From 8c7aeb1863f4c38ef6fe5a8b9d71dfd58e8a38a5 Mon Sep 17 00:00:00 2001 From: Manuel Montecelo Date: Mon, 21 Sep 2020 11:08:57 +0200 Subject: [PATCH] TT#78300 sems-pbx.service functionality is now sems-b2b.service Code has been merged and now sems-b2b.service takes over the previous duties of sems-pbx.service. Change-Id: Ie03ce5ebe88e96d3ea7497b8bfbfb9798ca65adb (cherry picked from commit 743e0d0edb43abc73e8aeddcf0cb858b339c2438) --- templates/510_init-daemons-ngcp.yaml.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/510_init-daemons-ngcp.yaml.tt2 b/templates/510_init-daemons-ngcp.yaml.tt2 index 35be17d..d21138f 100644 --- a/templates/510_init-daemons-ngcp.yaml.tt2 +++ b/templates/510_init-daemons-ngcp.yaml.tt2 @@ -91,9 +91,9 @@ service: enabled: [% is_mgmt && ldap.enable == "yes" ? 'true' : 'false' %] running: [% is_mgmt && ldap.enable == "yes" ? 'true' : 'false' %] - sems-pbx.service: + sems-b2b.service: enabled: false - running: {{if and [% is_proxy && pbx.enable == "yes" ? 1 : 0 %] .Vars.NODE_ACTIVE}} true {{else}} false {{end}} + running: {{if and [% is_proxy && (pbx.enable == "yes" || b2b.enable == "yes") ? 1 : 0 %] .Vars.NODE_ACTIVE}} true {{else}} false {{end}} ngcp-voisniff.service: enabled: false