summaryrefslogtreecommitdiff
path: root/res/ari
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2015-05-05 10:47:43 -0400
committerCorey Farrell <git@cfware.com>2015-05-05 10:47:43 -0400
commit366ea63438cb698d11d95462bafde843ad5a262e (patch)
tree014bfb55f685d56efa1b6bd5a67cb86ee5e89410 /res/ari
parent040d2f8558b0775b95fbd60b9a3dc958bb11197b (diff)
res_ari_bridges: Add missing dependencies.
Missed this module in the previous commit. res_ari_bridges uses symbols from res_stasis_playback and res_stasis_recording. ASTERISK-25027 #close Reported by: Corey Farrell Change-Id: I90bf756abd25adfc4920d2869ebe7feb636b8c5f
Diffstat (limited to 'res/ari')
-rw-r--r--res/ari/resource_bridges.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/ari/resource_bridges.c b/res/ari/resource_bridges.c
index c4641ba15..ad37053f7 100644
--- a/res/ari/resource_bridges.c
+++ b/res/ari/resource_bridges.c
@@ -24,6 +24,8 @@
*/
/*** MODULEINFO
+ <depend type="module">res_stasis_recording</depend>
+ <depend type="module">res_stasis_playback</depend>
<support_level>core</support_level>
***/