diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 0969c80914504bfbf6fb14279677b43d581095bd..66df9496896146f5b234f538ad16abb2222702bc 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -7040,7 +7040,7 @@ static int vm_intro_it(struct ast_channel *chan, struct vm_state *vms)
 			ast_play_and_wait(chan, "vm-vecchi") ||
 			ast_play_and_wait(chan, "vm-messages");
 	}
-	return res ? -1 : 0;
+	return res;
 }
 
 /* POLISH syntax */