diff --git a/src/modules/rr/doc/rr_admin.xml b/src/modules/rr/doc/rr_admin.xml index bce2042d054..fb7b4d03ca8 100644 --- a/src/modules/rr/doc/rr_admin.xml +++ b/src/modules/rr/doc/rr_admin.xml @@ -47,12 +47,12 @@ - add_rr_param() - see + add_rr_param() - see check_route_param() - see + linkend="rr.f.check_route_param"/> @@ -594,8 +594,8 @@ record_route_advertised_address("1.2.3.4:5080"); Adds a parameter to the Record-Route URI (param must be in ;name=value format. The function may be called also before or after the record_route() or record_route_advertised_address() - calls (see or )). + calls (see or )). Meaning of the parameters is as follows: @@ -628,7 +628,7 @@ add_rr_param(";nat=yes"); The function checks if the URI parameters of the local Route header (corresponding to the local server) matches the given regular expression. It must be call after loose_route() (see ). + linkend="rr.f.loose_route"/>). Meaning of the parameters is as follows: @@ -659,9 +659,9 @@ if (check_route_param("nat=yes")) { The function checks the flow direction of in-dialog requests. This function uses the ftag parameter from the Route header, - therefore the append_fromtag (see + therefore the append_fromtag (see module parameter must be enabled. Also this must be called only after - loose_route() (see ). + loose_route() (see ). The function returns true if the dir is the same with the request's flow direction.