kamailio-5.x: remove rtp_media_server package
menuconfig is currently showing warnings for kamailio: WARNING: Makefile 'package/feeds/telephony/kamailio-5.x/Makefile' has a dependency on 'bcunit', which does not exist WARNING: Makefile 'package/feeds/telephony/kamailio-5.x/Makefile' has a dependency on 'mediastreamer2', which does not exist WARNING: Makefile 'package/feeds/telephony/kamailio-5.x/Makefile' has a dependency on 'ortp', which does not exist This commit removes the module in question to clear the warnings. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
354bc0ce32
commit
cb2986c56a
1 changed files with 0 additions and 2 deletions
|
@ -165,7 +165,6 @@ MODULES_AVAILABLE:= \
|
|||
rr \
|
||||
rtimer \
|
||||
rtjson \
|
||||
rtp_media_server \
|
||||
rtpengine \
|
||||
rtpproxy \
|
||||
sanity \
|
||||
|
@ -601,7 +600,6 @@ $(eval $(call BuildKamailio5Module,rls,Resource List Server,,+kamailio5-mod-pres
|
|||
$(eval $(call BuildKamailio5Module,rr,Record-Route and Route,,))
|
||||
$(eval $(call BuildKamailio5Module,rtimer,Routing Timer,,))
|
||||
$(eval $(call BuildKamailio5Module,rtjson,SIP routing based on JSON API,,))
|
||||
$(eval $(call BuildKamailio5Module,rtp_media_server,Embedded RTP server,,@BROKEN +bcunit +kamailio5-mod-tm +mediastreamer2 +ortp,))
|
||||
$(eval $(call BuildKamailio5Module,rtpengine,RTP engine,,+kamailio5-mod-tm))
|
||||
$(eval $(call BuildKamailio5Module,rtpproxy,RTP proxy,,+kamailio5-mod-tm))
|
||||
$(eval $(call BuildKamailio5Module,sanity,SIP sanity checks,,+kamailio5-mod-sl))
|
||||
|
|
Loading…
Reference in a new issue