Browse Source

kamailio-kemi-framework: updates to jwt, posops and tsilo exports

Daniel-Constantin Mierla 3 years ago
parent
commit
7b820d0c81
1 changed files with 32 additions and 0 deletions
  1. 32 0
      kamailio-kemi-framework/docs/modules.md

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

@@ -2701,6 +2701,14 @@ int KSR.jwt.jwt_generate(str "key", str "alg", str "claims");
 
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/jwt.html#jwt.f.jwt_generate'>📖 kamailio.cfg::function::jwt_generate()</a>
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/jwt.html#jwt.f.jwt_generate'>📖 kamailio.cfg::function::jwt_generate()</a>
 
 
+#### KSR.jwt.jwt_generate_hdrs() ####
+
+```cpp
+int KSR.jwt.jwt_generate_hdrs(str "key", str "alg", str "claims", str "headers");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/jwt.html#jwt.f.jwt_generate_hdrs'>📖 kamailio.cfg::function::jwt_generate_hdrs()</a>
+
 #### KSR.jwt.jwt_verify() ####
 #### KSR.jwt.jwt_verify() ####
 
 
 ```cpp
 ```cpp
@@ -4487,6 +4495,14 @@ int KSR.posops.pos_search(int idx, str "sre");
 
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_search'>📖 kamailio.cfg::function::pos_search()</a>
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_search'>📖 kamailio.cfg::function::pos_search()</a>
 
 
+#### KSR.posops.pos_set_char() ####
+
+```cpp
+int KSR.posops.pos_set_char(int idx, str "val");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_set_char'>📖 kamailio.cfg::function::pos_set_char()</a>
+
 ## prefix_route ##
 ## prefix_route ##
 
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/prefix_route.html'>📖 kamailio.cfg::module::prefix_route.html</a>
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/prefix_route.html'>📖 kamailio.cfg::module::prefix_route.html</a>
@@ -8659,6 +8675,22 @@ int KSR.tsilo.ts_append(str "_table", str "_ruri");
 
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/tsilo.html#tsilo.f.ts_append'>📖 kamailio.cfg::function::ts_append()</a>
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/tsilo.html#tsilo.f.ts_append'>📖 kamailio.cfg::function::ts_append()</a>
 
 
+#### KSR.tsilo.ts_append_by_contact() ####
+
+```cpp
+int KSR.tsilo.ts_append_by_contact(str "_table", str "_ruri");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/tsilo.html#tsilo.f.ts_append_by_contact'>📖 kamailio.cfg::function::ts_append_by_contact()</a>
+
+#### KSR.tsilo.ts_append_by_contact_uri() ####
+
+```cpp
+int KSR.tsilo.ts_append_by_contact_uri(str "_table", str "_ruri", str "_contact");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/tsilo.html#tsilo.f.ts_append_by_contact_uri'>📖 kamailio.cfg::function::ts_append_by_contact_uri()</a>
+
 #### KSR.tsilo.ts_append_to() ####
 #### KSR.tsilo.ts_append_to() ####
 
 
 ```cpp
 ```cpp