|
@@ -70,10 +70,10 @@ Chapter 1. Admin Guide
|
|
|
|
|
|
1. Overview
|
|
|
|
|
|
- This module hides the routing headers that show topology details. It it
|
|
|
- is not affected by the server being transaction stateless or stateful.
|
|
|
- The script interpretor gets the SIP messages decoded, so all
|
|
|
- functionality existing so far is preserved.
|
|
|
+ This module hides the SIP routing headers that show topology details.
|
|
|
+ It it is not affected by the server being transaction stateless or
|
|
|
+ stateful. The script interpreter gets the SIP messages decoded, so all
|
|
|
+ existing functionality is preserved.
|
|
|
|
|
|
The module is transparent for the configuration writer. It only needs
|
|
|
to be loaded (tune the parameters if needed). The SIP server can be
|
|
@@ -98,7 +98,7 @@ Chapter 1. Admin Guide
|
|
|
|
|
|
The following libraries or applications must be installed before
|
|
|
running Kamailio with this module loaded:
|
|
|
- * None. In the future the module can be enhnaced to use a stronger
|
|
|
+ * None. In the future the module can be enhanced to use a stronger
|
|
|
encryption algorithm.
|
|
|
|
|
|
3. Exported Parameters
|
|
@@ -137,7 +137,7 @@ modparam("topoh", "mask_callid", 1)
|
|
|
|
|
|
3.3. uparam_name (str)
|
|
|
|
|
|
- Name of URI param where to store encoded value.
|
|
|
+ Name of URI parameter where to store encoded value.
|
|
|
|
|
|
Default value is "line".
|
|
|
|
|
@@ -148,7 +148,7 @@ modparam("topoh", "uparam_name", "myparam")
|
|
|
|
|
|
3.4. uparam_prefix (str)
|
|
|
|
|
|
- Prefix to be added in encoded URI params.
|
|
|
+ Prefix to be added in encoded URI parameters.
|
|
|
|
|
|
Default value is "sr-".
|
|
|
|
|
@@ -159,7 +159,7 @@ modparam("topoh", "uparam_prefix", "xyz")
|
|
|
|
|
|
3.5. vparam_name (str)
|
|
|
|
|
|
- Name of Via: parameter where to store encoded value.
|
|
|
+ Name of Via: parameter used to store encoded value.
|
|
|
|
|
|
Default value is "branch".
|
|
|
|