Voicemail Greetings: Better base64 support in gui (playback, download, etc) and lua scripts, some lua mods to allow re-recording without having to enter greeting # again, fixed choose greeting function, new greeting recordings now only save when told to (uses a temp file prior to), fix sorting on greetings list, app_defaults to move greetings from file system to base64 in db (and vice versa).

Recordings: Fix sorting and paging.

IVRs: Code cleanup.

(... and some other stuff I can't remember at this hour.)
This commit is contained in:
Nate Jones
2015-04-25 12:26:31 +00:00
parent aa51218465
commit 33248f605f
17 changed files with 876 additions and 749 deletions
+1 -1
View File
@@ -154,7 +154,7 @@
--delete the previous recording
sql = "delete from v_recordings ";
sql = sql .. "where domain_uuid = '".. domain_uuid .. "' ";
sql = sql .. "and recording_name = '".. recording_name .."'";
sql = sql .. "and recording_filename = '".. recording_name .."'";
dbh:query(sql);
--get a new uuid