From 00873011cdb4f44e2b97d5516b845a8f63caa8f4 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 1 Apr 2015 08:22:42 +0000 Subject: [PATCH] Remove an extra vertical space and fix the indenting for one line. --- resources/install/scripts/app/voicemail/index.lua | 5 ++++- .../app/voicemail/resources/functions/record_greeting.lua | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/install/scripts/app/voicemail/index.lua b/resources/install/scripts/app/voicemail/index.lua index 25a1321fe2..1ac266946a 100644 --- a/resources/install/scripts/app/voicemail/index.lua +++ b/resources/install/scripts/app/voicemail/index.lua @@ -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 diff --git a/resources/install/scripts/app/voicemail/resources/functions/record_greeting.lua b/resources/install/scripts/app/voicemail/resources/functions/record_greeting.lua index 43b9bdefdb..6f9730eeab 100644 --- a/resources/install/scripts/app/voicemail/resources/functions/record_greeting.lua +++ b/resources/install/scripts/app/voicemail/resources/functions/record_greeting.lua @@ -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