mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
- 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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user