diff --git a/src/modules/topoh/doc/topoh_admin.xml b/src/modules/topoh/doc/topoh_admin.xml index 2d92f21e47c..83850d277cd 100644 --- a/src/modules/topoh/doc/topoh_admin.xml +++ b/src/modules/topoh/doc/topoh_admin.xml @@ -10,9 +10,9 @@ - + &adminguide; - +
Overview @@ -253,7 +253,34 @@ 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 + the expected prefix composed from mask IP and parameter name prefix. + It can make the topoh processing safer by avoiding to try decoding + URIs which were not encoded previously by topoh. + + + Note: do not enable this option if you have SIP devices that can + alter the URI values it takes from Contact or Record-Route headers + (like adding port 5060 when no port is in received URIs, or + thet introduce new parameters at unknown position). + + + + Default value is 0. + + + + Set <varname>uri_prefix_checks</varname> parameter + +... +modparam("topoh", "uri_prefix_checks", 1) +... + + +