[svn-commits] mjordan: trunk r333632 - /trunk/apps/app_voicemail.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Aug 29 12:14:30 CDT 2011
Author: mjordan
Date: Mon Aug 29 12:14:26 2011
New Revision: 333632
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=333632
Log:
Merged revisions 333631 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10
................
r333631 | mjordan | 2011-08-29 12:12:55 -0500 (Mon, 29 Aug 2011) | 9 lines
Merged revisions 333630 via svnmerge from
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
........
................
Modified:
trunk/apps/app_voicemail.c
Modified: trunk/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=333632&r1=333631&r2=333632
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Mon Aug 29 12:14:26 2011
@@ -10108,7 +10108,7 @@
}
#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 {
More information about the svn-commits
mailing list