Browse Source

app_lua: updated the docs

Daniel-Constantin Mierla 14 năm trước cách đây
mục cha
commit
f3cc40a1e3
2 tập tin đã thay đổi với 7 bổ sung0 xóa
  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