From: Matthew Jordan Date: Mon, 29 Aug 2011 17:11:15 +0000 (+0000) Subject: Fixed improperly formatted TestEvent AMI message in app_voicemail X-Git-Tag: 1.8.7.0-rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ad64998cbe7c9e600f7c5aafc9ae333841ddba;p=thirdparty%2Fasterisk.git Fixed improperly formatted TestEvent AMI message in app_voicemail git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@333630 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 64d81511c2..a0071042a9 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -10118,7 +10118,7 @@ static int vm_execmain(struct ast_channel *chan, const char *data) } #endif - ast_test_suite_event_notify("INTRO", "playing intro menu"); + ast_test_suite_event_notify("INTRO", "Message: playing intro menu"); if (play_auto) { cmd = '1'; } else {