From 87e24d358b6311efdccd04ee55e0f1a528f08d46 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Thu, 16 Jul 2015 11:22:35 +0200 Subject: [PATCH] MT#11027 Do not check autoprov port 1444 if PBX is not enabled Change-Id: I9547a9e59b9a9ff03f2d53085287844bd69c2f32 (cherry picked from commit 63261646068ada32d5dde7212fb946a098b95295) --- etc/test-server_pro.yaml.tt2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/test-server_pro.yaml.tt2 b/etc/test-server_pro.yaml.tt2 index d4d2622..d6145f3 100644 --- a/etc/test-server_pro.yaml.tt2 +++ b/etc/test-server_pro.yaml.tt2 @@ -104,7 +104,10 @@ open-ports: 80: http 443: https$ 1443: https +[% IF pbx.enable == 'yes' -%] 1444: https + 1445: http +[% END -%] [% IF ossbss.frontend != 'no' -%] 2443: https [% END -%]