Browse Source

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

Daniel-Constantin Mierla 5 years ago
parent
commit
f740c1fed8
1 changed files with 8 additions and 0 deletions
  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>