Browse Source

kamailio-kemi-framework: updates with lcr, rtpengine, ruxc exports

Daniel-Constantin Mierla 4 years ago
parent
commit
5ecc2dda96
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

@@ -3347,6 +3347,14 @@ int KSR.lcr.from_any_gw_addr(str "addr_str", int transport);
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/lcr.html#lcr.f.from_any_gw_addr'>📖 kamailio.cfg::function::from_any_gw_addr()</a>
 
+#### KSR.lcr.from_any_gw_addr_port() ####
+
+```cpp
+int KSR.lcr.from_any_gw_addr_port(str "addr_str", int transport, int src_port);
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/lcr.html#lcr.f.from_any_gw_addr_port'>📖 kamailio.cfg::function::from_any_gw_addr_port()</a>
+
 #### KSR.lcr.from_gw() ####
 
 ```cpp
@@ -3363,6 +3371,14 @@ int KSR.lcr.from_gw_addr(int lcr_id, str "addr_str", int transport);
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/lcr.html#lcr.f.from_gw_addr'>📖 kamailio.cfg::function::from_gw_addr()</a>
 
+#### KSR.lcr.from_gw_addr_port() ####
+
+```cpp
+int KSR.lcr.from_gw_addr_port(int lcr_id, str "addr_str", int transport, int src_port);
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/lcr.html#lcr.f.from_gw_addr_port'>📖 kamailio.cfg::function::from_gw_addr_port()</a>
+
 #### KSR.lcr.inactivate_gw() ####
 
 ```cpp
@@ -5613,6 +5629,14 @@ int KSR.rtpengine.rtpengine_query0();
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/rtpengine.html#rtpengine.f.rtpengine_query0'>📖 kamailio.cfg::function::rtpengine_query0()</a>
 
+#### KSR.rtpengine.rtpengine_query_v() ####
+
+```cpp
+int KSR.rtpengine.rtpengine_query_v(str "fmt", str "dpv");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/rtpengine.html#rtpengine.f.rtpengine_query_v'>📖 kamailio.cfg::function::rtpengine_query_v()</a>
+
 #### KSR.rtpengine.set_rtpengine_set() ####
 
 ```cpp
@@ -5881,6 +5905,14 @@ int KSR.rtpproxy.start_recording();
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/ruxc.html'>📖 kamailio.cfg::module::ruxc.html</a>
 
+#### KSR.ruxc.http_delete() ####
+
+```cpp
+int KSR.ruxc.http_delete(str "url", str "body", str "hdrs", str "dpv");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/ruxc.html#ruxc.f.http_delete'>📖 kamailio.cfg::function::http_delete()</a>
+
 #### KSR.ruxc.http_get() ####
 
 ```cpp