浏览代码

kamailio-kemi-framework: docs for KSR.kx.get_conid()

Daniel-Constantin Mierla 5 年之前
父节点
当前提交
89064f3de3
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 6 0
      kamailio-kemi-framework/docs/modules.md
  2. 1 0
      kamailio-kemi-framework/docs/modules/kx/kx.get_conid.md

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

@@ -1265,6 +1265,12 @@ Return the body of the SIP message (the value of $rb).
 
 <a target='_blank' href='/docs/modules/devel/modules/kx.html#kx.f.get_callid'> `xval get_callid()` </a>
 
+#### KSR.kx.get_conid() ####
+
+<a target='_blank' href='/docs/modules/devel/modules/kx.html#kx.f.get_conid'> `int get_conid()` </a>
+
+Return the connection id for TCP, TLS and WebSocket, or -1 if no stream connection corresponds to current SIP message.
+
 #### KSR.kx.get_duri() ####
 
 <a target='_blank' href='/docs/modules/devel/modules/kx.html#kx.f.get_duri'> `xval get_duri()` </a>

+ 1 - 0
kamailio-kemi-framework/docs/modules/kx/kx.get_conid.md

@@ -0,0 +1 @@
+Return the connection id for TCP, TLS and WebSocket, or -1 if no stream connection corresponds to current SIP message.