aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_milliwatt.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-29 17:52:21 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-29 17:52:21 +0000
commit284d5d2175159f94e53a2f5b8b9feb3e5ede6a84 (patch)
tree459773e6815f52a5444d292a8a617d932fee4436 /apps/app_milliwatt.c
parent529c6c57ee36fe88a6d22e3d4eebcefe19c19f83 (diff)
Merged revisions 118962 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r118962 | russell | 2008-05-29 12:52:00 -0500 (Thu, 29 May 2008) | 11 lines 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) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@118963 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_milliwatt.c')
-rw-r--r--apps/app_milliwatt.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/app_milliwatt.c b/apps/app_milliwatt.c
index d6d2e56cc..940f3b9f7 100644
--- a/apps/app_milliwatt.c
+++ b/apps/app_milliwatt.c
@@ -25,6 +25,10 @@
* \ingroup applications
*/
+/*** MODULEINFO
+ <depend>res_indications</depend>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
@@ -142,7 +146,7 @@ static int milliwatt_exec(struct ast_channel *chan, void *data)
}
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;
}