]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
issue #5829
authorJosh Roberson <josh@asteriasgi.com>
Wed, 23 Nov 2005 04:46:12 +0000 (04:46 +0000)
committerJosh Roberson <josh@asteriasgi.com>
Wed, 23 Nov 2005 04:46:12 +0000 (04:46 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7187 65c4cc65-6c06-0410-ace0-fbb531ad65f3

ChangeLog
apps/app_voicemail.c

index cb5c5c9b875148d8c8e60f0cb6bb1acb6d25ce03..5c1ac710a3037e267f567d7ae4f10de607cb7319 100755 (executable)
--- 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
index e9d13dfa625b51af92826598b598ef34e779148f..2f9c515c84356f15e444e6298b81913ebe4dd632 100755 (executable)
@@ -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);