浏览代码

kamailio-kemi-framework: updates with exports in evapi and textopsx

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

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

@@ -962,6 +962,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/evapi.html#evapi.f.async_relay'> `int async_relay(str "sdata")` </a>
 
+#### KSR.evapi.async_unicast() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/evapi.html#evapi.f.async_unicast'> `int async_unicast(str "sdata", str "stag")` </a>
+
 #### KSR.evapi.close() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/evapi.html#evapi.f.close'> `int close()` </a>
@@ -3459,6 +3463,10 @@ Please review the documentation for [set_rtpengine_set()](#ksrrtpengineset_rtpen
 
 <a target='_blank' href='/docs/modules/devel/modules/textopsx.html#textopsx.f.change_reply_status'> `int change_reply_status(int code, str "reason")` </a>
 
+#### KSR.textopsx.change_reply_status_code() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/textopsx.html#textopsx.f.change_reply_status_code'> `int change_reply_status_code(int code)` </a>
+
 #### KSR.textopsx.exclude_hf_value() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/textopsx.html#textopsx.f.exclude_hf_value'> `int exclude_hf_value(str "hexp", str "val")` </a>