From a0183b2f75a772366336671a818707df3dc04e79 Mon Sep 17 00:00:00 2001 From: Iordan Iordanov Date: Sat, 9 Mar 2013 22:52:53 +0000 Subject: - 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 --- .../root/etc/pbx-asterisk/sounds/auth-incorrect.gsm | Bin 0 -> 7458 bytes .../luci-pbx/root/etc/pbx-asterisk/sounds/beep.gsm | Bin 0 -> 726 bytes .../luci-pbx/root/etc/pbx-asterisk/sounds/vm-goodbye.gsm | Bin 0 -> 1683 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 applications/luci-pbx/root/etc/pbx-asterisk/sounds/auth-incorrect.gsm create mode 100644 applications/luci-pbx/root/etc/pbx-asterisk/sounds/beep.gsm create mode 100644 applications/luci-pbx/root/etc/pbx-asterisk/sounds/vm-goodbye.gsm (limited to 'applications/luci-pbx/root/etc/pbx-asterisk/sounds') diff --git a/applications/luci-pbx/root/etc/pbx-asterisk/sounds/auth-incorrect.gsm b/applications/luci-pbx/root/etc/pbx-asterisk/sounds/auth-incorrect.gsm new file mode 100644 index 0000000000..12fec25d56 Binary files /dev/null and b/applications/luci-pbx/root/etc/pbx-asterisk/sounds/auth-incorrect.gsm differ diff --git a/applications/luci-pbx/root/etc/pbx-asterisk/sounds/beep.gsm b/applications/luci-pbx/root/etc/pbx-asterisk/sounds/beep.gsm new file mode 100644 index 0000000000..d38eda9cc5 Binary files /dev/null and b/applications/luci-pbx/root/etc/pbx-asterisk/sounds/beep.gsm differ diff --git a/applications/luci-pbx/root/etc/pbx-asterisk/sounds/vm-goodbye.gsm b/applications/luci-pbx/root/etc/pbx-asterisk/sounds/vm-goodbye.gsm new file mode 100644 index 0000000000..735b281c8e Binary files /dev/null and b/applications/luci-pbx/root/etc/pbx-asterisk/sounds/vm-goodbye.gsm differ -- cgit v1.2.3