Remove an extra vertical space and fix the indenting for one line.
This commit is contained in:
parent
67d19535ee
commit
00873011cd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue