Browse Source

updates to exports by corex, crypto and kemix

Daniel-Constantin Mierla 4 years ago
parent
commit
29897aefb4
1 changed files with 12 additions and 0 deletions
  1. 12 0
      kamailio-kemi-framework/docs/modules.md

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

@@ -492,6 +492,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/corex.html#corex.f.is_faked_msg'> `int is_faked_msg()` </a>
 
+#### KSR.corex.is_socket_name() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/corex.html#corex.f.is_socket_name'> `int is_socket_name(str "sockname")` </a>
+
 #### KSR.corex.isxflagset() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/corex.html#corex.f.isxflagset'> `int isxflagset(int fval)` </a>
@@ -568,6 +572,10 @@ Equivalent of native kamailio.cfg function: `acc_request("comment", "dbtable")`.
 
 <a target='_blank' href='/docs/modules/devel/modules/crypto.html#crypto.f.aes_encrypt'> `int aes_encrypt(str "ins", str "keys", str "dpv")` </a>
 
+#### KSR.crypto.hmac_sha256() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/crypto.html#crypto.f.hmac_sha256'> `int hmac_sha256(str "ins", str "keys", str "dpv")` </a>
+
 ## debugger ##
 
 #### KSR.debugger.dbg_pv_dump() ####
@@ -1509,6 +1517,10 @@ Return the Request URI user part ($rU).
 
 <a target='_blank' href='/docs/modules/devel/modules/kx.html#kx.f.get_srcport'> `xval get_srcport()` </a>
 
+#### KSR.kx.get_srcuri() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/kx.html#kx.f.get_srcuri'> `xval get_srcuri()` </a>
+
 #### KSR.kx.get_status() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/kx.html#kx.f.get_status'> `int get_status()` </a>