Module: kamailio
Branch: master
Commit: b79f3e3308786b86864abaddb75e06587722ef6c
URL:
https://github.com/kamailio/kamailio/commit/b79f3e3308786b86864abaddb75e065…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-11-24T09:31:56+01:00
modules: readme files regenerated - nathelper ... [skip ci]
---
Modified: src/modules/nathelper/README
---
Diff:
https://github.com/kamailio/kamailio/commit/b79f3e3308786b86864abaddb75e065…
Patch:
https://github.com/kamailio/kamailio/commit/b79f3e3308786b86864abaddb75e065…
---
diff --git a/src/modules/nathelper/README b/src/modules/nathelper/README
index 2b12e8c67c..867e7aad88 100644
--- a/src/modules/nathelper/README
+++ b/src/modules/nathelper/README
@@ -612,7 +612,8 @@ if(is_rfc1918("$rd")) {
Adds an “;alias=ip~port~transport” parameter to the contact URI
containing either received ip, port, and transport protocol or those
given as parameters. If called without parameters, “;alias” parameter
- is only added if received ip and port differ from those in contact URI.
+ is only added if received ip, port, or transport protocol differs from
+ that in contact URI.
This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,
BRANCH_ROUTE, and LOCAL_ROUTE.