search for: festivals

Displaying 20 results from an estimated 313 matches for "festivals".

Did you mean: festival
2003 Aug 29
6
Festival and Asterisk
Hello, I am trying to run festival, it is running but I am getting this when I run tts_ping.agi WARNING[278546]: File app_festival.c, Line 304 (festival_exec): Text passed to festival server : Enter the eye-p address you wish to ping. WARNING[278546]: File app_festival.c, Line 381 (festival_exec): Passing text to festival... WARNING[278546]: File app_festival.c, Line 400 (festival_exec):
2003 Sep 24
6
Festival Problems
I am trying to use festival (latest version 1.4.3) I have downloaded all the files needed and patched it with the provided diff. festival does work and does tts fine. but when I call Festival either from an extention or an AGI script, I get this in my asterisk messages log, but no sound on the channels (H323 or SIP) - they (the clients) just say "trying" and then hangup... Sep 24
2003 Jun 24
3
Patching Festival
I just wanted to try out Festival, but I can't get it patched. I'm thinking that there is something missing from the steps listed at http://www.marko.net/asterisk/archives/0209/0389.html. >>tar xvzf festival-1.4.2-release.tar.gz >>patch -p0 </usr/src/asterisk-ng/festival-1.4.2-diff >> (or wherever the patch is located) When I run the patch command, I get the
2003 Oct 23
6
Festival on RH9?
I'm about to download Festival source, apply the astrisk diff's, and initiate basic testing. Thoughts are to download v1.4.3 (latest per the fesitval website. If anyone has an existing how-to, install notes, tips, or any suggestions I'd greatly appreciate it. Direct email is fine if you'd rather not post them. Thanks, Rich radamson@routers.com
2003 Sep 23
2
festival problem
I have loaded festival-1.4.3 patched with the 1.4.3.diff file. Festival source is in /usr/src/festival dir. When I try to use it I get this from asterisk: -- Executing Answer("SIP/chad-57a4", "") in new stack -- Executing Festival("SIP/chad-57a4", ""I am talking"") in new stack == Parsing '/etc/asterisk/festival.conf': Found
2006 Mar 09
5
Festival tts
Hi I have installed Festival on the same box as asterisk and followed the instructions to integrate it with asterisk. Festival seems to work fine on its own performing text to speech from the command line or via a file. Asterisk answers the call but there is no speech. I can see no errors in the Festival log file The asterisk console shows --Executing Answer("SIP/81801-c091",
2003 Jun 19
4
festival error
I followed the directions I found in the list to a tee http://www.marko.net/asterisk/archives/0209/0389.html The server starts fine, but when I call the festival extension it gives me an OID error variable tts_textasterisk I have RH7.3 festival 1.4.2 speech_tools 1.2.2 patched it with the festival-1.4.2.diff located in the /usr/src/asterisk/ folder . When I patched it, the patch was looking
2004 Oct 06
1
Asterisk and Festival, getting gethostbyname failed error
Interestingly enough I had this same problem today.... 1. I created the directory and permissions for the directory " /var/lib/asterisk/festivalcache/ " (per the comment in the festival.conf file) 2. I had to comment out some things in the festival.conf file: the "host" line, the "port" line, and the "festivalcommand" line. I have also noticed the
2004 Jan 13
2
Asterisk and Festival (* dies with no info)
Hello, I have Asterisk running on a RH9 box; Everything seems to be working as it should, except for Festival. Every time that Festival is called from Asterisk, Asterisk silently shuts down. Festival doesn't give any error indication and Asterisk just plain dies without a peep. Festival was installed per the Wiki, using source and patched with festival-1.4.3-diff; it works fine at the
2003 Oct 08
4
asterisk & festival problem.
Hi, I?m trying to get app_festival to work. I got the source from the Debian woody package of festival-1.4.2 and applied the patch that came with * sources it applied fine; then I made the debian package and installed it. I have this on extensions.conf: exten => 6700,1,Festival(Hi there how are you doing ?) When I dial 6700 I hear nothing and then * hangups: -- Executing
2005 Feb 18
1
Asterisk@home festival weather report
This script was developed by Mark Johnson. All I did (Dean Collins) was type up the instructions and make it easy to understand. This Script will allow you to dial and extension number on your Asterisk@home V0.6 or later pabx and have it read you the weather for your city How it does this is; 1/ When you dial your extension it causes the weather.agi script to run 2/ This makes the program
2005 Jan 10
2
Festival Woes
Asterisk v1.0 is running on RH 9. I installed festival RPM (festival-1.4.2-16.i386.rpm) and edited the festival.scm file to add: (define (tts_textasterisk string mode) "(tts_textasterisk STRING MODE) Apply tts to STRING. This function is specifically designed for use in server mode so a single function call may synthesize the string. This function name may be added to the server safe
2003 Sep 23
1
App_festival crashing
Hi all, I'm unable to put app_festival to work. I successfully patched, installed and tested festival (interactive logon and telnet to server port) which seems to work without problems. But when I test it in asterisk I got the following trace in console: -- Executing Answer("SIP/bsenicar-850b", "") in new stack -- Executing
2004 Jun 28
1
Asterisk & Festival, not a happy couple
Hello, I'm in the process of trying to get Festival to work with Asterisk. I followed the install process at http://www.voip-info.org/wiki-Asterisk+festival+installation. To get the Festival to compile I had to add the patch described in the comments. Once added, Festival and the Speech tools compiled without error. How ever, when ever I try to call the test extension, I get a busy
2004 Jul 16
1
Problems with festival
I cannot get Festival to work with asterisk. I have the following: exten => 555,1,Answer exten => 555,2,Festival(mary has a little lamb) exten => 555,3,Hangup I get the following from asterisk: "Festival returned ER" and the festival logs shows the following: client(1) Fri Jul 16 15:35:54 2004 : disconnected client(2) Fri Jul 16 15:40:26 2004 : accepted from localhost
2010 Aug 04
1
Asterisk not working with Festival
Hello, I am having a Mac 10.6.4 (Snow Leopard). I have compiled and built Asterisk 1.6.2.9 and Festival 2.0.95:beta on my machine. Asterisk is working fine with SIP channels without Festival. I have written following context in extension.conf: [connect-to-me] exten => s,1,Answer Exten => s,n,SayDigits(?1?) exten => s,n,Festival(hello john) exten => s,n,Hangup I use call files to
2004 Aug 18
2
Festival Installation - Asterisk 1.0-RC2 && Debian Woody
Hey All, Thought I'd take a bash at trying to get Festival to work here on my lab system with the aim of using it to create our IVR menu prompts. I've spent most of the afternoon searching through the Wiki, the Festival website and Google and I've got a couple of questions. First one is that the 'Asterisk+festival+installation' page on the Wiki mentions the RedHat 9 RPMs
2004 Jul 29
1
Asterisk and festival
I'm having trouble getting festival to work with asterisk. We are running debian (sarge) and got asterisk from CVS. Here's what I'm using as far as festival goes. Debian (Sarge) gcc version 3.3.4 (Debian 1:3.3.4-3) Connected to Asterisk CVS-HEAD-07/28/04-21:08:19 festival-1.4.3-release.tar.gz speech-tools_1.2.3.orig.tar.gz I got patches for both of these. Speech tools
2005 Mar 11
0
Festival & Asterisk CVS Head
I just installed Festival 1.9.5 and all dependencies. It works properly from the command line, as I can play the contents of a text string or file from the Festival command line through PC speakers. I then added the code to the festival.scm file, as detailed in Method 1 of http://www.voip-info.org/wiki-Asterisk+Festival+installation I did not apply the patch used in Method 2, because I can not
2004 Oct 06
0
Asterisk and Festival, getting gethostbynamefailed error
Do you think this should be "Bug Reported"? -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Chris Samaritoni Sent: Wednesday, October 06, 2004 3:42 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Asterisk and Festival, getting gethostbynamefailed error