浏览代码

topoh: enhaced description of mask_ip parameter

Daniel-Constantin Mierla 15 年之前
父节点
当前提交
4fe783a09d
共有 2 个文件被更改,包括 7 次插入5 次删除
  1. 4 3
      modules/topoh/README
  2. 3 2
      modules/topoh/doc/topoh_admin.xml

+ 4 - 3
modules/topoh/README

@@ -10,7 +10,7 @@ Daniel-Constantin Mierla
 
    <[email protected]>
 
-   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".
 

+ 3 - 2
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>