]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fixed improperly formatted TestEvent AMI message in app_voicemail
authorMatthew Jordan <mjordan@digium.com>
Mon, 29 Aug 2011 17:11:15 +0000 (17:11 +0000)
committerMatthew Jordan <mjordan@digium.com>
Mon, 29 Aug 2011 17:11:15 +0000 (17:11 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@333630 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 64d81511c266fdc942a41076c7927cfba92555f5..a0071042a92a748dd166984c5ebf4c44cb92900a 100644 (file)
@@ -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 {