浏览代码

refreshed the exported kemi exports by modules

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

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

@@ -102,6 +102,16 @@ The following sections lists all exported KEMI functions. More information regar
 
 <a target='_blank' href='/docs/modules/devel/modules/app_python.html#app_python.f.exec_p1'> `int exec_p1(str "method", str "p1")` </a>
 
+## app_python3 ##
+
+#### KSR.app_python3.exec() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/app_python3.html#app_python3.f.exec'> `int exec(str "method")` </a>
+
+#### KSR.app_python3.exec_p1() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/app_python3.html#app_python3.f.exec_p1'> `int exec_p1(str "method", str "p1")` </a>
+
 ## app_sqlang ##
 
 #### KSR.app_sqlang.dofile() ####
@@ -914,6 +924,10 @@ The following sections lists all exported KEMI functions. More information regar
 
 ## maxfwd ##
 
+#### KSR.maxfwd.is_maxfwd_lt() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/maxfwd.html#maxfwd.f.is_maxfwd_lt'> `int is_maxfwd_lt(int limit)` </a>
+
 #### KSR.maxfwd.process_maxfwd() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/maxfwd.html#maxfwd.f.process_maxfwd'> `int process_maxfwd(int limit)` </a>
@@ -1951,6 +1965,10 @@ Please review the documentation for [set_rtpengine_set()](#ksrrtpengineset_rtpen
 
 <a target='_blank' href='/docs/modules/devel/modules/textops.html#textops.f.in_list'> `int in_list(str "subject", str "list", str "vsep")` </a>
 
+#### KSR.textops.in_list_prefix() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/textops.html#textops.f.in_list_prefix'> `int in_list_prefix(str "subject", str "list", str "vsep")` </a>
+
 #### KSR.textops.is_audio_on_hold() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/textops.html#textops.f.is_audio_on_hold'> `int is_audio_on_hold()` </a>