[sr-dev] git:master: topoh: enhaced description of mask_ip parameter

Daniel-Constantin Mierla miconda at gmail.com
Fri Nov 26 10:01:27 CET 2010


Module: sip-router
Branch: master
Commit: 4fe783a09d6af1a2c16659f961b9097a021805d8
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4fe783a09d6af1a2c16659f961b9097a021805d8

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Fri Nov 26 10:00:42 2010 +0100

topoh: enhaced description of mask_ip parameter

---

 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 at 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>




More information about the sr-dev mailing list