Browse Source

topoh: documentation updated for mask_ip parameter

Daniel-Constantin Mierla 11 years ago
parent
commit
a35f99d0bc
2 changed files with 9 additions and 7 deletions
  1. 5 4
      modules/topoh/README
  2. 4 3
      modules/topoh/doc/topoh_admin.xml

+ 5 - 4
modules/topoh/README

@@ -128,11 +128,12 @@ modparam("topoh", "mask_key", "some secret here")
 3.2. mask_ip (str)
 3.2. mask_ip (str)
 
 
    IP address to be used in masked headers to build valid SIP URIs. Can be
    IP address to be used in masked headers to build valid 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.
+   any IP address, even a private-space or non-existing IP address (e.g.,
+   192.168.1.1, 127.0.0.2), including the SIP server address, but must not
+   be an address potentially used by clients. It is not used at all for
+   SIP routing.
 
 
-   Default value is "10.1.1.10".
+   Default value is "127.0.0.8".
 
 
    Example 1.2. Set mask_ip parameter
    Example 1.2. Set mask_ip parameter
 ...
 ...

+ 4 - 3
modules/topoh/doc/topoh_admin.xml

@@ -89,13 +89,14 @@ modparam("topoh", "mask_key", "some secret here")
 		<title><varname>mask_ip</varname> (str)</title>
 		<title><varname>mask_ip</varname> (str)</title>
 		<para>
 		<para>
 		IP address to be used in masked headers to build valid
 		IP address to be used in masked headers to build valid
-		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.
+		SIP URIs. Can be any IP address, even a private-space or non-existing
+		IP address (e.g., 192.168.1.1, 127.0.0.2), including the SIP server
+		address, but must not be an address potentially used by clients.
 		It is not used at all for SIP routing.
 		It is not used at all for SIP routing.
 		</para>
 		</para>
 		<para>
 		<para>
 		<emphasis>
 		<emphasis>
-			Default value is "10.1.1.10".
+			Default value is "127.0.0.8".
 		</emphasis>
 		</emphasis>
 		</para>
 		</para>
 		<example>
 		<example>