Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Using text-to-speech in Asterisk

Use instructions to get Asterisk to use text-to-speech. Tested on Ubuntu 8.04 Sever.

*packages required*
festival
festvox-rablp16k

file: extensions.conf
   1  detail
   2  exten => 3250,1,Answer()
   3  exten => 3250,n,Festival('hello world')
   4  exten => 3250,n,Hangup
   5  

From the command-line type 'festival --server'
Then restart Asterisk
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS