Home About Lwazi Areas of research Get involved! Demos Downloads Publications Contact us
Lwazi service login
 
 
Home Downloads Pilot implementation software

Pilot implementation software

The Lwazi Community Development Worker (CDW) application is a service that was created to deliver messages created on a web site via an Interactive Voice Response (IVR), or telephone based service, to community development workers in their respective regional languages.

The CDW application was developed using the Lwazi telephony platform.

"Lwazi is a robust telephony platform aiming to facilitate speedy development of experimental applications without sacrificing power by combining Asterisk with the MobilIVR Python interface bundled into a single build with a unified control interface."

The CDW application consists out of the following:

  • The CDW manager web site.

  • The CDW IVR telephone based information service.

  • An SMS notification service (Notifies CDWs when they have new messages).

  • A Text-to-speech (TTS) daemon converts text messages posted to the database from the CDW manager web site into speech audio. The Speect TTS engine is used by the daemon.

  • A monitoring daemon that checks the running status of all the above components, and provides email notifications when errors occur.

Getting the Lwazi CDW application

Get the Lwazi CDW application from Source Forge by executing the following command:
$ svn co http://lwazi.svn.sourceforge.net/svnroot/lwazi/branches/cdw-app

Download the following two files:

Dependencies

Read the dependencies section of the README and CDW_SETUP files.

Installation instructions

Lwazi platform: Read the build instructions section of the README file.
CDW database: Read the MYSQL setup section in the CDW_SETUP file.
CDW web site setup: Read the www application setup section in the CDW_SETUP file.
CDW IVR application (audio content): Read the IVR application setup instructions in the CDW_SETUP file.

Setting up the environment

You can find instructions on how to setup the environment in the README file.

Starting the Lwazi CDW application

You can find instructions on how to run the Lwazi CDW application in the README file.

License

Read the LICENCE.

Back to top