Browse Source

kamailio-kemi-framework: updates to kemix exports

Daniel-Constantin Mierla 3 years ago
parent
commit
bcd875ce59
1 changed files with 8 additions and 0 deletions
  1. 8 0
      kamailio-kemi-framework/docs/modules.md

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

@@ -3073,6 +3073,14 @@ xval KSR.kx.get_ruser();
 
 
 Return the Request URI user part ($rU).
 Return the Request URI user part ($rU).
 
 
+#### KSR.kx.get_sas() ####
+
+```cpp
+xval KSR.kx.get_sas();
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/kemi.html#kemi.f.get_sas'>📖 kamailio.cfg::function::get_sas()</a>
+
 #### KSR.kx.get_send_sock() ####
 #### KSR.kx.get_send_sock() ####
 
 
 ```cpp
 ```cpp