diff --git a/apps/app_voicemail2.c b/apps/app_voicemail2.c index 9ee29dfcca..3e45375df9 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)