From: Mark Spencer Date: Sun, 11 May 2003 18:10:42 +0000 (+0000) Subject: Be sure to play "goodbye" when '#' is pressed X-Git-Tag: 0.5.0~503 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11ee28639de83dac09d4e315a53f2ebc62a148b0;p=thirdparty%2Fasterisk.git Be sure to play "goodbye" when '#' is pressed git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@993 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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)