瀏覽代碼

modules: readme files regenerated - path ... [skip ci]

Kamailio Dev 8 年之前
父節點
當前提交
9c93664732
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/modules/path/README

+ 7 - 0
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:[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