From 75f19a666dde2e6264ef12c7a4d9f40fcb0f739b Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 8 Jun 2018 09:19:46 +0200 Subject: [PATCH] topos: docs - added section ids to parameters (cherry picked from commit 7e5e5ca4ccf21e2644ed8e82bc5225f4432b1247) --- src/modules/topoh/doc/topoh_admin.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/modules/topoh/doc/topoh_admin.xml b/src/modules/topoh/doc/topoh_admin.xml index 1732b777248..bb3c44c9c5c 100644 --- a/src/modules/topoh/doc/topoh_admin.xml +++ b/src/modules/topoh/doc/topoh_admin.xml @@ -66,7 +66,7 @@
Parameters -
+
<varname>mask_key</varname> (str) Keyword to mask the headers. @@ -85,7 +85,7 @@ modparam("topoh", "mask_key", "some secret here")
-
+
<varname>mask_ip</varname> (str) IP address to be used in masked headers to build valid @@ -108,7 +108,7 @@ modparam("topoh", "mask_ip", "192.168.0.1")
-
+
<varname>mask_callid</varname> (integer) Whether to encode the Call-id: header. Some SIP extensions include @@ -136,7 +136,7 @@ modparam("topoh", "mask_callid", 1)
-
+
<varname>uparam_name</varname> (str) Name of URI parameter where to store encoded value. @@ -155,7 +155,7 @@ modparam("topoh", "uparam_name", "myparam")
-
+
<varname>uparam_prefix</varname> (str) Prefix to be added in encoded URI parameters. @@ -174,7 +174,7 @@ modparam("topoh", "uparam_prefix", "xyz")
-
+
<varname>vparam_name</varname> (str) Name of Via: parameter used to store encoded value. @@ -193,7 +193,7 @@ modparam("topoh", "vparam_name", "myv")
-
+
<varname>vparam_prefix</varname> (str) Prefix to be added in encoded Via: parameters. @@ -212,7 +212,7 @@ modparam("topoh", "vparam_prefix", "xyz")
-
+
<varname>callid_prefix</varname> (str) Prefix to be added in encoded Call-ID: headers. @@ -231,7 +231,7 @@ modparam("topoh", "callid_prefix", "***")
-
+
<varname>sanity_checks</varname> (integer) If set to 1, topoh module will bind to sanity module in order @@ -253,7 +253,7 @@ modparam("topoh", "sanity_checks", 1)
-
+
<varname>uri_prefix_checks</varname> (integer) If set to 1, topoh module will check if URIs to be decoded match