Browse Source

kamailio-kemi-framework: listed function KSR.is_TCPX()

Daniel-Constantin Mierla 4 months ago
parent
commit
afa687d81a
1 changed files with 12 additions and 0 deletions
  1. 12 0
      kamailio-kemi-framework/docs/core.md

+ 12 - 0
kamailio-kemi-framework/docs/core.md

@@ -599,6 +599,18 @@ if KSR.is_TCP() then
 end
 end
 ```
 ```
 
 
+### KSR.is_TCPX() ###
+
+`bool is_TCPX()`
+
+Return true if the incoming base protocol is TCP (TCP, TLS, WS, WSS).
+
+```Lua
+if KSR.is_TCPX() then
+  ...
+end
+```
+
 ### KSR.is_TLS() ###
 ### KSR.is_TLS() ###
 
 
 `bool is_TLS()`
 `bool is_TLS()`