Module: kamailio Branch: master Commit: b4fdeb01bd52427e9fa2cb8696b3b3631e871a79 URL: https://github.com/kamailio/kamailio/commit/b4fdeb01bd52427e9fa2cb8696b3b3631e871a79
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2018-03-23T08:47:09+01:00 modules: readme files regenerated - rr ... [skip ci] --- Modified: src/modules/rr/README --- Diff: https://github.com/kamailio/kamailio/commit/b4fdeb01bd52427e9fa2cb8696b3b3631e871a79.diff Patch: https://github.com/kamailio/kamailio/commit/b4fdeb01bd52427e9fa2cb8696b3b3631e871a79.patch --- diff --git a/src/modules/rr/README b/src/modules/rr/README index 9dd64a3a28..f1c00d6c12 100644 --- a/src/modules/rr/README +++ b/src/modules/rr/README @@ -169,8 +169,8 @@ Chapter 1. Admin Guide 3261 (see 12.1.1 UAS behavior). For this purpose, the modules offers the following functions: - * add_rr_param() - see Section 5.6, âadd_rr_param(param)â - * check_route_param() - see Section 5.7, âcheck_route_param(re)â + * add_rr_param() - see ??? + * check_route_param() - see ??? Example 1.1. Dialog support in RR module ... @@ -496,9 +496,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 - Section 5.2, ârecord_route() and record_route(string)â or Section 5.5, - ârecord_route_advertised_address(address)â)). + the record_route() or record_route_advertised_address() calls (see ??? + or ???)). Meaning of the parameters is as follows: * param - String containing the URI parameter to be added. It must @@ -516,8 +515,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 Section 5.1, - âloose_route()â). + expression. It must be call after loose_route() (see ???). Meaning of the parameters is as follows: * re - regular expression to check against the Route URI parameters. @@ -535,9 +533,8 @@ 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 Section 4.2, âappend_fromtag (integer)â module - parameter must be enabled. Also this must be called only after - loose_route() (see Section 5.1, âloose_route()â). + append_fromtag (see ??? module parameter must be enabled. Also this + must be called only after loose_route() (see ???). The function returns true if the âdirâ is the same with the request's flow direction. @@ -679,9 +676,8 @@ record_route_advertised_address("1.2.3.4:5090"); The function checks the flow direction of the request âmsgâ. As for checking it's used the âftagâ Route header parameter, the - append_fromtag (see Section 4.2, âappend_fromtag (integer)â module - parameter must be enables. Also this must be call only after the - loose_route is done. + append_fromtag (see ??? module parameter must be enables. Also this + must be call only after the loose_route is done. The function returns 0 if the âdirâ is the same with the request's flow direction. Otherwise, -1 is returned.
_______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
