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

Change-Id: I9547a9e59b9a9ff03f2d53085287844bd69c2f32
changes/76/2176/2
Alexander Lutay 11 years ago
parent f45eb506ab
commit 6326164606

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