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