Interfacing with Voice modem

Josiah Carlson jcarlson at uci.edu
Wed Jan 21 11:48:09 EST 2004


> A callcenter-like app that we are writing in Python will need recording
> functionality for voice conversations.  I am thinking of doing this through
> a voice modem.
> 
> Any suggestions on how to interface with a voice modem from Python?

1. Get the C source for doing it.
2. Wrap it up for python calls with SWIG.
3. Cross your fingers.

 - Josiah




More information about the Python-list mailing list