diff --git a/apps/app_voicemail2.c b/apps/app_voicemail2.c
index 9ee29dfccaf751a5ba92e8b2a88e3f980e85ffe5..3e45375df9734271d164a1a0a40384e5b4d3ad85 100755
--- a/apps/app_voicemail2.c
+++ b/apps/app_voicemail2.c
@@ -2103,7 +2103,7 @@ static int vm_execmain(struct ast_channel *chan, void *data)
 		}
 	}
 out:
-	if ((res > -1) && (cmd != '#')) {
+	if (res > -1) {
 		ast_stopstream(chan);
 		adsi_goodbye(chan);
 		if (useadsi)