[sr-dev] git:5.3:c0d6a041: modules: readme files regenerated - modules ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Fri Oct 16 14:17:08 CEST 2020


Module: kamailio
Branch: 5.3
Commit: c0d6a0412828fa6cb054a0a38b054b88b7176f79
URL: https://github.com/kamailio/kamailio/commit/c0d6a0412828fa6cb054a0a38b054b88b7176f79

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2020-10-16T14:16:59+02:00

modules: readme files regenerated - modules ... [skip ci]

---

Modified: src/modules/nathelper/README
Modified: src/modules/uac/README

---

Diff:  https://github.com/kamailio/kamailio/commit/c0d6a0412828fa6cb054a0a38b054b88b7176f79.diff
Patch: https://github.com/kamailio/kamailio/commit/c0d6a0412828fa6cb054a0a38b054b88b7176f79.patch

---

diff --git a/src/modules/nathelper/README b/src/modules/nathelper/README
index 97b373eff3..ade396802f 100644
--- a/src/modules/nathelper/README
+++ b/src/modules/nathelper/README
@@ -521,12 +521,12 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();};
      * flags - the value may be a bitwise OR of the following flags:
           + 0x01 - adds “a=direction:active” SDP line;
           + 0x02 - rewrite media IP address (c=) with source address of
-            the message or the provided IP address. (a=rtpc) param will be
+            the message or the provided IP address. (a=rtcp) param will be
             rewritten if exists. (the provided IP address take precedence
             over the source address).
           + 0x04 - adds “a=nortpproxy:yes” SDP line;
           + 0x08 - rewrite IP from origin description (o=) with source
-            address of the message or the provided IP address. (a=rtpc)
+            address of the message or the provided IP address. (a=rtcp)
             param will be rewritten if exists. (the provided IP address
             take precedence over the source address).
      * ip_address - IP to be used for rewriting SDP. If not specified, the
diff --git a/src/modules/uac/README b/src/modules/uac/README
index a65774af85..7e21cccbb7 100644
--- a/src/modules/uac/README
+++ b/src/modules/uac/README
@@ -86,6 +86,7 @@ Ramona-Elena Modroiu
               8.6. uac.reg_refresh
               8.7. uac.reg_active
               8.8. uac.reg_add
+              8.9. uac.reg_remove
 
         9. Remote Registration
 
@@ -135,7 +136,8 @@ Ramona-Elena Modroiu
    1.42. uac.reg_refresh usage
    1.43. uac.reg_active usage
    1.44. uac.reg_add usage
-   1.45. lookup remote registrations usage
+   1.45. uac.reg_remove usage
+   1.46. lookup remote registrations usage
 
 Chapter 1. Admin Guide
 
@@ -204,6 +206,7 @@ Chapter 1. Admin Guide
         8.6. uac.reg_refresh
         8.7. uac.reg_active
         8.8. uac.reg_add
+        8.9. uac.reg_remove
 
    9. Remote Registration
 
@@ -958,6 +961,7 @@ event_route[uac:reply] {
    8.6. uac.reg_refresh
    8.7. uac.reg_active
    8.8. uac.reg_add
+   8.9. uac.reg_remove
 
 8.1.  uac.reg_dump
 
@@ -1082,6 +1086,15 @@ event_route[uac:reply] {
    kamcmd uac.reg_add ...
 ...
 
+8.9.  uac.reg_remove
+
+   Remove a UAC remote registration record by l_uuid.
+
+   Example 1.45. uac.reg_remove usage
+...
+   kamcmd uac.reg_remove my_l_uuid
+...
+
 9. Remote Registration
 
    The module can register contact addresses to remote REGISTRAR servers.
@@ -1128,7 +1141,7 @@ event_route[uac:reply] {
    if the call is coming from a remote SIP provider and can change the
    R-URI to local username at domain. Afterwards you can run location lookup.
 
-   Example 1.45. lookup remote registrations usage
+   Example 1.46. lookup remote registrations usage
 ...
     if(uac_reg_lookup("$rU", "$ru")) {
         xlog("request from a remote SIP provider [$ou => $ru]\n");




More information about the sr-dev mailing list