Module: kamailio Branch: master Commit: c009f27578e8df9aa77ab852325dad8dc710d6c8 URL: https://github.com/kamailio/kamailio/commit/c009f27578e8df9aa77ab852325dad8d...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2022-07-27T08:04:08+02:00
nathelper: docs - rephrased the remarks about set_contact_alias()
---
Modified: src/modules/nathelper/doc/nathelper_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/c009f27578e8df9aa77ab852325dad8d... Patch: https://github.com/kamailio/kamailio/commit/c009f27578e8df9aa77ab852325dad8d...
---
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>