Module: kamailio
Branch: 5.6
Commit: 3086494d7fa1ada9ce5f3ed851610a2fc542656a
URL: https://github.com/kamailio/kamailio/commit/3086494d7fa1ada9ce5f3ed851610a2…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-08-16T11:59:41+02:00
uac_redirect: clarifications for acc_function mod param
(cherry picked from commit 7ef109e6cd1ce7ecbfa56c31ff7555275e59095f)
---
Modified: src/modules/uac_redirect/doc/…
[View More]uac_redirect_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/3086494d7fa1ada9ce5f3ed851610a2…
Patch: https://github.com/kamailio/kamailio/commit/3086494d7fa1ada9ce5f3ed851610a2…
---
diff --git a/src/modules/uac_redirect/doc/uac_redirect_admin.xml b/src/modules/uac_redirect/doc/uac_redirect_admin.xml
index 1388fc740a4..71a448a6ae7 100644
--- a/src/modules/uac_redirect/doc/uac_redirect_admin.xml
+++ b/src/modules/uac_redirect/doc/uac_redirect_admin.xml
@@ -211,11 +211,14 @@ modparam("uac_redirect","accept_filter",".*(a)siphub\.net")
<section id="uac_redirect.p.acc_function">
<title><varname>acc_function</varname> (string)</title>
<para>
- Specifies the accounting function to be used. Just by defining
- this parameter, the accounting support will not be enabled.
- Accounting may only be enabled via two parameters
- <function moreinfo="none">set_accept_filter()</function>
- scripting function.
+ Specifies the accounting function to be used. Just by defining
+ this parameter, the accounting is not done automatically, it has to
+ be requested via parameters of
+ <function moreinfo="none">set_accept_filter()</function>
+ or other scripting function.
+ </para>
+ <para>
+ Set it to empty string in order to disable binding to acc module.
</para>
<para>
Its values may be:
@@ -248,13 +251,9 @@ modparam("uac_redirect","acc_function","acc_db_request")
<section id="uac_redirect.p.acc_db_table">
<title><varname>acc_db_table</varname> (string)</title>
<para>
- Specifies the accounting table to be used if DB accounting was
- chosen (<varname>acc_function</varname> was set to
- <quote>acc_db_request</quote>). Just by defining
- this parameter, the accounting support will not be enabled.
- Accounting may only be enabled via two parameters
- <function moreinfo="none">set_accept_filter()</function>
- scripting function.
+ Specifies the accounting table to be used if DB accounting was
+ chosen (<varname>acc_function</varname> was set to
+ <quote>acc_db_request</quote> or <quote>acc_request</quote>).
</para>
<para>
<emphasis>
[View Less]
Module: kamailio
Branch: 5.6
Commit: f1bd6bb8dec9db76acf697a7b1d177a2bfcfd7c1
URL: https://github.com/kamailio/kamailio/commit/f1bd6bb8dec9db76acf697a7b1d177a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-08-16T11:58:14+02:00
nathelper: docs - rephrased the remarks about set_contact_alias()
(cherry picked from commit c009f27578e8df9aa77ab852325dad8dc710d6c8)
---
Modified: src/modules/nathelper/doc/…
[View More]nathelper_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/f1bd6bb8dec9db76acf697a7b1d177a…
Patch: https://github.com/kamailio/kamailio/commit/f1bd6bb8dec9db76acf697a7b1d177a…
---
diff --git a/src/modules/nathelper/doc/nathelper_admin.xml b/src/modules/nathelper/doc/nathelper_admin.xml
index d0e8a18ea4c..a8828baa74f 100644
--- a/src/modules/nathelper/doc/nathelper_admin.xml
+++ b/src/modules/nathelper/doc/nathelper_admin.xml
@@ -878,8 +878,10 @@ if(is_rfc1918("$rd")) {
<para>
Adds an <quote>;alias=ip~port~transport</quote> parameter to the
contact URI containing the received ip, port, and transport protocol.
- The new contact URI is immediately visible to other modules in the
- way the <function>fix_nated_contact()</function> does it.
+ The update of contact URI is signaled to a few other modules in the
+ way the <function>fix_nated_contact()</function> does it by using the
+ internal flags. The new value is not visible to pseudo-variables and it
+ does not change the SIP message buffer.
</para>
<para>Meaning of parameters:</para>
<itemizedlist>
[View Less]