]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 333630 via svnmerge from
authorMatthew Jordan <mjordan@digium.com>
Mon, 29 Aug 2011 17:12:55 +0000 (17:12 +0000)
committerMatthew Jordan <mjordan@digium.com>
Mon, 29 Aug 2011 17:12:55 +0000 (17:12 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r333630 | mjordan | 2011-08-29 12:11:15 -0500 (Mon, 29 Aug 2011) | 1 line

  Fixed improperly formatted TestEvent AMI message in app_voicemail
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@333631 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index 236fc0ac76a30f8e31b5b2e861a349d9992d13b4..eec7d7f71f1025bb47a71e6050920b7a0eb4a76f 100644 (file)
@@ -10108,7 +10108,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 {