Module: kamailio Branch: master Commit: f80bfac4c8f91144248a5569fb3c844e0ab84159 URL: https://github.com/kamailio/kamailio/commit/f80bfac4c8f91144248a5569fb3c844e0ab84159
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2018-03-21T08:31:56+01:00 modules: readme files regenerated - nathelper ... [skip ci] --- Modified: src/modules/nathelper/README --- Diff: https://github.com/kamailio/kamailio/commit/f80bfac4c8f91144248a5569fb3c844e0ab84159.diff Patch: https://github.com/kamailio/kamailio/commit/f80bfac4c8f91144248a5569fb3c844e0ab84159.patch --- diff --git a/src/modules/nathelper/README b/src/modules/nathelper/README index 3dd341016f..e70d537311 100644 --- a/src/modules/nathelper/README +++ b/src/modules/nathelper/README @@ -568,13 +568,15 @@ fix_nated_register(); * 1 - The âContactâ header field is searched for occurrence of RFC1918 or RFC6598 addresses. * 2 - the "received" test is used: address in the âViaâ header is - compared against source IP address of signaling + compared against source IP address of signaling. If the âViaâ + header contains no port, it uses the default SIP port 5060 * 4 - The Top Most âViaâ is searched for occurrence of RFC1918 or RFC6598 addresses * 8 - The SDP is searched for occurrence of RFC1918 or RFC6598 addresses * 16 - Test if the source port is different from the port in the - âViaâ header + âViaâ header. If the âViaâ header contains no port, it uses the + default SIP port 5060 * 32 - Test if the source IP address of signaling is a RFC1918 or RFC6598 address * 64 - Test if the source connection of signaling is a WebSocket
_______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
