[python-win32] phone/modem recording recipe?

Tim Roberts timr at probo.com
Wed Nov 24 20:45:59 CET 2004


On Tue, 23 Nov 2004 07:44:41 -0800, RayS <rays at blue-cove.com> wrote:

> 
>  
>
>>>>>On Mon, 22 Nov 2004 07:09:03 -0800, RayS <rays at blue-cove.com> wrote:
>>>>>
>>>      
>>>
>>>>>>>I was reviewing win32ras, pyserial and such last night, and I found two Python VOIP packages (for ISDN), but in short, I would just like to capture/send from a POTS handset via the modem. Like video/audio capture, except with a modem.
>>>>
>hanks Kiki,
>
>pyMedia has a lot of audio possibilities, as do other modules, but I'm looking for the specific port/calls/interface that other apps use to do it.  ...
>
>And, the 2 current VOIP Python packages I saw do it with ISDN modems
>http://0pointer.de/lennart/projects/ivam2/#overview
>so I the digitized data must be available via a port or a dll call.
>  
>

That's an entirely different thing altogether.  ISDN lines are digital 
from end-to-end.  That's what the "D" stands for.  Even the voice 
channels are digital.  The term "ISDN modem" is incorrect, because there 
isn't actually any demodulating going on.  The term should be "ISDN 
terminal adapter".  It is basically a demultiplexor, not unlike a net card..


>There are a number of Linux packages that are answering machines:
>http://frank.harvard.edu/~coldwell/answering_machine/
>  
>

But notice that this has only been tested with three very specific 
modems, which are advertised as having voice support.

-- 
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-win32 mailing list