Browse Source

kamailio: updates with exports from permissions, rr and uac

Daniel-Constantin Mierla 7 years ago
parent
commit
e3049d0b7e
1 changed files with 24 additions and 0 deletions
  1. 24 0
      kamailio-kemi-framework/docs/modules.md

+ 24 - 0
kamailio-kemi-framework/docs/modules.md

@@ -1398,10 +1398,18 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 
 <a target='_blank' href='/docs/modules/devel/modules/permissions.html#permissions.f.allow_address'> `int allow_address(int addr_group, str "ips", int port)` </a>
 <a target='_blank' href='/docs/modules/devel/modules/permissions.html#permissions.f.allow_address'> `int allow_address(int addr_group, str "ips", int port)` </a>
 
 
+#### KSR.permissions.allow_address_group() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/permissions.html#permissions.f.allow_address_group'> `int allow_address_group(str "_addr", int _port)` </a>
+
 #### KSR.permissions.allow_source_address() ####
 #### KSR.permissions.allow_source_address() ####
 
 
 <a target='_blank' href='/docs/modules/devel/modules/permissions.html#permissions.f.allow_source_address'> `int allow_source_address(int addr_group)` </a>
 <a target='_blank' href='/docs/modules/devel/modules/permissions.html#permissions.f.allow_source_address'> `int allow_source_address(int addr_group)` </a>
 
 
+#### KSR.permissions.allow_source_address_group() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/permissions.html#permissions.f.allow_source_address_group'> `int allow_source_address_group()` </a>
+
 ## phonenum ##
 ## phonenum ##
 
 
 #### KSR.phonenum.match() ####
 #### KSR.phonenum.match() ####
@@ -1656,6 +1664,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 
 <a target='_blank' href='/docs/modules/devel/modules/rr.html#rr.f.check_route_param'> `int check_route_param(str "sre")` </a>
 <a target='_blank' href='/docs/modules/devel/modules/rr.html#rr.f.check_route_param'> `int check_route_param(str "sre")` </a>
 
 
+#### KSR.rr.is_direction() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/rr.html#rr.f.is_direction'> `int is_direction(str "dir")` </a>
+
 #### KSR.rr.loose_route() ####
 #### KSR.rr.loose_route() ####
 
 
 <a target='_blank' href='/docs/modules/devel/modules/rr.html#rr.f.loose_route'> `int loose_route()` </a>
 <a target='_blank' href='/docs/modules/devel/modules/rr.html#rr.f.loose_route'> `int loose_route()` </a>
@@ -2254,6 +2266,14 @@ Please review the documentation for [set_rtpengine_set()](#ksrrtpengineset_rtpen
 
 
 <a target='_blank' href='/docs/modules/devel/modules/textops.html#textops.f.replace_body_atonce'> `int replace_body_atonce(str "sre", str "sval")` </a>
 <a target='_blank' href='/docs/modules/devel/modules/textops.html#textops.f.replace_body_atonce'> `int replace_body_atonce(str "sre", str "sval")` </a>
 
 
+#### KSR.textops.replace_body_str() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/textops.html#textops.f.replace_body_str'> `int replace_body_str(str "mkey", str "rval", str "rmode")` </a>
+
+#### KSR.textops.replace_str() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/textops.html#textops.f.replace_str'> `int replace_str(str "mkey", str "rval", str "rmode")` </a>
+
 #### KSR.textops.search() ####
 #### KSR.textops.search() ####
 
 
 <a target='_blank' href='/docs/modules/devel/modules/textops.html#textops.f.search'> `int search(str "sre")` </a>
 <a target='_blank' href='/docs/modules/devel/modules/textops.html#textops.f.search'> `int search(str "sre")` </a>
@@ -2704,6 +2724,10 @@ Please review the documentation for [set_rtpengine_set()](#ksrrtpengineset_rtpen
 
 
 <a target='_blank' href='/docs/modules/devel/modules/uac.html#uac.f.uac_reg_lookup'> `int uac_reg_lookup(str "userid", str "sdst")` </a>
 <a target='_blank' href='/docs/modules/devel/modules/uac.html#uac.f.uac_reg_lookup'> `int uac_reg_lookup(str "userid", str "sdst")` </a>
 
 
+#### KSR.uac.uac_reg_refresh() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/uac.html#uac.f.uac_reg_refresh'> `int uac_reg_refresh(str "l_uuid")` </a>
+
 #### KSR.uac.uac_reg_request_to() ####
 #### KSR.uac.uac_reg_request_to() ####
 
 
 <a target='_blank' href='/docs/modules/devel/modules/uac.html#uac.f.uac_reg_request_to'> `int uac_reg_request_to(str "userid", int imode)` </a>
 <a target='_blank' href='/docs/modules/devel/modules/uac.html#uac.f.uac_reg_request_to'> `int uac_reg_request_to(str "userid", int imode)` </a>