Module: sip-router
Branch: master
Commit: f3cc40a1e3007eff78a09cfdf767811839a018c0
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f3cc40a…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sun Jan 16 22:44:32 2011 +0100
app_lua: updated the docs
---
modules/app_lua/README | 1 +
modules/app_lua/doc/app_lua_admin.xml | 6 ++++++
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/modules/app_lua/README b/modules/app_lua/README
index 8b45ce2..d8dd8c7 100644
--- a/modules/app_lua/README
+++ b/modules/app_lua/README
@@ -139,6 +139,7 @@ modparam("app_lua", "load",
"/usr/local/etc/kamailio/lua/myscript.lua")
* sqlops - register functions from sqlops module under 'sr.sqlops'.
* sl - register functions from sl module under 'sr.sl'.
* tm - register functions from tm module under 'sr.tm'.
+ * xhttp - register functions from xhttp module under 'sr.xhttp'.
Note that 'sr', 'sr.hdr' and 'sr.pv' modules are always
registered to
Lua.
diff --git a/modules/app_lua/doc/app_lua_admin.xml
b/modules/app_lua/doc/app_lua_admin.xml
index 70d92bf..ae77ee7 100644
--- a/modules/app_lua/doc/app_lua_admin.xml
+++ b/modules/app_lua/doc/app_lua_admin.xml
@@ -163,6 +163,12 @@ modparam("app_lua", "load",
"/usr/local/etc/kamailio/lua/myscript.lua")
under 'sr.tm'.
</para>
</listitem>
+ <listitem>
+ <para>
+ <emphasis>xhttp</emphasis> - register functions from xhttp
+ module under 'sr.xhttp'.
+ </para>
+ </listitem>
</itemizedlist>
<para>
Note that 'sr', 'sr.hdr' and 'sr.pv' modules are always
registered