Voicent

Voicent Python Library

Production/Stable License: AGPL-3 ursais/Voicent

The Voicent Python Simple Interface class contains the following functions:

callText
callAudio
callStatus
callRemove
callTillConfirm
importCampaign
runCampaign
importAndRunCampaign
checkStatus
exportResult

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

Table of contents

Install from PyPi using pip, a package manager for Python.

pip install voicent-python

Don’t have pip installed? Try installing it, by running this from the command line:

$ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

Or, you can download the source code (ZIP) for voicent, and then run:

python setup.py install

You may need to run the above commands with sudo.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

This module is maintained by Open Source Integrators.

Open Source Integrators

Open Source Integrators™ (OSI) provides customers a unique combination of open source business process consulting and implementations.

Current maintainer:

max3903

You are welcome to contribute. Please create an issue on Github to discuss how.

Visit original content creator repository https://github.com/ursais/Voicent

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *