Module: sip-router Branch: master Commit: 95f58d8c8bde444adf5078328714526cc5a9cca1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=95f58d8c...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Sun Nov 28 12:45:49 2010 +0100
app_lua: doc updated with dispatcher sub-module
---
modules/app_lua/README | 2 ++ modules/app_lua/doc/app_lua_admin.xml | 6 ++++++ 2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/modules/app_lua/README b/modules/app_lua/README index ae9cf02..8b45ce2 100644 --- a/modules/app_lua/README +++ b/modules/app_lua/README @@ -130,6 +130,8 @@ modparam("app_lua", "load", "/usr/local/etc/kamailio/lua/myscript.lua") * auth - register functions from auth module under 'sr.auth'. * auth_db - register functions from auth_db module under 'sr.auth_db'. + * dispatcher - register functions from dispatcher module under + 'sr.dispatcher'. * maxfwd - register functions from maxfwd module under 'sr.maxfwd'. * registrar - register functions from registrar module under 'sr.registrar'. diff --git a/modules/app_lua/doc/app_lua_admin.xml b/modules/app_lua/doc/app_lua_admin.xml index 5590569..70d92bf 100644 --- a/modules/app_lua/doc/app_lua_admin.xml +++ b/modules/app_lua/doc/app_lua_admin.xml @@ -123,6 +123,12 @@ modparam("app_lua", "load", "/usr/local/etc/kamailio/lua/myscript.lua") </listitem> <listitem> <para> + <emphasis>dispatcher</emphasis> - register functions from + dispatcher module under 'sr.dispatcher'. + </para> + </listitem> + <listitem> + <para> <emphasis>maxfwd</emphasis> - register functions from maxfwd module under 'sr.maxfwd'. </para>