[asterisk-commits] russell: branch 1.4 r118961 - /branches/1.4/apps/app_milliwatt.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 29 12:51:32 CDT 2008
Author: russell
Date: Thu May 29 12:51:29 2008
New Revision: 118961
URL: http://svn.digium.com/view/asterisk?view=rev&rev=118961
Log:
- Mark app_milliwatt dependent on res_indications (thanks to jsmith)
- fix a typo in a log message (thanks to qwell)
Modified:
branches/1.4/apps/app_milliwatt.c
Modified: branches/1.4/apps/app_milliwatt.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_milliwatt.c?view=diff&rev=118961&r1=118960&r2=118961
==============================================================================
--- branches/1.4/apps/app_milliwatt.c (original)
+++ branches/1.4/apps/app_milliwatt.c Thu May 29 12:51:29 2008
@@ -24,6 +24,10 @@
*
* \ingroup applications
*/
+
+/*** MODULEINFO
+ <depend>res_indications</depend>
+ ***/
#include "asterisk.h"
@@ -158,7 +162,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");
goto exit_app;
}
More information about the asterisk-commits
mailing list