From d3f11edebfe850729544304078180216654a2ec3 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:36:07 +0100 Subject: [PATCH] nathelper: docs - removed trailing spaces --- src/modules/nathelper/doc/nathelper.xml | 4 +-- src/modules/nathelper/doc/nathelper_admin.xml | 28 +++++++++---------- src/modules/nathelper/doc/nathelper_faq.xml | 8 +++--- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/modules/nathelper/doc/nathelper.xml b/src/modules/nathelper/doc/nathelper.xml index 5a33fd97c22..c34027bdc6d 100644 --- a/src/modules/nathelper/doc/nathelper.xml +++ b/src/modules/nathelper/doc/nathelper.xml @@ -76,8 +76,8 @@ - + - + diff --git a/src/modules/nathelper/doc/nathelper_admin.xml b/src/modules/nathelper/doc/nathelper_admin.xml index aff5d6be693..c8b14caea54 100644 --- a/src/modules/nathelper/doc/nathelper_admin.xml +++ b/src/modules/nathelper/doc/nathelper_admin.xml @@ -546,7 +546,7 @@ modparam("nathelper", "alias_name", "saddr") fix_nated_contact() - Rewrites the Contact header to contain the request's source + Rewrites the Contact header to contain the request's source address:port. @@ -567,19 +567,19 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();}; Alters the SDP information in order to facilitate NAT traversal. What - changes to be performed may be controlled via the + changes to be performed may be controlled via the flags parameter. Return value is -1 if error occurred, 1 if ip's were replaced, 2 if no ip's were replaced. Meaning of the parameters is as follows: - flags - the value may be a bitwise OR of + flags - the value may be a bitwise OR of the following flags: - 0x01 - adds + 0x01 - adds a=direction:active SDP line; @@ -590,7 +590,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();}; precedence over the source address). - 0x04 - adds + 0x04 - adds a=nortpproxy:yes SDP line; @@ -611,7 +611,7 @@ if (search("User-Agent: Cisco ATA.*") {fix_nated_contact();}; - This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE, + This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE, FAILURE_ROUTE, BRANCH_ROUTE. @@ -668,9 +668,9 @@ add_rcv_param("1"); # add the parameter to the Contact URI fix_nated_register() - The function creates a URI consisting of the source IP, port, and - protocol and stores the URI in an Attribute-Value-Pair. The URI will - be appended as "received" parameter to Contact in 200 OK and + The function creates a URI consisting of the source IP, port, and + protocol and stores the URI in an Attribute-Value-Pair. The URI will + be appended as "received" parameter to Contact in 200 OK and registrar will store it in the received column in the location table. @@ -701,7 +701,7 @@ fix_nated_register(); Meaning of the flags is as follows: - 1 - The Contact header field is searched + 1 - The Contact header field is searched for occurrence of RFC1918 or RFC6598 addresses. @@ -711,11 +711,11 @@ fix_nated_register(); no port, it uses the default SIP port 5060 - 4 - The Top Most Via is searched + 4 - The Top Most Via is searched for occurrence of RFC1918 or RFC6598 addresses - 8 - The SDP is searched for occurrence of + 8 - The SDP is searched for occurrence of RFC1918 or RFC6598 addresses @@ -749,7 +749,7 @@ fix_nated_register(); - All flags can be bitwise combined, the test returns true if any of + All flags can be bitwise combined, the test returns true if any of the tests identified a NAT. @@ -963,7 +963,7 @@ if(is_rfc1918("$rd")) { If topmost Record Route in received SIP request or reply is a double Record Route, value of $rr_top_count is 2. If it a single Record - Route, value of $rr_top_count + Route, value of $rr_top_count is 1. If there is no Record Route(s), value of $rr_top_count is 0. diff --git a/src/modules/nathelper/doc/nathelper_faq.xml b/src/modules/nathelper/doc/nathelper_faq.xml index 7b7e2256bdc..88a4b6b8a29 100644 --- a/src/modules/nathelper/doc/nathelper_faq.xml +++ b/src/modules/nathelper/doc/nathelper_faq.xml @@ -10,7 +10,7 @@ - + &faqguide; @@ -19,7 +19,7 @@ - It was removed as it became obsolete - now + It was removed as it became obsolete - now rtpproxy_sock can take empty value to disable the rtpproxy functionality. @@ -42,7 +42,7 @@ First at all check if your question was already answered on one of - our mailing lists: + our mailing lists: @@ -53,7 +53,7 @@ - E-mails regarding any stable &kamailio; release should be sent to + E-mails regarding any stable &kamailio; release should be sent to &kamailiousersmail; and e-mails regarding development versions should be sent to &kamailiodevmail;.