[sr-dev] git:master:64579fee: nathelper: docs - updated notes for fix_nated_sdp. few typos fixed [skip ci]

Daniel-Constantin Mierla miconda at gmail.com
Tue Oct 6 11:51:31 CEST 2020


Module: kamailio
Branch: master
Commit: 64579fee33d0a82a583b75184f78fcb7c9df2d82
URL: https://github.com/kamailio/kamailio/commit/64579fee33d0a82a583b75184f78fcb7c9df2d82

Author: Arsen Semenov <arsperger at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2020-10-06T11:51:24+02:00

nathelper: docs - updated notes for fix_nated_sdp. few typos fixed [skip ci]

---

Modified: src/modules/nathelper/doc/nathelper_admin.xml

---

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

---

diff --git a/src/modules/nathelper/doc/nathelper_admin.xml b/src/modules/nathelper/doc/nathelper_admin.xml
index c73baf21a4..6bf4783337 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 (the provide IP address take
+					or the provided IP address. (a=rtpc) 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 (the provide IP address take
+					or the provided IP address. (a=rtpc) 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.
+			no effect. Must be IPv4 address family. 
 			</para>
 			</listitem>
 		</itemizedlist>




More information about the sr-dev mailing list