Remove an extra vertical space and fix the indenting for one line.
This commit is contained in:
parent
779d0e5920
commit
860d71b3a4
|
|
@ -328,7 +328,10 @@
|
||||||
destinations[x] = row;
|
destinations[x] = row;
|
||||||
x = x + 1;
|
x = x + 1;
|
||||||
end));
|
end));
|
||||||
freeswitch.consoleLog("notice", "[voicemail] ".. storage_type .. "\n");
|
|
||||||
|
--show the storage type
|
||||||
|
freeswitch.consoleLog("notice", "[voicemail] ".. storage_type .. "\n");
|
||||||
|
|
||||||
--loop through the voicemail destinations
|
--loop through the voicemail destinations
|
||||||
for key,row in pairs(destinations) do
|
for key,row in pairs(destinations) do
|
||||||
--get a new uuid
|
--get a new uuid
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,6 @@
|
||||||
macro(session, "record_greeting", 1, 100, '');
|
macro(session, "record_greeting", 1, 100, '');
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
--store the voicemail greeting
|
--store the voicemail greeting
|
||||||
if (storage_type == "base64") then
|
if (storage_type == "base64") then
|
||||||
--prepare to record the greeting
|
--prepare to record the greeting
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue