Module: kamailio
Branch: master
Commit: 7dca532cf3ab3aed35571134081b3715b6fa75c8
URL:
https://github.com/kamailio/kamailio/commit/7dca532cf3ab3aed35571134081b371…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-08-13T16:16:41+02:00
modules: readme files regenerated - rr ... [skip ci]
---
Modified: src/modules/rr/README
---
Diff:
https://github.com/kamailio/kamailio/commit/7dca532cf3ab3aed35571134081b371…
Patch:
https://github.com/kamailio/kamailio/commit/7dca532cf3ab3aed35571134081b371…
---
diff --git a/src/modules/rr/README b/src/modules/rr/README
index 4fe696ee3a..1b1ef14557 100644
--- a/src/modules/rr/README
+++ b/src/modules/rr/README
@@ -16,8 +16,6 @@ Edited by
Jan Janak
-Edited by
-
Bogdan-Andrei Iancu
Copyright © 2003 FhG FOKUS
@@ -52,7 +50,7 @@ Bogdan-Andrei Iancu
5. Functions
5.1. loose_route()
- 5.2. record_route() and record_route(string)
+ 5.2. record_route([sparams])
5.3. remove_record_route()
5.4. record_route_preset(string [,string2])
5.5. record_route_advertised_address(address)
@@ -128,7 +126,7 @@ Chapter 1. Admin Guide
5. Functions
5.1. loose_route()
- 5.2. record_route() and record_route(string)
+ 5.2. record_route([sparams])
5.3. remove_record_route()
5.4. record_route_preset(string [,string2])
5.5. record_route_advertised_address(address)
@@ -362,7 +360,7 @@ modparam("rr", "ignore_sips", 1)
5. Functions
5.1. loose_route()
- 5.2. record_route() and record_route(string)
+ 5.2. record_route([sparams])
5.3. remove_record_route()
5.4. record_route_preset(string [,string2])
5.5. record_route_advertised_address(address)
@@ -417,7 +415,7 @@ modparam("rr", "ignore_sips", 1)
loose_route();
...
-5.2. record_route() and record_route(string)
+5.2. record_route([sparams])
The function adds a new Record-Route header field. The header field
will be inserted in the message before any other Record-Route header
@@ -432,6 +430,10 @@ loose_route();
generate and add a flow-token as the username part of the
Record-Route-URI.
+ Note: if append From-tag is enabled and the function is used for
+ requests within dialog, it must be executed after loose_route() in
+ order to detect properly the direction.
+
This function can be used from REQUEST_ROUTE, BRANCH_ROUTE and
FAILURE_ROUTE.