diff options
author | Iordan Iordanov <iiordanov@gmail.com> | 2011-10-28 03:44:23 +0000 |
---|---|---|
committer | Iordan Iordanov <iiordanov@gmail.com> | 2011-10-28 03:44:23 +0000 |
commit | 33caee55e4e3657511a49105a1a34a15fe994e0a (patch) | |
tree | 79dc376423e6296af061ea09bae98d02bef11868 /applications/luci-pbx/root/etc/pbx-asterisk/firewall.home-pbx.TEMPLATE | |
parent | 84acc67709d4c60470e2727ff991170739d61537 (diff) |
This is the initial release of luci-pbx as submitted to the mailing list.
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 |