Simple Python interface for making automatic phone calls
andrew@voicent.com
andrew at voicent.com
Thu Oct 13 23:21:12 CEST 2005
The Voicent Python Simple Interface class contains the following
functions.
callText
callAudio
callStatus
callRemove
callTillConfirm
These functions are used to invoke telephone calls from your Python
program. For example, callText is used to call a specified number and
automatically play your text message using text-to-speech engine.
In order for this class to work, you'll need to have Voicent Gateway
installed somewhere in your network. This class simply sends HTTP
request for telephone calls to the gateway. Voicent has a free edition
for the gateway. You can download it from http://www.voicent.com
More information can be found at:
http://www.voicent.com/devnet/docs/pyapi.htm
Thank you and have fun
More information about the Python-announce-list
mailing list