Browse Source

kamailio-kemi-framework: updates with exports for app_python, exec, tm, ...

Daniel-Constantin Mierla 6 years ago
parent
commit
0550b5ec49
1 changed files with 33 additions and 1 deletions
  1. 33 1
      kamailio-kemi-framework/docs/modules.md

+ 33 - 1
kamailio-kemi-framework/docs/modules.md

@@ -114,6 +114,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/app_python.html#app_python.f.exec_p1'> `int exec_p1(str "method", str "p1")` </a>
 
+#### KSR.app_python.execx() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/app_python.html#app_python.f.execx'> `int execx(str "method")` </a>
+
 ## app_python3 ##
 
 #### KSR.app_python3.exec() ####
@@ -124,6 +128,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/app_python3.html#app_python3.f.exec_p1'> `int exec_p1(str "method", str "p1")` </a>
 
+#### KSR.app_python3.execx() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/app_python3.html#app_python3.f.execx'> `int execx(str "method")` </a>
+
 ## app_ruby ##
 
 #### KSR.app_ruby.run() ####
@@ -874,6 +882,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/exec.html#exec.f.exec_avp'> `int exec_avp(str "cmd")` </a>
 
+#### KSR.exec.exec_cmd() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/exec.html#exec.f.exec_cmd'> `int exec_cmd(str "cmd")` </a>
+
 #### KSR.exec.exec_dset() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/exec.html#exec.f.exec_dset'> `int exec_dset(str "cmd")` </a>
@@ -1098,6 +1110,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/jsonrpcs.html#jsonrpcs.f.exec'> `int exec(str "scmd")` </a>
 
+#### KSR.jsonrpcs.execx() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/jsonrpcs.html#jsonrpcs.f.execx'> `int execx(str "scmd")` </a>
+
 ## keepalive ##
 
 #### KSR.keepalive.is_alive() ####
@@ -1392,6 +1408,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/ndb_mongodb.html#ndb_mongodb.f.exec_simple'> `int exec_simple(str "ssrv", str "sdname", str "scname", str "scmd", str "sres")` </a>
 
+#### KSR.ndb_mongodb.execx() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/ndb_mongodb.html#ndb_mongodb.f.execx'> `int execx(str "ssrv", str "sdname", str "scname", str "scmd", str "sres")` </a>
+
 #### KSR.ndb_mongodb.find() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/ndb_mongodb.html#ndb_mongodb.f.find'> `int find(str "ssrv", str "sdname", str "scname", str "scmd", str "sres")` </a>
@@ -1762,7 +1782,7 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 #### KSR.rtjson.init_routes() ####
 
-<a target='_blank' href='/docs/modules/devel/modules/rtjson.html#rtjson.f.init_routes'> `int init_routes(str "rdoc")` </a>
+<a target='_blank' href='/docs/modules/devel/modules/rtjson.html#rtjson.f.init_routes'> `int init_routes(str "srdoc")` </a>
 
 #### KSR.rtjson.next_route() ####
 
@@ -2656,6 +2676,18 @@ Please review the documentation for [set_rtpengine_set()](#ksrrtpengineset_rtpen
 
 <a target='_blank' href='/docs/modules/devel/modules/tm.html#tm.f.t_relay'> `int t_relay()` </a>
 
+#### KSR.tm.t_relay_to_flags() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/tm.html#tm.f.t_relay_to_flags'> `int t_relay_to_flags(int rflags)` </a>
+
+#### KSR.tm.t_relay_to_proxy() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/tm.html#tm.f.t_relay_to_proxy'> `int t_relay_to_proxy(str "sproxy")` </a>
+
+#### KSR.tm.t_relay_to_proxy_flags() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/tm.html#tm.f.t_relay_to_proxy_flags'> `int t_relay_to_proxy_flags(str "sproxy", int rflags)` </a>
+
 #### KSR.tm.t_release() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/tm.html#tm.f.t_release'> `int t_release()` </a>