Hello,
I have PERL script that's executed for every(!) initial INVITE message from the routing logic.
The script needs to lookup a table in the database. Therefore I need to connect to the database each time a initial INVITE is routed.
That might kill the performance (not tested yet, but pretty sure).
How can PERL get access to the database without establishing a _new_ connection each time???
Regards,
Nicolas