浏览代码

kamailio-kemi-framework: exports to secsipid

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

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

@@ -6085,6 +6085,14 @@ int KSR.secsipid.secsipid_build_identity(str "origtn", str "desttn", str "attest
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/secsipid.html#secsipid.f.secsipid_build_identity'>📖 kamailio.cfg::function::secsipid_build_identity()</a>
 
+#### KSR.secsipid.secsipid_check() ####
+
+```cpp
+int KSR.secsipid.secsipid_check(str "sidentity", str "keypath");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/secsipid.html#secsipid.f.secsipid_check'>📖 kamailio.cfg::function::secsipid_check()</a>
+
 #### KSR.secsipid.secsipid_check_identity() ####
 
 ```cpp