Module: kamailio
Branch: master
Commit: a8747aa02ff3fbffd7a63bdc1e5c06188472edfa
URL:
https://github.com/kamailio/kamailio/commit/a8747aa02ff3fbffd7a63bdc1e5c061…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-09-12T13:06:53+02:00
[app_lua] clarify the file scripts can be in source or bytecode
---
Modified: src/modules/app_lua/doc/app_lua_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/a8747aa02ff3fbffd7a63bdc1e5c061…
Patch:
https://github.com/kamailio/kamailio/commit/a8747aa02ff3fbffd7a63bdc1e5c061…
---
diff --git a/src/modules/app_lua/doc/app_lua_admin.xml
b/src/modules/app_lua/doc/app_lua_admin.xml
index adcb91caeeb..0c2841ea0f7 100644
--- a/src/modules/app_lua/doc/app_lua_admin.xml
+++ b/src/modules/app_lua/doc/app_lua_admin.xml
@@ -117,7 +117,7 @@
<para>
Set the path to the Lua script to be loaded at startup. Then you
can use lua_run(function, params) to execute a function from the
- script at runtime.
+ script at runtime. The script can be in Lua-source or bytecode.
</para>
<para>
<emphasis>