aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_milliwatt.c
diff options
context:
space:
mode:
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;
}