summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-11-02 03:11:32 -0400
committerCorey Farrell <git@cfware.com>2017-11-02 03:11:32 -0400
commit7c35740ba1bb5f6986910d57393290d828b03641 (patch)
treef9fe09ee8cccd046c7f30099b8710261055f9d74 /channels
parenta7c00707a596d1254eab56e7f4162f78a176b42a (diff)
Add missing menuselect dependencies.
This adds menuselect dependencies for modules that use symbols of other modules. ASTERISK-27390 Change-Id: Ia2d2849f5b87a72af7324a82edc3f283eafb5385
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_iax2.c2
-rw-r--r--channels/chan_rtp.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index f422aae43..e618ee807 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -52,7 +52,7 @@
*/
/*** MODULEINFO
- <use type="external">crypto</use>
+ <use type="module">res_crypto</use>
<support_level>core</support_level>
***/
diff --git a/channels/chan_rtp.c b/channels/chan_rtp.c
index 2ab841480..4ab496e36 100644
--- a/channels/chan_rtp.c
+++ b/channels/chan_rtp.c
@@ -28,6 +28,7 @@
*/
/*** MODULEINFO
+ <depend>res_rtp_multicast</depend>
<support_level>core</support_level>
***/