RE: making phone calls using a perl module

2002-02-28 Thread Balint, Jess
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

Re: making phone calls using a perl module

2002-02-28 Thread Jenda Krynicky
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

Re: [Going OT] Re: making phone calls using a perl module

2002-02-28 Thread Papo Napolitano
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

Re: making phone calls using a perl module

2002-02-28 Thread Papo Napolitano
Yes, I think you're wrong. Try this from a DOS box echo ATDT11 > com1 If you have your modem in com1 of course... ;) - Original Message - From: Tor Hildrum To: Papo Napolitano Sent: Thursday, February 28, 2002 11:53 Subject: Re: making phone cal

Re: making phone calls using a perl module

2002-02-28 Thread Tyler Longren
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

Re: making phone calls using a perl module

2002-02-28 Thread Brett W. McCoy
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

Re: making phone calls using a perl module

2002-02-28 Thread Brett W. McCoy
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

Re: making phone calls using a perl module

2002-02-28 Thread Papo Napolitano
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

RE: making phone calls using a perl module

2002-02-28 Thread Nikola Janceski
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

Re: making phone calls using a perl module

2002-02-28 Thread Johnathan Kupferer
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

Re: making phone calls using a perl module

2002-02-28 Thread Joe Echavarria
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

Re: making phone calls using a perl module

2002-02-27 Thread Brett W. McCoy
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

making phone calls using a perl module

2002-02-27 Thread Joe Echavarria
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