From 62118b369bdc6db3c5d9d680e7f941ebe9235c27 Mon Sep 17 00:00:00 2001 From: Iordan Iordanov Date: Mon, 31 Oct 2011 01:00:22 +0000 Subject: 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. --- .../etc/pbx-asterisk/extensions_outgoing_context_header.conf.TEMPLATE | 2 -- applications/luci-pbx/root/etc/pbx-asterisk/firewall.home-pbx.TEMPLATE | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_context_header.conf.TEMPLATE delete mode 100644 applications/luci-pbx/root/etc/pbx-asterisk/firewall.home-pbx.TEMPLATE (limited to 'applications/luci-pbx/root/etc/pbx-asterisk') 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 -- cgit v1.2.3