Fix a bug that hangs the call on vm login if there is a deleted message to remove.
This commit is contained in:
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue