浏览代码

kamailio-kemi-framework: updates to modules exports

Daniel-Constantin Mierla 5 年之前
父节点
当前提交
27610a6fa6
共有 1 个文件被更改,包括 32 次插入0 次删除
  1. 32 0
      kamailio-kemi-framework/docs/modules.md

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

@@ -182,6 +182,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 ## async ##
 
+#### KSR.async.ms_route() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/async.html#async.f.ms_route'> `int ms_route(str "rn", int s)` </a>
+
 #### KSR.async.route() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/async.html#async.f.route'> `int route(str "rn", int s)` </a>
@@ -364,6 +368,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/cfgutils.html#cfgutils.f.abort'> `int abort()` </a>
 
+#### KSR.cfgutils.check_route_exists() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/cfgutils.html#cfgutils.f.check_route_exists'> `int check_route_exists(str "route")` </a>
+
 #### KSR.cfgutils.core_hash() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/cfgutils.html#cfgutils.f.core_hash'> `int core_hash(str "s1", str "s2", int sz)` </a>
@@ -396,6 +404,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/cfgutils.html#cfgutils.f.rand_set_prob'> `int rand_set_prob(int percent_par)` </a>
 
+#### KSR.cfgutils.route_if_exists() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/cfgutils.html#cfgutils.f.route_if_exists'> `int route_if_exists(str "route")` </a>
+
 #### KSR.cfgutils.shm_status() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/cfgutils.html#cfgutils.f.shm_status'> `int shm_status()` </a>
@@ -2531,6 +2543,10 @@ Return the To-URI user part ($tU).
 
 <a target='_blank' href='/docs/modules/devel/modules/rr.html#rr.f.loose_route'> `int loose_route()` </a>
 
+#### KSR.rr.loose_route_mode() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/rr.html#rr.f.loose_route_mode'> `int loose_route_mode(int vmode)` </a>
+
 #### KSR.rr.loose_route_preloaded() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/rr.html#rr.f.loose_route_preloaded'> `int loose_route_preloaded()` </a>
@@ -4109,6 +4125,22 @@ Please review the documentation for [set_rtpengine_set()](#ksrrtpengineset_rtpen
 
 <a target='_blank' href='/docs/modules/devel/modules/xhttp_prom.html#xhttp_prom.f.gauge_set_l3'> `int gauge_set_l3(str "s_name", str "s_number", str "l1", str "l2", str "l3")` </a>
 
+#### KSR.xhttp_prom.histogram_observe_l0() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/xhttp_prom.html#xhttp_prom.f.histogram_observe_l0'> `int histogram_observe_l0(str "s_name", str "s_number")` </a>
+
+#### KSR.xhttp_prom.histogram_observe_l1() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/xhttp_prom.html#xhttp_prom.f.histogram_observe_l1'> `int histogram_observe_l1(str "s_name", str "s_number", str "l1")` </a>
+
+#### KSR.xhttp_prom.histogram_observe_l2() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/xhttp_prom.html#xhttp_prom.f.histogram_observe_l2'> `int histogram_observe_l2(str "s_name", str "s_number", str "l1", str "l2")` </a>
+
+#### KSR.xhttp_prom.histogram_observe_l3() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/xhttp_prom.html#xhttp_prom.f.histogram_observe_l3'> `int histogram_observe_l3(str "s_name", str "s_number", str "l1", str "l2", str "l3")` </a>
+
 ## xhttp_rpc ##
 
 #### KSR.xhttp_rpc.dispatch() ####