1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Open PBX ports on WAN when pbx_enabled is true

This commit is contained in:
Anish Mangal 2019-02-10 15:19:35 +00:00
parent 28096c859d
commit 1cf55bdb70
3 changed files with 16 additions and 0 deletions

View file

@ -301,6 +301,9 @@ nextcloud_enabled: False
pbx_install: False
pbx_enabled: False
asterisk_chan_dongle: False
pbx_signaling_ports_chan_sip: "5160:5161"
pbx_signaling_ports_chan_pjsip: "5060"
pbx_data_ports: "10000:20000"
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
wordpress_install: False