mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
func_periodic_hook: List more modules as dependencies
This module makes use of some existing Asterisk components. app_chanspy was already listed as a dependency. There are a few function modules used, as well, so list them. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@411897 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -28,6 +28,9 @@
|
|||||||
/*** MODULEINFO
|
/*** MODULEINFO
|
||||||
<support_level>core</support_level>
|
<support_level>core</support_level>
|
||||||
<depend>app_chanspy</depend>
|
<depend>app_chanspy</depend>
|
||||||
|
<depend>func_cut</depend>
|
||||||
|
<depend>func_groupcount</depend>
|
||||||
|
<depend>func_uri</depend>
|
||||||
***/
|
***/
|
||||||
|
|
||||||
#include "asterisk.h"
|
#include "asterisk.h"
|
||||||
|
Reference in New Issue
Block a user