|
@@ -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:[email protected];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
|