aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_milliwatt.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-29 17:51:29 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-29 17:51:29 +0000
commit3d75fb91969b5d6b10efbde491983f581f40cca4 (patch)
treeeb406cdffa1603f8130e30656a2d495bb52ca674 /apps/app_milliwatt.c
parentba3fa54fe8c77a0fea3de51e248ab7c53d66da53 (diff)
- 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.4@118961 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 f3b218eef..64dc3857c 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$")
@@ -158,7 +162,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");
goto exit_app;
}