2
0
Эх сурвалжийг харах

app_lua: updated the docs

Daniel-Constantin Mierla 14 жил өмнө
parent
commit
f3cc40a1e3

+ 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'.
      * sqlops - register functions from sqlops module under 'sr.sqlops'.
      * sl - register functions from sl module under 'sr.sl'.
      * sl - register functions from sl module under 'sr.sl'.
      * tm - register functions from tm module under 'sr.tm'.
      * 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
    Note that 'sr', 'sr.hdr' and 'sr.pv' modules are always registered to
    Lua.
    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'.
 				under 'sr.tm'.
 			</para>
 			</para>
 		    </listitem>
 		    </listitem>
+		    <listitem>
+			<para>
+				<emphasis>xhttp</emphasis> - register functions from xhttp
+				module under 'sr.xhttp'.
+			</para>
+		    </listitem>
 	    	</itemizedlist>
 	    	</itemizedlist>
 	    <para>
 	    <para>
 			Note that 'sr', 'sr.hdr' and 'sr.pv' modules are always registered
 			Note that 'sr', 'sr.hdr' and 'sr.pv' modules are always registered