Module: kamailio
Branch: 5.4
Commit: d43872c11edacf972c2ae72c746517dcf56e2777
URL: https://github.com/kamailio/kamailio/commit/d43872c11edacf972c2ae72c746517d…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-10-16T14:16:41+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/d43872c11edacf972c2ae72c746517d…
Patch: https://github.com/kamailio/kamailio/commit/d43872c11edacf972c2ae72c746517d…
---
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 a018d29a16..17a0fb6869 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
@@ -995,6 +998,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
@@ -1119,6 +1123,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.
@@ -1165,7 +1178,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");
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");
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [x] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [x] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2507
-- Commit Summary --
* core: fix typo in comment
* uac: docs - fix missing uac.reg_remove method
-- File Changes --
M src/core/socket_info.c (4)
M src/modules/uac/doc/uac_admin.xml (20)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2507.patchhttps://github.com/kamailio/kamailio/pull/2507.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2507
Module: kamailio
Branch: 5.4
Commit: ef7a0789a52a9b741ce679145f8fadb5c6b97755
URL: https://github.com/kamailio/kamailio/commit/ef7a0789a52a9b741ce679145f8fadb…
Author: Bastian Triller <bastian.triller(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-16T12:13:06Z
nathelper: docs - fixed typos
---
Modified: src/modules/nathelper/doc/nathelper_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/ef7a0789a52a9b741ce679145f8fadb…
Patch: https://github.com/kamailio/kamailio/commit/ef7a0789a52a9b741ce679145f8fadb…
---
diff --git a/src/modules/nathelper/doc/nathelper_admin.xml b/src/modules/nathelper/doc/nathelper_admin.xml
index 6bf4783337..5096a676d4 100644
--- a/src/modules/nathelper/doc/nathelper_admin.xml
+++ b/src/modules/nathelper/doc/nathelper_admin.xml
@@ -562,7 +562,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();};
<listitem>
<para><emphasis>0x02</emphasis> - rewrite media
&ip; address (c=) with source address of the message
- or the provided IP address. (a=rtpc) param will be rewritten if exists. (the provided IP address take
+ or the provided IP address. (a=rtcp) param will be rewritten if exists. (the provided IP address take
precedence over the source address).</para>
</listitem>
<listitem>
@@ -572,7 +572,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();};
<listitem>
<para><emphasis>0x08</emphasis> - rewrite IP from
origin description (o=) with source address of the message
- or the provided IP address. (a=rtpc) param will be rewritten if exists. (the provided IP address take
+ or the provided IP address. (a=rtcp) param will be rewritten if exists. (the provided IP address take
precedence over the source address).</para>
</listitem>
</itemizedlist>
@@ -582,7 +582,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();};
If not specified, the received signalling IP will be used. The
parameter allows pseudo-variables usage. NOTE: For the IP to be
used, you need to use 0x02 or 0x08 flags, otherwise it will have
- no effect. Must be IPv4 address family.
+ no effect. Must be IPv4 address family.
</para>
</listitem>
</itemizedlist>
Module: kamailio
Branch: 5.3
Commit: 4d14557ec31d398cab86fb67ffa14761c08bb5da
URL: https://github.com/kamailio/kamailio/commit/4d14557ec31d398cab86fb67ffa1476…
Author: Bastian Triller <bastian.triller(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-16T12:12:44Z
nathelper: docs - fixed typos
---
Modified: src/modules/nathelper/doc/nathelper_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/4d14557ec31d398cab86fb67ffa1476…
Patch: https://github.com/kamailio/kamailio/commit/4d14557ec31d398cab86fb67ffa1476…
---
diff --git a/src/modules/nathelper/doc/nathelper_admin.xml b/src/modules/nathelper/doc/nathelper_admin.xml
index ee94853beb..7f0674e0d2 100644
--- a/src/modules/nathelper/doc/nathelper_admin.xml
+++ b/src/modules/nathelper/doc/nathelper_admin.xml
@@ -562,7 +562,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();};
<listitem>
<para><emphasis>0x02</emphasis> - rewrite media
&ip; address (c=) with source address of the message
- or the provided IP address. (a=rtpc) param will be rewritten if exists. (the provided IP address take
+ or the provided IP address. (a=rtcp) param will be rewritten if exists. (the provided IP address take
precedence over the source address).</para>
</listitem>
<listitem>
@@ -572,7 +572,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();};
<listitem>
<para><emphasis>0x08</emphasis> - rewrite IP from
origin description (o=) with source address of the message
- or the provided IP address. (a=rtpc) param will be rewritten if exists. (the provided IP address take
+ or the provided IP address. (a=rtcp) param will be rewritten if exists. (the provided IP address take
precedence over the source address).</para>
</listitem>
</itemizedlist>
@@ -582,7 +582,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();};
If not specified, the received signalling IP will be used. The
parameter allows pseudo-variables usage. NOTE: For the IP to be
used, you need to use 0x02 or 0x08 flags, otherwise it will have
- no effect. Must be IPv4 address family.
+ no effect. Must be IPv4 address family.
</para>
</listitem>
</itemizedlist>
Module: kamailio
Branch: master
Commit: 8633455e5867b30840d44c73cb2e6367fed17bbd
URL: https://github.com/kamailio/kamailio/commit/8633455e5867b30840d44c73cb2e636…
Author: Bastian Triller <bastian.triller(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-10-16T14:10:45+02:00
nathelper: docs - fixed typos
---
Modified: src/modules/nathelper/doc/nathelper_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/8633455e5867b30840d44c73cb2e636…
Patch: https://github.com/kamailio/kamailio/commit/8633455e5867b30840d44c73cb2e636…
---
diff --git a/src/modules/nathelper/doc/nathelper_admin.xml b/src/modules/nathelper/doc/nathelper_admin.xml
index 6bf4783337..5096a676d4 100644
--- a/src/modules/nathelper/doc/nathelper_admin.xml
+++ b/src/modules/nathelper/doc/nathelper_admin.xml
@@ -562,7 +562,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();};
<listitem>
<para><emphasis>0x02</emphasis> - rewrite media
&ip; address (c=) with source address of the message
- or the provided IP address. (a=rtpc) param will be rewritten if exists. (the provided IP address take
+ or the provided IP address. (a=rtcp) param will be rewritten if exists. (the provided IP address take
precedence over the source address).</para>
</listitem>
<listitem>
@@ -572,7 +572,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();};
<listitem>
<para><emphasis>0x08</emphasis> - rewrite IP from
origin description (o=) with source address of the message
- or the provided IP address. (a=rtpc) param will be rewritten if exists. (the provided IP address take
+ or the provided IP address. (a=rtcp) param will be rewritten if exists. (the provided IP address take
precedence over the source address).</para>
</listitem>
</itemizedlist>
@@ -582,7 +582,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();};
If not specified, the received signalling IP will be used. The
parameter allows pseudo-variables usage. NOTE: For the IP to be
used, you need to use 0x02 or 0x08 flags, otherwise it will have
- no effect. Must be IPv4 address family.
+ no effect. Must be IPv4 address family.
</para>
</listitem>
</itemizedlist>