|
@@ -239,7 +239,7 @@ end
|
|
|
### Python KEMI Interpreter ###
|
|
|
|
|
|
It is implemented by `app_python` module. The Python interpreter is linked from `libpython`, supported Python versions:
|
|
|
-2.5, 2.6 and 3.x (via app_python3).
|
|
|
+2.5, 2.6 and 3.x (via `app_python3`).
|
|
|
|
|
|
```
|
|
|
loadmodule "app_python.so"
|
|
@@ -293,6 +293,10 @@ The documentation for `app_python` is available at:
|
|
|
|
|
|
* [app_python.html](https://kamailio.org/docs/modules/devel/modules/app_python.html)
|
|
|
|
|
|
+The documentation for `app_python3` is available at:
|
|
|
+
|
|
|
+ * [app_python3.html](https://kamailio.org/docs/modules/devel/modules/app_python3.html)
|
|
|
+
|
|
|
#### Basic KEMI Python Scripting Example ####
|
|
|
|
|
|
The file `kamailio.cfg` with the global parameters and modules settings:
|
|
@@ -743,4 +747,4 @@ the second variant being recommended to be used.
|
|
|
|
|
|
It is recommended to look at the functions exported to KEMI by each Kamailio
|
|
|
module used in the script, there can be useful functions that could be convenient
|
|
|
-to use instead of the pseudo-variables exported by that module.
|
|
|
+to use instead of the pseudo-variables exported by that module.
|