|
|
|
|
@ -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 @@
|
|
|
|
|
|