[asterisk-commits] russell: trunk r118962 - in /trunk: ./ apps/app_milliwatt.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 29 12:52:03 CDT 2008


Author: russell
Date: Thu May 29 12:52:00 2008
New Revision: 118962

URL: http://svn.digium.com/view/asterisk?view=rev&rev=118962
Log:
Merged revisions 118961 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r118961 | russell | 2008-05-29 12:51:29 -0500 (Thu, 29 May 2008) | 3 lines

 - Mark app_milliwatt dependent on res_indications (thanks to jsmith)
 - fix a typo in a log message (thanks to qwell)

........

Modified:
    trunk/   (props changed)
    trunk/apps/app_milliwatt.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_milliwatt.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_milliwatt.c?view=diff&rev=118962&r1=118961&r2=118962
==============================================================================
--- trunk/apps/app_milliwatt.c (original)
+++ trunk/apps/app_milliwatt.c Thu May 29 12:52:00 2008
@@ -24,6 +24,10 @@
  * 
  * \ingroup applications
  */
+
+/*** MODULEINFO
+	<depend>res_indications</depend>
+ ***/
 
 #include "asterisk.h"
 
@@ -142,7 +146,7 @@
 	}
 
 	if (!(wait_app = pbx_findapp("Wait"))) {
-		ast_log(LOG_ERROR, "The Playtones application is required to run Milliwatt()\n");
+		ast_log(LOG_ERROR, "The Wait application is required to run Milliwatt()\n");
 		return -1;
 	}
 




More information about the asterisk-commits mailing list