projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f16af5
)
Be sure to play "goodbye" when '#' is pressed
author
Mark Spencer
<markster@digium.com>
Sun, 11 May 2003 18:10:42 +0000
(18:10 +0000)
committer
Mark Spencer
<markster@digium.com>
Sun, 11 May 2003 18:10:42 +0000
(18:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@993
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail2.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail2.c
b/apps/app_voicemail2.c
index
9ee29df
..
3e45375
100755
(executable)
--- 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)