Hello,
We are using a product which already uses the "app_perl" module and sets the "filename" parameter to its own Perl library.
However, we want to add more Perl code without having to modify that product's library. Does anyone know of a way to do this? To have Kamailio use Perl code from two different places?
I guess in the worst case scenario we could use "app_python3", and have some Python code call subprocess.run() on the Perl code.
Thanks very much,