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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user