Hello,
We have a requirement to load two code modules for use by kamailio.cfg, the reason being that we can't (won't, for business reasons) modify the first module and so need to add a second for our own code.
Ideally we would load two Perl modules instead of the single module that's currently loaded like this:
modparam( "app_perl", "filename", "/path/to/our/custom/Kamailio.pm" )
But I'm not sure how to load two modules like this. Otherwise, does anyone know if it's safe to load both a Perl module and a Python module? Then we could at least implement both required parts, one in Perl and one in Python.
Thanks in advance for any help.