Personal tools
Skip to content. | Skip to navigation
FAX applications for Asterisk
Application for the Asterisk PBX that uses Festival to convert text to speech.
Flite For Asterisk provides the "Flite" dialplan application, which allows you to use the Flite TTS Engine with Asterisk. This module invokes the Flite TTS engine locally, and uses it to render text to speech. It supports voice selection and 8kHz or 16kHz sample rates to provide the best possible sound quality along with the use of wideband codecs. It works with asterisk 1.6.x or later. Usage Flite(text[,intkeys]) This will invoke the Flite TTS engine, send a text string, get back the resulting waveform and play it to the user, allowing any given interrupt keys to immediately terminate and return the value, or 'any' to allow any number back. Asterisk dialplan example: ;Flite Demo exten => 1234,1,Answer() exten => 1234,n,Flite("This is a simple F lite test in english.",any) ;Read a text file from disk and pass it to flite exten => 1234,n,ReadFile(MYTEXT=/path/myfile,200) exten => 1234,n,Flite("${MYTEXT}",any) exten => 1234,n,Hangup()
Asterisk GUI is a framework for the creation of graphical interfaces for configuring Asterisk. Some sample graphical interfaces for specific vertical markets are included for reference or for actual use and extension.
Stream audio from Asterisk to an IceCast server.
Jabber/XMPP resources for Asterisk.