2007/9/17, perllearner <[EMAIL PROTECTED]>:
> I am having a look at cpanel v3 code for using a perl module after
> installing it in your user directory (when not root):
>
> my $homedir = (getpwuid($>))[7];my $n_inc = scalar @INC;for (my $i =
> 0; $i < $n_inc; $i++ ) {
r fine cpanel v3 is suggesting and the reason for
it working is because:
1) My prompt is
On 9/17/07, perllearner <[EMAIL PROTECTED]> wrote:
>
> I am having a look at cpanel v3 code for using a perl module after
> installing it in your user directory (when not root):
>
> my $home
I am having a look at cpanel v3 code for using a perl module after
installing it in your user directory (when not root):
my $homedir = (getpwuid($>))[7];my $n_inc = scalar @INC;for (my $i =
0; $i < $n_inc; $i++ ) { if (-d $homedir . '/perl' . $INC[$i])
{ unshift(@INC,$
esday, February 27, 2002 10:26 PM
To: [EMAIL PROTECTED]
Subject: making phone calls using a perl module
Hi there,
I am looking for a perl module that can be used to
make phone calls using a voice modem so when the phone
is picked up the user can hear a recorded message
(mp3 file). Any idea where i can
From: Johnathan Kupferer <[EMAIL PROTECTED]>
> I would also be interested if anyone knows how to do this. We have
> several system monitors that would be much more efficient if they
> could actually call us when there is a problem rather than just
> sending email.
> We have a
Heh, I was right ;)
Check this:
http://www.zoltrix.com/PUBLIC/MODEM/ATmanual/ATVROCK.HTM
Quoting:
8.1.3. Voice Transmit Mode
Voice Transmit Mode is entered when the DTE issues the #VTX command because
it
wants to transmit voice data. This mode is typically used when playing back
greeting messag
ls using a perl module
On 28/2/02 15:40, "Papo Napolitano" <[EMAIL PROTECTED]> wrote:
> I'm making a guess here... But I think voice modems use the (standart) AT
> commands even for the voice commands.
> So if you know what to send, just use something like Device::
t W. McCoy [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 27, 2002 10:44 PM
> To: [EMAIL PROTECTED]
> Subject: Re: making phone calls using a perl module
>
>
> On Wed, 27 Feb 2002, Joe Echavarria wrote:
>
> >I am looking for a perl module that can be used to
A followup:
I found some modules on CPAN regarding Perl & Telephony:
Module Telephone::Number (G/GI/GIULIENK/WWW-SMS-0.06.tar.gz)
Module Telephony::CTPort (V/VO/VOICET/ctserver-0.3.tar.gz)
Module Telephony::Phonedev (Contact Author David Huggins-Daines
<[EMAIL PROTECT
On Thu, 28 Feb 2002, Johnathan Kupferer wrote:
> I would also be interested if anyone knows how to do this. We have
> several system monitors that would be much more efficient if they could
> actually call us when there is a problem rather than just sending email.
> We have a pager that can rec
I'm making a guess here... But I think voice modems use the (standart) AT
commands even for the voice commands.
So if you know what to send, just use something like Device::SerialPort to
dial via the modem and for the mp3 play, you could "inject" the audio signal
coming from your soundcard to the
EMAIL PROTECTED]
Subject: Re: making phone calls using a perl module
On Wed, 27 Feb 2002, Joe Echavarria wrote:
>I am looking for a perl module that can be used to
> make phone calls using a voice modem so when the phone
> is picked up the user can hear a recorded message
> (mp
I would also be interested if anyone knows how to do this. We have
several system monitors that would be much more efficient if they could
actually call us when there is a problem rather than just sending email.
We have a pager that can recieve email, but that only helps whoever has
the page
It is not phone spam. Is for a proyect.
--- "Brett W. McCoy" <[EMAIL PROTECTED]>
wrote:
> On Wed, 27 Feb 2002, Joe Echavarria wrote:
>
> >I am looking for a perl module that can be used
> to
> > make phone calls using a voice modem so when the
> phone
> > is picked up the user can hear a reco
On Wed, 27 Feb 2002, Joe Echavarria wrote:
>I am looking for a perl module that can be used to
> make phone calls using a voice modem so when the phone
> is picked up the user can hear a recorded message
> (mp3 file). Any idea where i can find that module.
Oh, boy, phone spam.
-- Brett
Hi there,
I am looking for a perl module that can be used to
make phone calls using a voice modem so when the phone
is picked up the user can hear a recorded message
(mp3 file). Any idea where i can find that module.
Thanks,
Joe
__
Do Y
16 matches
Mail list logo