Module: kamailio
Branch: master
Commit: bda43b9c889f52a1d9d851e224e11bb4b090889c
URL:
https://github.com/kamailio/kamailio/commit/bda43b9c889f52a1d9d851e224e11bb…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-09-18T09:20:19+02:00
Merge pull request #328 from mslehto/master
modules/path: fixes typo in outbound RFC number
---
Modified: modules/path/doc/path_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/bda43b9c889f52a1d9d851e224e11bb…
Patch:
https://github.com/kamailio/kamailio/commit/bda43b9c889f52a1d9d851e224e11bb…
---
diff --git a/modules/path/doc/path_admin.xml b/modules/path/doc/path_admin.xml
index 464486a..2a7ade6 100644
--- a/modules/path/doc/path_admin.xml
+++ b/modules/path/doc/path_admin.xml
@@ -150,7 +150,7 @@ modparam("path", "use_received", 1)
If the <quote>outbound</quote> module was loaded before this module, and
outbound is
required for this request, the header will be in the form
<quote>Path: <sip:flowtoken@1.2.3.4;lr;ob></quote>, where
<quote>flowtoken</quote>
- is the RFC 5636 flow-token that can be used to identify the source and local address
and
+ 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 <quote>1.2.3.4</quote> is
the address of
the outgoing interface.
</para>