Module: kamailio
Branch: master
Commit: 8ceba7e73b29c5cbc0c8ac050237570e762ce698
URL:
https://github.com/kamailio/kamailio/commit/8ceba7e73b29c5cbc0c8ac050237570…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2015-09-18T01:00:47+03:00
modules/path: fixes typo in outbound RFC number
---
Modified: modules/path/doc/path_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/8ceba7e73b29c5cbc0c8ac050237570…
Patch:
https://github.com/kamailio/kamailio/commit/8ceba7e73b29c5cbc0c8ac050237570…
---
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>