Ver código fonte

kamailio-kemi-framework: updates for auth_db exports

Daniel-Constantin Mierla 2 anos atrás
pai
commit
572047d509
1 arquivos alterados com 9 adições e 0 exclusões
  1. 9 0
      kamailio-kemi-framework/docs/modules.md

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

@@ -621,6 +621,7 @@ Exported functions:
 
   * [KSR.auth_db.auth_check()](#ksrauth_dbauth_check)
   * [KSR.auth_db.is_subscriber()](#ksrauth_dbis_subscriber)
+  * [KSR.auth_db.www_authenticate()](#ksrauth_dbwww_authenticate)
   * [KSR.auth_db.www_authenticate_method()](#ksrauth_dbwww_authenticate_method)
 
 #### KSR.auth_db.auth_check() ####
@@ -639,6 +640,14 @@ int KSR.auth_db.is_subscriber(str "suri", str "stable", int iflags);
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/auth_db.html#auth_db.f.is_subscriber'>📖 kamailio.cfg::function::is_subscriber()</a>
 
+#### KSR.auth_db.www_authenticate() ####
+
+```cpp
+int KSR.auth_db.www_authenticate(str "realm", str "table");
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/auth_db.html#auth_db.f.www_authenticate'>📖 kamailio.cfg::function::www_authenticate()</a>
+
 #### KSR.auth_db.www_authenticate_method() ####
 
 ```cpp