diff options
Diffstat (limited to 'applications/luci-pbx/root/etc/pbx-asterisk/firewall.home-pbx.TEMPLATE')
-rw-r--r-- | applications/luci-pbx/root/etc/pbx-asterisk/firewall.home-pbx.TEMPLATE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-pbx/root/etc/pbx-asterisk/firewall.home-pbx.TEMPLATE b/applications/luci-pbx/root/etc/pbx-asterisk/firewall.home-pbx.TEMPLATE new file mode 100644 index 0000000000..91e9f66d88 --- /dev/null +++ b/applications/luci-pbx/root/etc/pbx-asterisk/firewall.home-pbx.TEMPLATE @@ -0,0 +1,2 @@ +iptables -I INPUT 3 -p udp -s 0/0 -d 0/0 --dport |SIPPORT| -j ACCEPT +iptables -I INPUT 3 -p udp -s 0/0 -d 0/0 --dport |RTPRANGE| -j ACCEPT |