https://github.com/schooloffreelancing/voice-broadcasting
Voice Broadcasting Software used for marketing, lead generation, political surveys, debt collection and emergency notifications
https://github.com/schooloffreelancing/voice-broadcasting
linux linux-kernel linux-shell ubunutu
Last synced: about 2 months ago
JSON representation
Voice Broadcasting Software used for marketing, lead generation, political surveys, debt collection and emergency notifications
- Host: GitHub
- URL: https://github.com/schooloffreelancing/voice-broadcasting
- Owner: SchoolOfFreelancing
- License: mpl-2.0
- Created: 2019-08-23T13:28:40.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-06T22:37:04.000Z (over 3 years ago)
- Last Synced: 2025-03-29T19:11:27.837Z (3 months ago)
- Topics: linux, linux-kernel, linux-shell, ubunutu
- Language: Python
- Size: 30.3 MB
- Stars: 6
- Watchers: 0
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
README
.. image:: https://github.com/SchoolOfFreelancing/Voice-Broadcasting/blob/develop/img/logo.jpg
Overview
--------Voice-Broadcasting is a voice broadcast application, which can fulfil a variety
of roles for a range of industries and organisations who wish to contact
large numbers of people by phone in a short space of time.Voice-Broadcasting aplication has been built using a messaging system so that
it can support distributed processing on cloud servers. The platform is
focused on real-time operations and task call distributions to clustered
brokers and workers meaning that many millions of calls can be processed daily.Voice-Broadcasting can be installed on a standalone server for smaller deployments.
It currently utilises the Freeswitch Telephony engine
(http://www.freeswitch.org) to process the the outbound calls. However support
for other telephony engines, such as Asterisk may be added in the future.Voice-Broadcasting is written in Lua & Python using the Django Framework, and
operates with message brokers such as RabbitMQ.