Module: kamailio
Branch: master
Commit: 9c9366473280c52d7f79348637a56264420d48fc
URL:
https://github.com/kamailio/kamailio/commit/9c9366473280c52d7f79348637a5626…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-10-09T16:46:17+02:00
modules: readme files regenerated - path ... [skip ci]
---
Modified: src/modules/path/README
---
Diff:
https://github.com/kamailio/kamailio/commit/9c9366473280c52d7f79348637a5626…
Patch:
https://github.com/kamailio/kamailio/commit/9c9366473280c52d7f79348637a5626…
---
diff --git a/src/modules/path/README b/src/modules/path/README
index d2e3d69398..4d6e7cba5c 100644
--- a/src/modules/path/README
+++ b/src/modules/path/README
@@ -292,6 +292,13 @@ if (!add_path("loadbalancer", "ob")) {
address as domain-part, and the address the request has been received
from as received-parameter.
+ If the “outbound” module was loaded before this module, and outbound is
+ required for this request, the header will be in the form “Path:
+ <sip:flowtoken@1.2.3.4;lr;received=sip:2.3.4.5:1234;ob>”, where
+ “flowtoken” is the RFC 5626 flow-token that can be used to identify the
+ source and local address and transport the request was received on, and
+ where “1.2.3.4” is the address of the outgoing interface.
+
This function can be used from REQUEST_ROUTE.
Example 1.8. add_path_received() usage