Fix a bug that hangs the call on vm login if there is a deleted message to remove.

This commit is contained in:
simplecoder732
2025-02-14 11:01:28 -05:00
committed by GitHub
parent 0b455d5179
commit 2c496eaa66
@@ -79,6 +79,7 @@
if (debug["info"]) then
freeswitch.consoleLog("notice", "[voicemail][deleted] message: " .. uuid .. "\n");
end
message_number = message_number + 1;
end