Module: kamailio Branch: master Commit: 5218edfe606437924e24ca693f5b3776fef0e551 URL: https://github.com/kamailio/kamailio/commit/5218edfe606437924e24ca693f5b3776...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2018-03-01T10:31:38+01:00
modules: readme files regenerated - app_python ... [skip ci]
---
Modified: src/modules/app_python/README
---
Diff: https://github.com/kamailio/kamailio/commit/5218edfe606437924e24ca693f5b3776... Patch: https://github.com/kamailio/kamailio/commit/5218edfe606437924e24ca693f5b3776...
---
diff --git a/src/modules/app_python/README b/src/modules/app_python/README index cd5af6994f..a1269d14f0 100644 --- a/src/modules/app_python/README +++ b/src/modules/app_python/README @@ -167,11 +167,8 @@ python_exec("my_python_function", "$rU");
5.1. app_python.reload
- IMPORTANT: not functional yet (can crash a running instance, use it - only for testing). - - Marks the need to reload the js script. The actual reload is done by - every working process when the next call to KEMI config is executed. + Marks the need to reload the Python script. The actual reload is done + by each worker when the next Python method is invoked.
Name: app_python.reload