Perhaps this has been asked before, but where are all these core and module functions that the Perl module documentation alleges to be exposed via "autoload"?
When I try to run any of them as methods of the OpenSER object, the Perl module tells me they exist but are unavailable, or something to that general effect.
So, for now, the only use I get out of the perl module is to be able to communicate to the OpenSER route plan via setting AVPs.
Is this going to change any time soon? Will functions like $m->rewrite_ruri() eventually work? Or am I missing some kind of autoload option?
The perl module documentation is not up to date. Many functions are currently not available because of a memory leak issue.
I have found more informations on these links : http://www.openser.org/pipermail/devel/2007-January/005572.html http://www.nabble.com/Disable-the-safety-checks-in-the-perl-module-td1781649...