| .. |
|
advanced.lua
|
Move the includes/install to resources/install
|
2013-06-09 02:42:36 +00:00 |
|
change_password.lua
|
Move the includes/install to resources/install
|
2013-06-09 02:42:36 +00:00 |
|
check_password.lua
|
Move the includes/install to resources/install
|
2013-06-09 02:42:36 +00:00 |
|
choose_greeting.lua
|
Move the includes/install to resources/install
|
2013-06-09 02:42:36 +00:00 |
|
delete_recording.lua
|
Move the includes/install to resources/install
|
2013-06-09 02:42:36 +00:00 |
|
forward_to_extension.lua
|
Fix the forward to extension option 8 in voicemail.
|
2013-10-29 20:54:54 +00:00 |
|
get_voicemail_id.lua
|
Move the includes/install to resources/install
|
2013-06-09 02:42:36 +00:00 |
|
listen_to_recording.lua
|
If vm_message_ext is "mp3" then check to see if mod_vlc is running and if it is then use vlc:// as the prefix for streaming the file.
|
2014-03-20 16:42:04 +00:00 |
|
macro.lua
|
Comment out uuid_display. It caused the call to switch codecs, interrupt the audio and added a dtmf delay to voicemail after pressing 1 for new messages or 2 for old messages. Also added a lua copy function.
|
2013-08-13 06:09:45 +00:00 |
|
main_menu.lua
|
Move the includes/install to resources/install
|
2013-06-09 02:42:36 +00:00 |
|
menu_messages.lua
|
Re-enabled uuid_display found the real problem to the dtmf detection lag was caused by uuid_display with an incorrect rtp packet size (aka ptime) set wrong on the SPA504g. It was set to 0.030 but needs to be set to 0.020.
|
2013-08-20 23:54:46 +00:00 |
|
message_saved.lua
|
Move the includes/install to resources/install
|
2013-06-09 02:42:36 +00:00 |
|
message_waiting.lua
|
Add MWI-Voice-Message to show the message count.
|
2014-02-09 09:43:47 +00:00 |
|
on_dtmf.lua
|
Voicemail message playback press 4 for rewind and 6 for fast forward.
|
2013-07-10 22:59:17 +00:00 |
|
play_greeting.lua
|
Add the voicemail_greeting_number variable to set the greeting_id. Adjust skip_instructions so that it used.
|
2013-10-04 00:05:24 +00:00 |
|
record_greeting.lua
|
Move the includes/install to resources/install
|
2013-06-09 02:42:36 +00:00 |
|
record_menu.lua
|
Move the includes/install to resources/install
|
2013-06-09 02:42:36 +00:00 |
|
record_message.lua
|
Use lame to convert voicemail wav to mp3 files.
|
2014-03-20 08:47:36 +00:00 |
|
record_name.lua
|
Move the includes/install to resources/install
|
2013-06-09 02:42:36 +00:00 |
|
return_call.lua
|
Move the includes/install to resources/install
|
2013-06-09 02:42:36 +00:00 |
|
send_email.lua
|
Add a missing forward slash on the email subject when sending the email
|
2014-04-13 06:14:17 +00:00 |