kamailio-5.x: remove rtp_media_server package 481/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Fri, 25 Oct 2019 18:02:35 +0000 (20:02 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Fri, 25 Oct 2019 18:21:32 +0000 (20:21 +0200)
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>
net/kamailio-5.x/Makefile

index e117edea74bc36f7b02a1184f23fd4a286189a8f..0269b0a1ffe66e5523e4fcfb2b9b74b3c0a3a38c 100644 (file)
@@ -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))