mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Be sure to play "goodbye" when '#' is pressed
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@993 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2103,7 +2103,7 @@ static int vm_execmain(struct ast_channel *chan, void *data)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
out:
|
out:
|
||||||
if ((res > -1) && (cmd != '#')) {
|
if (res > -1) {
|
||||||
ast_stopstream(chan);
|
ast_stopstream(chan);
|
||||||
adsi_goodbye(chan);
|
adsi_goodbye(chan);
|
||||||
if (useadsi)
|
if (useadsi)
|
||||||
|
Reference in New Issue
Block a user