Module: sip-router
Branch: master
Commit: b0832752202bf62e5912c5a2a015a078ac1b5563
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b083275…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Sun Dec 7 19:22:56 2014 +0100
xlog Add minor note in docs about dependency on other modules
---
modules/xlog/README | 4 +++-
modules/xlog/doc/xlog_admin.xml | 2 ++
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/modules/xlog/README b/modules/xlog/README
index c770cf6..29b02c8 100644
--- a/modules/xlog/README
+++ b/modules/xlog/README
@@ -114,7 +114,9 @@ Chapter 1. Admin Guide
3.1. Kamailio Modules
The following modules must be loaded before this module:
- * No dependencies on other Kamailio modules.
+ * No dependencies on other Kamailio modules. Note that many modules
+ publish pseudovariables that you can use in this module. The core
+ module for this is the pv module.
3.2. External Libraries or Applications
diff --git a/modules/xlog/doc/xlog_admin.xml b/modules/xlog/doc/xlog_admin.xml
index dad27a6..60677c2 100644
--- a/modules/xlog/doc/xlog_admin.xml
+++ b/modules/xlog/doc/xlog_admin.xml
@@ -71,6 +71,8 @@
<listitem>
<para>
<emphasis>No dependencies on other &kamailio; modules</emphasis>.
+ Note that many modules publish pseudovariables that you can use
+ in this module. The core module for this is the <emphasis>pv</emphasis>
module.
</para>
</listitem>
</itemizedlist>