Re: [OpenSER-Users] Perl module autoload.

2008-06-20 Thread Julien mangeard
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-mo

[OpenSER-Users] Perl module autoload.

2008-06-20 Thread Alex Balashov
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

Re: [OpenSER-Users] Perl module and moduleFunction()

2008-02-19 Thread Bastian Friedrich
Hi, On Tuesday 19 February 2008, kionez wrote: > > I can't notify UAC with classic sl_send_reply, in my debug log i found: > > ERROR:core:moduleFunc: Module function 'sl_send_reply' is unsafe. Call > is refused. > ERROR:core:XS_OpenSER__Message_moduleFunction: calling module function > 'sl_send_re

[OpenSER-Users] Perl module and moduleFunction()

2008-02-19 Thread kionez
Hi all, i'm trying to write some custom perl module to extend functionalities of openSER. I can't notify UAC with classic sl_send_reply, in my debug log i found: ERROR:core:moduleFunc: Module function 'sl_send_reply' is unsafe. Call is refused. ERROR:core:XS_OpenSER__Message_moduleFunction: calli

Re: [OpenSER-Users] perl

2007-12-03 Thread Bastian Friedrich
On Monday 03 December 2007, David Villasmil Govea wrote: > thanks for the heads-up.. but i didn't type a thing, its all in the tar > file... so there's a typo there. > > > so THIS should be the correct /usr/local/etc/openser/openser.pl file, which > comes with the tar ball: There's no openser.pl i

Re: [OpenSER-Users] perl

2007-12-03 Thread David Villasmil Govea
> > > Message: 9 > Date: Mon, 3 Dec 2007 15:59:06 +0100 > From: Bastian Friedrich <[EMAIL PROTECTED]> > Subject: Re: [OpenSER-Users] perl > To: users@lists.openser.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-88

Re: [OpenSER-Users] perl

2007-12-03 Thread Bastian Friedrich
On Monday 03 December 2007, David Villasmil Govea wrote: [...] > 0(0) perl error: Can't locate OpenSER/Utils/PhoneNumber.pm in @INC [...] > > Although modules are there in: > No, there is no "PhoneNumber.pm" in that path. [...] > [EMAIL PROTECTED]:/usr/local/lib/openser/perl# ls -l > /usr/local

[OpenSER-Users] perl

2007-12-03 Thread David Villasmil Govea
> > > OpenSER modules can be included while compiling by using the > "include_modules" > statement. Thus, the perl module (not "mod_perl", as Daniel already > pointed > out) can be compiled along with OpenSER by using > make include_modules="perl" > > You will need your distribution's perl developm