Browse Source

kamailio-kemi-framework: updates to posops exports

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

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

@@ -4375,6 +4375,22 @@ int KSR.posops.pos_body_start();
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_body_start'>📖 kamailio.cfg::function::pos_body_start()</a>
 
+#### KSR.posops.pos_find_str() ####
+
+```cpp
+int KSR.posops.pos_find_str(int idx, str "val");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_find_str'>📖 kamailio.cfg::function::pos_find_str()</a>
+
+#### KSR.posops.pos_findi_str() ####
+
+```cpp
+int KSR.posops.pos_findi_str(int idx, str "val");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_findi_str'>📖 kamailio.cfg::function::pos_findi_str()</a>
+
 #### KSR.posops.pos_headers_end() ####
 
 ```cpp