Module: kamailio
Branch: master
Commit: ba218f50454a50766a7545099b6e2644bfb76a08
URL:
https://github.com/kamailio/kamailio/commit/ba218f50454a50766a7545099b6e264…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-02-10T12:16:12+01:00
modules: readme files regenerated - app_python ... [skip ci]
---
Modified: src/modules/app_python/README
---
Diff:
https://github.com/kamailio/kamailio/commit/ba218f50454a50766a7545099b6e264…
Patch:
https://github.com/kamailio/kamailio/commit/ba218f50454a50766a7545099b6e264…
---
diff --git a/src/modules/app_python/README b/src/modules/app_python/README
index cf5821b..c24477c 100644
--- a/src/modules/app_python/README
+++ b/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
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");
...