You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/app_python/README.TestCase-Loggers

17 lines
315 B

Example of using loggers in Python:
loadmodule "app_python.so"
modparam("app_python", "script_name", "/path/to/Loggers.py")
modparam("app_python", "mod_init_function", "mod_init")
modparam("app_python", "child_init_method", "child_init")
...
route
{
python_exec("TestLoggers", "Test Message\n");
...
}