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: https://origsvn.digium.com/svn/asterisk/trunk@118962
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
* \ingroup applications
*/
+/*** MODULEINFO
+ <depend>res_indications</depend>
+ ***/
+
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
}
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;
}