mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
When optional_api is non-optional, force dependent modules to be loaded.
(closes issue #17707) Reported by: ira Patches: 20100819__issue17707__asterisk1.8.diff.txt uploaded by tilghman (license 14) Tested by: tilghman Review: https://reviewboard.asterisk.org/r/876/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@284610 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
*/
|
||||
|
||||
/*** MODULEINFO
|
||||
<depend>res_monitor</depend>
|
||||
<use>res_monitor</use>
|
||||
***/
|
||||
|
||||
#include "asterisk.h"
|
||||
@@ -8197,5 +8197,6 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_LOAD_ORDER, "True Call Queueing",
|
||||
.unload = unload_module,
|
||||
.reload = reload,
|
||||
.load_pri = AST_MODPRI_DEVSTATE_CONSUMER,
|
||||
.nonoptreq = "res_monitor",
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user