Module: kamailio
Branch: master
Commit: bb517cda1ae9ea0229195871338b0967a9b0a7fc
URL:
https://github.com/kamailio/kamailio/commit/bb517cda1ae9ea0229195871338b096…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: 2017-05-16T08:26:22+03:00
modules/lcr: improved documentation
---
Modified: src/modules/lcr/doc/lcr_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/bb517cda1ae9ea0229195871338b096…
Patch:
https://github.com/kamailio/kamailio/commit/bb517cda1ae9ea0229195871338b096…
---
diff --git a/src/modules/lcr/doc/lcr_admin.xml b/src/modules/lcr/doc/lcr_admin.xml
index 7196c56..8c4552d 100644
--- a/src/modules/lcr/doc/lcr_admin.xml
+++ b/src/modules/lcr/doc/lcr_admin.xml
@@ -35,9 +35,9 @@
<prefix, from uri pattern, from uri userpart, request uri
pattern, priority, weight>
tuples. A gateway matches a request if user part of Request-URI
- matches a "prefix", caller URI matches a "From-URI" pattern,
- caller URI userpart matches a mtree with given tree "value", and
- callee URI matches a "Request-URI" pattern in a tuple that is
+ matches "prefix", caller URI matches "from_uri" pattern,
+ caller URI userpart matches mtree with "mt_value", and
+ callee URI matches "request_uri" pattern in a tuple that is
associated with the gateway.
</para>
<para>
@@ -134,7 +134,7 @@
<section>
<title>Dependencies</title>
<section>
- <title>&siprouter; modules</title>
+ <title>&kamailio; Modules</title>
<para>
The following modules must be loaded before this module:
<itemizedlist>
@@ -144,6 +144,11 @@
dbtext</emphasis>.
</para>
</listitem>
+ <listitem>
+ <para>
+ <emphasis>mtree module if mt_pv_values parameter is set</emphasis>.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</section>