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 09:53:18 -0500
commitc541923ac305132c8c6d35e9d2a4e0b3c2a486e3 (patch)
tree9d5a2691e7d8e6d75ca3e0f6d17dff3af98747fd /res/ari
parent4f4aaa0c30d04f7dc6d0939dbfef1d320b3302d2 (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 70365ec6d..7b9b94665 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>
***/