From: Russell Bryant Date: Thu, 29 May 2008 17:51:29 +0000 (+0000) Subject: - Mark app_milliwatt dependent on res_indications (thanks to jsmith) X-Git-Tag: 1.4.21-rc1~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecc4690b4bed49050e31be4b9648419688917d1c;p=thirdparty%2Fasterisk.git - Mark app_milliwatt dependent on res_indications (thanks to jsmith) - fix a typo in a log message (thanks to qwell) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@118961 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_milliwatt.c b/apps/app_milliwatt.c index f3b218eef1..64dc3857c2 100644 --- a/apps/app_milliwatt.c +++ b/apps/app_milliwatt.c @@ -25,6 +25,10 @@ * \ingroup applications */ +/*** MODULEINFO + res_indications + ***/ + #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; }