MT#11069 Backport Prosody ports from f2b1bba8 + 1bbfb40e templates.git

Change-Id: I6104fc8a1df427012084b1e68ee88394f94a975b
(cherry picked from commit f5a8608575)
mr3.7.2
Alexander Lutay 12 years ago
parent b7ab70e768
commit 92c6e4909b

@ -19,6 +19,16 @@
PROCESS '/usr/lib/ngcp-ngcpcfg/has_role';
is_rtp = out
-%]
[% argv.host=hostname; argv.type='sip_ext';
PROCESS '/usr/lib/ngcp-ngcpcfg/get_all_shared_ips_for_host';
sip_ext_ips = out
-%]
[% IF !sip_ext_ips.size -%]
[% argv.host=hostname; argv.type='sip_ext';
PROCESS '/usr/lib/ngcp-ngcpcfg/get_all_ips_for_host';
sip_ext_ips = out;
-%]
[% END -%]
disk-free:
/:
max-used : 80%
@ -110,8 +120,9 @@ open-ports:
[% END -%]
[% IF is_proxy -%]
5062: kamailio
5222: prosody
5269: prosody
5280: prosody
5281: prosody
5582: prosody
8090: ngcp-sems
4569/udp: asterisk
5040/udp: ngcp-sems
@ -140,6 +151,11 @@ open-ports:
3306: mysql
[% IF is_rtp || is_proxy || is_db -%]
6379: redis-server
[% END -%]
[% IF is_proxy -%]
[% sip_ext_ips.0 -%]:
5222: prosody
5269: prosody
[% END -%]
deb.sipwise.com:
80: http

Loading…
Cancel
Save