[Tutor] Telephone app

Walter Prins wprins at gmail.com
Sat Jan 22 21:25:51 CET 2011


Hi David,

On 22 January 2011 20:03, David Hutto <smokefloat at gmail.com> wrote:

> This is just a reach question. What modules would i want to use if i
> wanted to just send the signal, and receive the signal, other than
> maybe, signal. In other words please tone.dumb it down, and show a
> pseudo example.
>


I've read your question several times and don't really understand what
you're asking?  What signal are you trying to send and receive?  From the
subject I must guess you want to interact with the phone somehow, but I'm
not exactly sure what you're asking.  (You're right though, that the
"signal" module has nothing to do with telephones.)

On Windows, the standard way to interact with telephony systems is via the
TAPI interfaces  (
http://msdn.microsoft.com/en-us/library/ms734273%28v=vs.85%29.aspx) , which
I guess should be directly usable in Python via at least PyWin32 or some
other means.  It's also possible that a Python specific wrapper exists,
although a quick google hasn't turned up anything obvious.

 Hope that helps...

Walter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110122/1131ce7b/attachment.html>


More information about the Tutor mailing list