diff options
author | Iordan Iordanov <iiordanov@gmail.com> | 2011-10-31 01:00:22 +0000 |
---|---|---|
committer | Iordan Iordanov <iiordanov@gmail.com> | 2011-10-31 01:00:22 +0000 |
commit | 62118b369bdc6db3c5d9d680e7f941ebe9235c27 (patch) | |
tree | ce9dc2b129c46cb4d89bbef165758755768f8ac2 /applications/luci-pbx/root/etc/pbx-asterisk | |
parent | 96f494f4bae187c700e9d9ad77f77b4085908e9a (diff) |
1) Made pbx-asterisk executable.
2) Removed a few unused templates.
3) Removed old firewall rule-creation routine from pbx-asterisk.
4) Updated text on main page.
Diffstat (limited to 'applications/luci-pbx/root/etc/pbx-asterisk')
-rw-r--r-- | applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_context_header.conf.TEMPLATE | 2 | ||||
-rw-r--r-- | applications/luci-pbx/root/etc/pbx-asterisk/firewall.home-pbx.TEMPLATE | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_context_header.conf.TEMPLATE b/applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_context_header.conf.TEMPLATE deleted file mode 100644 index a7f36cf910..0000000000 --- a/applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_context_header.conf.TEMPLATE +++ /dev/null @@ -1,2 +0,0 @@ - -[context-outgoing-|NAME|] 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 deleted file mode 100644 index 91e9f66d88..0000000000 --- a/applications/luci-pbx/root/etc/pbx-asterisk/firewall.home-pbx.TEMPLATE +++ /dev/null @@ -1,2 +0,0 @@ -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 |