This is the initial release of luci-pbx as submitted to the mailing list.
authorIordan Iordanov <iiordanov@gmail.com>
Fri, 28 Oct 2011 03:44:23 +0000 (03:44 +0000)
committerIordan Iordanov <iiordanov@gmail.com>
Fri, 28 Oct 2011 03:44:23 +0000 (03:44 +0000)
commit33caee55e4e3657511a49105a1a34a15fe994e0a
tree79dc376423e6296af061ea09bae98d02bef11868
parent84acc67709d4c60470e2727ff991170739d61537
This is the initial release of luci-pbx as submitted to the mailing list.
50 files changed:
applications/luci-pbx/COPYING [new file with mode: 0644]
applications/luci-pbx/Makefile [new file with mode: 0644]
applications/luci-pbx/luasrc/controller/pbx.lua [new file with mode: 0644]
applications/luci-pbx/luasrc/model/cbi/pbx-advanced.lua [new file with mode: 0644]
applications/luci-pbx/luasrc/model/cbi/pbx-calls.lua [new file with mode: 0644]
applications/luci-pbx/luasrc/model/cbi/pbx-google.lua [new file with mode: 0644]
applications/luci-pbx/luasrc/model/cbi/pbx-users.lua [new file with mode: 0644]
applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua [new file with mode: 0644]
applications/luci-pbx/luasrc/model/cbi/pbx.lua [new file with mode: 0644]
applications/luci-pbx/root/etc/config/pbx [new file with mode: 0644]
applications/luci-pbx/root/etc/config/pbx-advanced [new file with mode: 0644]
applications/luci-pbx/root/etc/config/pbx-calls [new file with mode: 0644]
applications/luci-pbx/root/etc/config/pbx-google [new file with mode: 0644]
applications/luci-pbx/root/etc/config/pbx-users [new file with mode: 0644]
applications/luci-pbx/root/etc/config/pbx-voip [new file with mode: 0644]
applications/luci-pbx/root/etc/init.d/pbx-asterisk [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/asterisk.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_blacklist.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_blacklist_footer.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_blacklist_header.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa-check.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa-check_footer.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa-check_header.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa_header.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk_header.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_incoming_context_sip.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_context_header.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_dial_local_user.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_gtalk.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_gtalk.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_pattern_sip.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_outgoing_sip.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_user_context_footer.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_user_context_header.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/firewall.home-pbx.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/gtalk.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/indications.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/jabber.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/jabber_users.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/logger.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/manager.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/modules.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/rtp.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/sip_peer.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/sip_registration.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/sip_user.TEMPLATE [new file with mode: 0644]