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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
if (debug["info"]) then
freeswitch.consoleLog("notice", "[voicemail][deleted] message: " .. uuid .. "\n");
end
message_number = message_number + 1;
end