Remove an extra vertical space and fix the indenting for one line.

This commit is contained in:
Mark Crane
2015-04-01 08:22:42 +00:00
parent 779d0e5920
commit 860d71b3a4
2 changed files with 4 additions and 2 deletions

View File

@@ -328,7 +328,10 @@
destinations[x] = row;
x = x + 1;
end));
freeswitch.consoleLog("notice", "[voicemail] ".. storage_type .. "\n");
--show the storage type
freeswitch.consoleLog("notice", "[voicemail] ".. storage_type .. "\n");
--loop through the voicemail destinations
for key,row in pairs(destinations) do
--get a new uuid

View File

@@ -52,7 +52,6 @@
macro(session, "record_greeting", 1, 100, '');
end
--store the voicemail greeting
if (storage_type == "base64") then
--prepare to record the greeting