aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-23 04:46:12 +0000
committertwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-23 04:46:12 +0000
commitb6ad9ac7c998cf29dfc2fbf2a1dc913431b8a0da (patch)
treea922bbbbace5dfa03a1adc5389c60221892d195e
parentf58f39b8645dcc65c117527814626307583498ae (diff)
issue #5829
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7187 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xChangeLog4
-rwxr-xr-xapps/app_voicemail.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cb5c5c9b8..5c1ac710a 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index e9d13dfa6..2f9c515c8 100755
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -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);