MT#11027 Do not check autoprov port 1444 if PBX is not enabled

Change-Id: I9547a9e59b9a9ff03f2d53085287844bd69c2f32
(cherry picked from commit 6326164606)
mr4.0.1
Alexander Lutay 11 years ago
parent ef7bbe461f
commit 87e24d358b

@ -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 -%]

Loading…
Cancel
Save