diff --git a/debian/control b/debian/control index 432734f56..f8a50bc45 100644 --- a/debian/control +++ b/debian/control @@ -416,7 +416,7 @@ Description: contains the TLS kamailio transport module Package: ngcp-kamailio-lcrrate-modules Architecture: any Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${shlibs:Depends}, ngcp-kamailio (= ${binary:Version}) +Depends: ${misc:Depends}, ${shlibs:Depends}, ngcp-kamailio-mysql-modules (= ${binary:Version}) Description: Provides a set utility functions for Kamailio Kamailio is a very fast and flexible SIP (RFC3261) proxy server. Written entirely in C, Kamailio can handle thousands calls diff --git a/debian/patches/sipwise/lcr_rate_module.patch b/debian/patches/sipwise/lcr_rate_module.patch index 0f72a65ad..cfd931c83 100644 --- a/debian/patches/sipwise/lcr_rate_module.patch +++ b/debian/patches/sipwise/lcr_rate_module.patch @@ -1,15 +1,15 @@ --- a/Makefile +++ b/Makefile -@@ -214,7 +214,8 @@ - iptrtpproxy lcr mediaproxy mi_rpc pdb sanity tm topoh \ - blst prefix_route counters debugger matrix mqueue mtree \ - pipelimit rtpproxy textopsx xhttp xhttp_rpc ipops p_usrloc \ -- sdpops async sipcapture dmq msrp tmrec db_cluster corex -+ sdpops async sipcapture dmq msrp tmrec db_cluster corex \ -+ lcr_rate +@@ -291,6 +291,9 @@ + # K mono module + module_group_kmono=app_mono - # K mysql module - module_group_kmysql=db_mysql ++# K lcrrate ++module_group_klcrrate=lcr_rate ++ + # if not set on the cmd. line, env or in the modules.lst (cfg_group_include) + # exclude the below modules. + ifneq ($(group_include)$(cfg_group_include),) --- /dev/null +++ b/modules/lcr_rate/Makefile @@ -0,0 +1,9 @@ diff --git a/debian/patches/sipwise/rtpproxy-ng.patch b/debian/patches/sipwise/rtpproxy-ng.patch index c78314230..3236fe36c 100644 --- a/debian/patches/sipwise/rtpproxy-ng.patch +++ b/debian/patches/sipwise/rtpproxy-ng.patch @@ -5426,12 +5426,13 @@ +#endif --- a/Makefile +++ b/Makefile -@@ -215,7 +215,7 @@ +@@ -213,7 +213,8 @@ + iptrtpproxy lcr mediaproxy mi_rpc pdb sanity tm topoh \ blst prefix_route counters debugger matrix mqueue mtree \ pipelimit rtpproxy textopsx xhttp xhttp_rpc ipops p_usrloc \ - sdpops async sipcapture dmq msrp tmrec db_cluster corex \ -- lcr_rate -+ lcr_rate rtpproxy-ng +- sdpops async sipcapture dmq msrp tmrec db_cluster corex ++ sdpops async sipcapture dmq msrp tmrec db_cluster corex \ ++ rtpproxy-ng # K mysql module module_group_kmysql=db_mysql