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
This commit is contained in:
Corey Farrell
2015-05-05 10:47:43 -04:00
parent 040d2f8558
commit 366ea63438

View File

@@ -24,6 +24,8 @@
*/
/*** MODULEINFO
<depend type="module">res_stasis_recording</depend>
<depend type="module">res_stasis_playback</depend>
<support_level>core</support_level>
***/