Browse Source

modules: readme files regenerated - app_lua ... [skip ci]

Kamailio Dev 7 years ago
parent
commit
a295bff374
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/modules/app_lua/README

+ 4 - 4
src/modules/app_lua/README

@@ -253,10 +253,10 @@ if(!lua_run("sr_append_fu_to_reply")) {
     xdbg("SCRIPT: failed to execute lua function!\n");
 }
 ...
-lua_run("lua_funcx0");
-lua_run("lua_funcx1", "$rU");
-lua_run("lua_funcx2", "$rU", "2");
-lua_run("lua_funcx3", "$rU", "2", "$si");
+lua_run("lua_func0");
+lua_run("lua_func1", "$rU");
+lua_run("lua_func2", "$rU", "2");
+lua_run("lua_func3", "$rU", "2", "$si");
 ...
 
 4.4.  lua_runstring(script)