mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Remove an extra vertical space and fix the indenting for one line.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user