Flite

After installing your untrixbox patch, I lost my flite synthesizer engine.

yum -y install kernel-smp-devel
yum -y update
sed -i s/enabled=1/enabled=0/ /etc/yum.repos.d/trixbox.repo
rm -rf /usr/sbin/safe_asterisk /usr/lib/asterisk/modules/app_trunkisavail.so
cd /usr/src
wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.2.13.tar.gz
wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.2.10.tar.gz
wget http://ftp.digium.com/pub/libpri/releases/libpri-1.2.4.tar.gz
wget http://ftp.digium.com/pub/asterisk/releases/asterisk-addons-1.2.5.tar.gz
tar zxvf asterisk-addons-1.2.5.tar.gz
tar zxvf libpri-1.2.4.tar.gz
tar zxvf zaptel-1.2.10.tar.gz
tar zxvf asterisk-1.2.13.tar.gz
cd libpri-1.2.4 && make install
cd …/zaptel-1.2.10 && make install
cd …/asterisk-1.2.13 && make install
cd …/asterisk-addons-1.2.5 && make install
asterisk -rx “stop now”
/etc/init.d/zaptel restart
amportal start

How can I reinstall it? Several of my apps utilize it. Other than flite,
the asterisk box is running great.

I had a similar problem after installing the untrixbox patch, only I would get messages that both packages were already installed and would not install and when trying to remove the packages I would get messages the both packages were not installed.

I then ran the commands

[code:1]rpm -ihv --force flite-1.3-1.aah.i386.rpm
rpm -ihv --force app_flite-0.3-1.aah.i386.rpm[/code:1]

then restarted and flite is now working.

It is not the rpm’s…

Same stuff I install…same as TB 2.0

I finally got flite working. I used the rpm -e command to uninstall the two flite apps. I then reinstalled them using Bubba’s post. This time it was registered in Asterisk. All is well. My email, weather, and news apps are all working again. Thanks for all of your help.

I am still having problems with Flite. I had already tried the nerd vittles install before my first post. Although the rpm packages are installed, when I go to CLI and type show application flite, it says that flite is not registered.
I also tried the second solution to compile flite, but the computer locked up.

Do you suppose running Asterisk 1.2.13 and lastest Centos has anything to do with it? The rpm’s from nerd vittles are dated May 2005.

— bubba [email protected] wrote:

[quote] cd /usr/src
wget http://nerdvittles.com/aah2/flite-1.3-1.aah.i386.rpm
rpm -ihv flite-1.3-1.aah.i386.rpm
wget http://nerdvittles.com/aah2/app_flite-0.3-1.aah.i386.rpm
rpm -ihv app_flite-0.3-1.aah.i386.rpm
amportal stop
amportal start
[/quote]
If this didnt work for any reason, try this:
http://samyantoun.50webs.com/asterisk/freepbx/clarkconnect/4.0/flite.htm


Access over 1 million songs - Yahoo! Music Unlimited
(http://music.yahoo.com/unlimited)


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642


Amportal-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amportal-users

Post generated using Mail2Forum (http://www.mail2forum.com)

cd /usr/src
wget http://nerdvittles.com/aah2/flite-1.3-1.aah.i386.rpm
rpm -ihv flite-1.3-1.aah.i386.rpm
wget http://nerdvittles.com/aah2/app_flite-0.3-1.aah.i386.rpm
rpm -ihv app_flite-0.3-1.aah.i386.rpm
amportal stop
amportal start