mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 23:39:35 +00:00
issue #5829
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7187 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-11-22 Josh Roberson <josh@asteriasgi.com>
|
||||
|
||||
* apps/app_voicemail.c: Remove "yay!" message. (issue #5829)
|
||||
|
||||
2005-11-21 Kevin P. Fleming <kpfleming@digium.com>
|
||||
|
||||
* apps/app_cut.c: remove unnecessary include that causes spurious rebuilding
|
||||
|
||||
@@ -3806,7 +3806,6 @@ static int play_message(struct ast_channel *chan, struct ast_vm_user *vmu, struc
|
||||
if (!res) {
|
||||
make_file(vms->fn, sizeof(vms->fn), vms->curdir, vms->curmsg);
|
||||
vms->heard[vms->curmsg] = 1;
|
||||
printf("yay!\n");
|
||||
res = wait_file(chan, vms, vms->fn);
|
||||
}
|
||||
DISPOSE(vms->curdir, vms->curmsg);
|
||||
|
||||
Reference in New Issue
Block a user