summaryrefslogtreecommitdiff
path: root/res/res_sip_dtmf_info.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2013-04-26 21:52:06 +0000
committerMatthew Jordan <mjordan@digium.com>2013-04-26 21:52:06 +0000
commitc5f1eecb15d312d4286c00d22c00416824e0289a (patch)
tree24b75039fdf3c58f1be9f66114a108e74c0d280d /res/res_sip_dtmf_info.c
parent2d1cbb43114b24ffa3d3367f3dee3b8e5301d6f1 (diff)
Add missing module dependencies to various res_sip* modules
This patch updates the various res_sip modules with their proper menuselect options and proper dependencies, such that Asterisk still has a snowball's chance in hell of compiling without pjproject. Much thanks to snuffy(-home|-work) for making everyone's life easier with this patch. Review: https://reviewboard.asterisk.org/r/2472/ (closes issue ASTERISK-21669) Reported by: snuffy patches: xml-depends.diff uploaded by snuffy (license 5024) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_sip_dtmf_info.c')
-rw-r--r--res/res_sip_dtmf_info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/res_sip_dtmf_info.c b/res/res_sip_dtmf_info.c
index 453e57d06..c8b03d509 100644
--- a/res/res_sip_dtmf_info.c
+++ b/res/res_sip_dtmf_info.c
@@ -18,6 +18,8 @@
/*** MODULEINFO
<depend>pjproject</depend>
+ <depend>res_sip</depend>
+ <depend>res_sip_session</depend>
<support_level>core</support_level>
***/