From: Sebastian Kemper Date: Sun, 11 Feb 2018 18:13:13 +0000 (+0100) Subject: kamailio-5.x: add missing files from mod-xhttp_pi X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ae71bd2782e413c11b6286bc5007d2027bb499c4;p=feed%2Ftelephony.git kamailio-5.x: add missing files from mod-xhttp_pi The initial commit for this plugin missed that it comes with a configuration file and extra files that go into /usr/share/kamailio/xhttp_pi. Signed-off-by: Sebastian Kemper --- diff --git a/net/kamailio-5.x/Makefile b/net/kamailio-5.x/Makefile index 391b3c1..af94cd0 100644 --- a/net/kamailio-5.x/Makefile +++ b/net/kamailio-5.x/Makefile @@ -337,7 +337,7 @@ $(eval $(call BuildKamailio5Module,websocket,WebSocket transport layer,,+kamaili $(eval $(call BuildKamailio5Module,xcap_client,XCAP Client,,+libcurl)) $(eval $(call BuildKamailio5Module,xcap_server,XCAP server implementation,,+kamailio5-mod-xhttp +kamailio5-mod-sl)) $(eval $(call BuildKamailio5Module,xhttp,Basic HTTP request handling server,,+kamailio5-mod-sl)) -$(eval $(call BuildKamailio5Module,xhttp_pi,HTTP provisioning interface,,+kamailio5-mod-xhttp)) +$(eval $(call BuildKamailio5Module,xhttp_pi,HTTP provisioning interface,,+kamailio5-mod-xhttp,xhttp_pi,pi_framework.xml)) $(eval $(call BuildKamailio5Module,xhttp_rpc,RPC commands handling over HTTP,,+kamailio5-mod-xhttp)) $(eval $(call BuildKamailio5Module,xlog,Advanced logger,,)) $(eval $(call BuildKamailio5Module,xmlops,XML operations,,))