Przeglądaj źródła

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

Kamailio Dev 8 lat temu
rodzic
commit
ba218f5045
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      src/modules/app_python/README

+ 3 - 0
src/modules/app_python/README

@@ -133,8 +133,11 @@ modparam("app_python", "child_init_method", "my_child_init")
    'method'. Optionally can be provided a second string with parameters to
    'method'. Optionally can be provided a second string with parameters to
    be passed to the Python function.
    be passed to the Python function.
 
 
+   Both parameters can contain pseudo-variables.
+
    Example 1.4. python_exec usage
    Example 1.4. python_exec usage
 ...
 ...
 python_exec("my_python_function");
 python_exec("my_python_function");
 python_exec("my_python_function", "my_params");
 python_exec("my_python_function", "my_params");
+python_exec("my_python_function", "$rU");
 ...
 ...