- added beep.gsm
authorIordan Iordanov <iiordanov@gmail.com>
Sat, 9 Mar 2013 22:52:53 +0000 (22:52 +0000)
committerIordan Iordanov <iiordanov@gmail.com>
Sat, 9 Mar 2013 22:52:53 +0000 (22:52 +0000)
commita0183b2f75a772366336671a818707df3dc04e79
treea93c028a0b361fd1181a5c4b3ce9d3afbbae8d6d
parent7021120936575df16a3af6606399504d42e73531
- added beep.gsm

- now escaping special characters in pbx-asterisk

- changed location of voicemail temp stuff and log file

- changed pbx-send-voicemail to use base64 instead of uuencode

- added many missing dependencies

- now allowing ip addresses as well as hostnames for external host

- constrained # seconds to ring to positive integers

- specifying externrefresh in sip.conf template

- fixed voicemail (sending recordings, recording new greeting, instructions)

- Implemented callback
24 files changed:
applications/luci-pbx-voicemail/luasrc/model/cbi/pbx-voicemail.lua
applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-move-greeting [new file with mode: 0755]
applications/luci-pbx-voicemail/root/etc/pbx-voicemail/pbx-send-voicemail
applications/luci-pbx/luasrc/model/cbi/pbx-advanced.lua
applications/luci-pbx/luasrc/model/cbi/pbx-calls.lua
applications/luci-pbx/root/etc/init.d/pbx-asterisk
applications/luci-pbx/root/etc/pbx-asterisk/delayedcallback [new file with mode: 0755]
applications/luci-pbx/root/etc/pbx-asterisk/extensions.conf.TEMPLATE
applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback-check.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback-check_footer.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback-check_header.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback_gtalk.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback_header.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_callback_sip.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_default.conf.TEMPLATE
applications/luci-pbx/root/etc/pbx-asterisk/extensions_disa-nopin.conf.TEMPLATE [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/extensions_incoming_context_gtalk.conf.TEMPLATE
applications/luci-pbx/root/etc/pbx-asterisk/extensions_incoming_context_sip.conf.TEMPLATE
applications/luci-pbx/root/etc/pbx-asterisk/extensions_voicemail_enabled.conf.TEMPLATE
applications/luci-pbx/root/etc/pbx-asterisk/sip.conf.TEMPLATE
applications/luci-pbx/root/etc/pbx-asterisk/sounds/auth-incorrect.gsm [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/sounds/beep.gsm [new file with mode: 0644]
applications/luci-pbx/root/etc/pbx-asterisk/sounds/vm-goodbye.gsm [new file with mode: 0644]
contrib/package/luci/Makefile