NethServer / dev

NethServer issue tracker
https://github.com/NethServer/dev/issues
63 stars 20 forks source link

nethserver-freepbx: allow to open SIPS from NethServer web GUI #5232

Closed Stell0 closed 7 years ago

Stell0 commented 7 years ago

From NethServer web interface is now possible to open Asterisk default WebRTC ports and IAX default ports. Is often needed to also open SIP Secure port (TCP 5061 and 10000-20000 UDP)

At the moment opening those ports require creating a new configuration in config db

Components

nethserver-freepbx-0.0.1

gsanchietti commented 7 years ago

In nethserver-testing:

Test case

This enhancement will be released with #5074 .

jobezic commented 7 years ago

Ok, enabling the new options the related ports are open inside the firewall.

+ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            multiport dports 4569,5036 /* Enable IAX from red interfaces */
+ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:8089 /* Enable WebRTC from red interfaces */