فهرست منبع

kamailio-kemi-framework: updates for secsipid and tcpops

Daniel-Constantin Mierla 4 سال پیش
والد
کامیت
8cc2d6047c
1فایلهای تغییر یافته به همراه24 افزوده شده و 0 حذف شده
  1. 24 0
      kamailio-kemi-framework/docs/modules.md

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

@@ -6117,6 +6117,14 @@ xval KSR.secsipid.secsipid_get_url(str "surl");
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/secsipid.html#secsipid.f.secsipid_get_url'>📖 kamailio.cfg::function::secsipid_get_url()</a>
 
+#### KSR.secsipid.secsipid_get_val() ####
+
+```cpp
+xval KSR.secsipid.secsipid_get_val();
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/secsipid.html#secsipid.f.secsipid_get_val'>📖 kamailio.cfg::function::secsipid_get_val()</a>
+
 ## sipcapture ##
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/sipcapture.html'>📖 kamailio.cfg::module::sipcapture.html</a>
@@ -6829,6 +6837,22 @@ int KSR.sworker.task(str "gname");
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/tcpops.html'>📖 kamailio.cfg::module::tcpops.html</a>
 
+#### KSR.tcpops.tcp_close_connection() ####
+
+```cpp
+int KSR.tcpops.tcp_close_connection();
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/tcpops.html#tcpops.f.tcp_close_connection'>📖 kamailio.cfg::function::tcp_close_connection()</a>
+
+#### KSR.tcpops.tcp_close_connection_id() ####
+
+```cpp
+int KSR.tcpops.tcp_close_connection_id(int conid);
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/tcpops.html#tcpops.f.tcp_close_connection_id'>📖 kamailio.cfg::function::tcp_close_connection_id()</a>
+
 #### KSR.tcpops.tcp_conid_alive() ####
 
 ```cpp