diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 54f7b030ac88656d7cb1ebaf7a24244011e8317e..b4bf6addf9ed95ac12fb444fd78d0e43cad67af4 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -3630,7 +3630,7 @@ static int inboxcount2(const char *mailbox, int *urgentmsgs, int *newmsgs, int *
 		mb = tmp;
 		while ((cur = strsep(&mb, ", "))) {
 			if (!ast_strlen_zero(cur)) {
-				if (inboxcount(cur, urgentmsgs ? &tmpurgent : NULL, newmsgs ? &tmpnew : NULL, oldmsgs ? &tmpold : NULL))
+				if (inboxcount2(cur, urgentmsgs ? &tmpurgent : NULL, newmsgs ? &tmpnew : NULL, oldmsgs ? &tmpold : NULL))
 					return -1;
 				else {
 					if (newmsgs)