Module: sip-router
Branch: 3.1
Commit: a81e06ed46ad688d42f2079673aef8b191cf1e1a
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a81e06e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri Nov 26 10:00:42 2010 +0100
topoh: enhaced description of mask_ip parameter
(cherry picked from commit 4fe783a09d6af1a2c16659f961b9097a021805d8)
---
modules/topoh/README | 7 ++++---
modules/topoh/doc/topoh_admin.xml | 5 +++--
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/modules/topoh/README b/modules/topoh/README
index 2940d5e..0ed980f 100644
--- a/modules/topoh/README
+++ b/modules/topoh/README
@@ -10,7 +10,7 @@ Daniel-Constantin Mierla
<miconda(a)gmail.com>
- Copyright � 2009 FhG FOKUS
+ Copyright © 2009 FhG FOKUS
__________________________________________________________________
Table of Contents
@@ -132,8 +132,9 @@ modparam("topoh", "mask_key", "some secret
here")
3.2. mask_ip (str)
IP address to be used in masked headers to build valid SIP URIs. Can be
- any IP address, does not affect routing when used on the main SIP
- server.
+ any IP address, even a private-space IP address (e.g., 192.168.1.1),
+ but must not be SIP server's local IP address. It is not used at all
+ for SIP routing.
Default value is "10.1.1.10".
diff --git a/modules/topoh/doc/topoh_admin.xml b/modules/topoh/doc/topoh_admin.xml
index 9f8673d..d028437 100644
--- a/modules/topoh/doc/topoh_admin.xml
+++ b/modules/topoh/doc/topoh_admin.xml
@@ -89,8 +89,9 @@ modparam("topoh", "mask_key", "some secret
here")
<title><varname>mask_ip</varname> (str)</title>
<para>
IP address to be used in masked headers to build valid
- SIP URIs. Can be any IP address, does not affect routing
- when used on the main SIP server.
+ SIP URIs. Can be any IP address, even a private-space IP address
+ (e.g., 192.168.1.1), but must not be SIP server's local IP address.
+ It is not used at all for SIP routing.
</para>
<para>
<emphasis>