Skip to content

Commit

Permalink
modules: readme files regenerated - app_python ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Feb 10, 2017
1 parent 99c284d commit ba218f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/app_python/README
Expand Up @@ -133,8 +133,11 @@ modparam("app_python", "child_init_method", "my_child_init")
'method'. Optionally can be provided a second string with parameters to
be passed to the Python function.

Both parameters can contain pseudo-variables.

Example 1.4. python_exec usage
...
python_exec("my_python_function");
python_exec("my_python_function", "my_params");
python_exec("my_python_function", "$rU");
...

0 comments on commit ba218f5

Please sign in to comment.