diff --git a/src/modules/app_python/doc/app_python_admin.xml b/src/modules/app_python/doc/app_python_admin.xml index dc06758ffea..9eab795662b 100644 --- a/src/modules/app_python/doc/app_python_admin.xml +++ b/src/modules/app_python/doc/app_python_admin.xml @@ -58,7 +58,7 @@
Parameters -
+
<varname>script_name</varname> (string) The path to the fiel with Python code to be executed @@ -79,7 +79,7 @@ modparam("app_python", "script_name", "/usr/local/etc/kamailio/myscript.py")
-
+
<varname>mod_init_function</varname> (string) The Python function to be executed by this module when @@ -100,7 +100,7 @@ modparam("app_python", "mod_init_function", "my_mod_init")
-
+
<varname>child_init_method</varname> (string) The Python function to be executed by this module when @@ -125,7 +125,7 @@ modparam("app_python", "child_init_method", "my_child_init")
Functions -
+
<function moreinfo="none">python_exec(method [, args])</function>