浏览代码

app_lua: updated the docs

Daniel-Constantin Mierla 14 年之前
父节点
当前提交
f3cc40a1e3
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 1 0
      modules/app_lua/README
  2. 6 0
      modules/app_lua/doc/app_lua_admin.xml

+ 1 - 0
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.

+ 6 - 0
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