Browse Source

kamailio-kemi-framework: renamed KSR.kx get_sas() to get_srcaddr_sock()

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

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

@@ -3073,14 +3073,6 @@ xval KSR.kx.get_ruser();
 
 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() ####
 
 ```cpp
@@ -3105,6 +3097,14 @@ int KSR.kx.get_send_sock_port();
 
   * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/kemi.html#kemi.f.get_send_sock_port'>📖 kamailio.cfg::function::get_send_sock_port()</a>
 
+#### KSR.kx.get_srcaddr_sock() ####
+
+```cpp
+xval KSR.kx.get_srcaddr_sock();
+```
+
+  * <a target='_blank' href='https://kamailio.org/docs/modules/devel/modules/kemi.html#kemi.f.get_srcaddr_sock'>📖 kamailio.cfg::function::get_srcaddr_sock()</a>
+
 #### KSR.kx.get_srcip() ####
 
 ```cpp