From 2c496eaa6699fb5e105488e5ac8e4f978fbdd476 Mon Sep 17 00:00:00 2001 From: simplecoder732 <128755293+eliweaver732@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:01:28 -0500 Subject: [PATCH] Fix a bug that hangs the call on vm login if there is a deleted message to remove. --- .../voicemail/resources/functions/remove_deleted_messages.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/app/switch/resources/scripts/app/voicemail/resources/functions/remove_deleted_messages.lua b/app/switch/resources/scripts/app/voicemail/resources/functions/remove_deleted_messages.lua index 1e8a94bc27..20ba9629c5 100644 --- a/app/switch/resources/scripts/app/voicemail/resources/functions/remove_deleted_messages.lua +++ b/app/switch/resources/scripts/app/voicemail/resources/functions/remove_deleted_messages.lua @@ -79,6 +79,7 @@ if (debug["info"]) then freeswitch.consoleLog("notice", "[voicemail][deleted] message: " .. uuid .. "\n"); end + message_number = message_number + 1; end