Module: kamailio
Branch: master
Commit: b8e4cc2e1457d14addda06187160a5c55bb89cf3
URL:
https://github.com/kamailio/kamailio/commit/b8e4cc2e1457d14addda06187160a5c…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-10-16T14:16:21+02:00
modules: readme files regenerated - nathelper ... [skip ci]
---
Modified: src/modules/nathelper/README
Modified: src/modules/uac/README
---
Diff:
https://github.com/kamailio/kamailio/commit/b8e4cc2e1457d14addda06187160a5c…
Patch:
https://github.com/kamailio/kamailio/commit/b8e4cc2e1457d14addda06187160a5c…
---
diff --git a/src/modules/nathelper/README b/src/modules/nathelper/README
index 79e43b73a7..0fa395da20 100644
--- a/src/modules/nathelper/README
+++ b/src/modules/nathelper/README
@@ -525,12 +525,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 ae8376ab15..c9bfd8e1c6 100644
--- a/src/modules/uac/README
+++ b/src/modules/uac/README
@@ -87,6 +87,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
@@ -137,7 +138,8 @@ Ramona-Elena Modroiu
1.43. uac.reg_refresh usage
1.44. uac.reg_active usage
1.45. uac.reg_add usage
- 1.46. lookup remote registrations usage
+ 1.46. uac.reg_remove usage
+ 1.47. lookup remote registrations usage
Chapter 1. Admin Guide
@@ -207,6 +209,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
@@ -998,6 +1001,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
@@ -1124,6 +1128,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.46. uac.reg_remove usage
+...
+ kamcmd uac.reg_remove my_l_uuid
+...
+
9. Remote Registration
The module can register contact addresses to remote REGISTRAR servers.
@@ -1175,7 +1188,7 @@ event_route[uac:reply] {
if the call is coming from a remote SIP provider and can change the
R-URI to local username@domain. Afterwards you can run location lookup.
- Example 1.46. lookup remote registrations usage
+ Example 1.47. lookup remote registrations usage
...
if(uac_reg_lookup("$rU", "$ru")) {
xlog("request from a remote SIP provider [$ou => $ru]\n");