Jobby has asked for the wisdom of the Perl Monks concerning the following question:
I'd like some suggestions on writing applications using a voice modem under Windows. Specifically, I'd like the ability to play/record sound files over a phone line. Modem::Vgetty is actually available from ActiveState, but the Vgetty program itself doesn't have a Windows port. I don't think I can do anything like this with Win32::SerialPort. I then tried using ActiveState's OLE browser, and found two libraries that looked useful. TAPI is too low-level for me to do anything useful, and "Microsoft Telephony" wouldn't work. $ex = Win32::OLE->new('TELLib.phone'); fails with nothing in $!, and Win32::OLE->LastError() returns nothing.
Any suggestions?
|
|---|