浏览代码

kamailio-kemi-framework: updates with posops exports

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

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

@@ -4359,6 +4359,38 @@ int KSR.posops.pos_append(int idx, str "val");
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_append'>📖 kamailio.cfg::function::pos_append()</a>
 
+#### KSR.posops.pos_body_end() ####
+
+```cpp
+int KSR.posops.pos_body_end();
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_body_end'>📖 kamailio.cfg::function::pos_body_end()</a>
+
+#### KSR.posops.pos_body_start() ####
+
+```cpp
+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_headers_end() ####
+
+```cpp
+int KSR.posops.pos_headers_end();
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_headers_end'>📖 kamailio.cfg::function::pos_headers_end()</a>
+
+#### KSR.posops.pos_headers_start() ####
+
+```cpp
+int KSR.posops.pos_headers_start();
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/posops.html#posops.f.pos_headers_start'>📖 kamailio.cfg::function::pos_headers_start()</a>
+
 #### KSR.posops.pos_insert() ####
 
 ```cpp