[Asterisk-Users] Festival Installation - Asterisk 1.0-RC2 && Debian Woody

2004-08-18 Thread Darryl Ross
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 th

[Asterisk-Users] Festival 2.0

2004-07-20 Thread Steve Woolley
According to the Festival website (http://www.cstr.ed.ac.uk/projects/festival/), a new version of festival version 2.0 should be showing up soon (end of July). There is even a Beta version (Festival 1.95) available for download. Supposedly, the new version has many bug fixes as well as a new HTS an

RE: [Asterisk-Users] Festival and asterisk

2004-06-20 Thread Freddy Setiawan
, 2004 11:43 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Festival and asterisk I would also like to know how to insert a pause if possible. A comma is seen as | not surprisingly. I have no idea why no quotes. - Original Message - From: "S. William Schulz" <[EM

Re: [Asterisk-Users] Festival and asterisk

2004-06-20 Thread Steve Totaro
Subject: Re: [Asterisk-Users] Festival and asterisk On Sat, Jun 19, 2004 at 08:40:36AM -0600, Rich Adamson wrote: > extension.conf > exten => 555,1,Answer > exten => 555,2,Festival('good morning') > exten => 555,3,Wait(2) > exten => 555,4,Hangup > > What&#x

Re: [Asterisk-Users] Festival and asterisk

2004-06-19 Thread S. William Schulz
On Sat, Jun 19, 2004 at 08:40:36AM -0600, Rich Adamson wrote: > > > extension.conf > > exten => 555,1,Answer > > exten => 555,2,Festival('good morning') > > exten => 555,3,Wait(2) > > exten => 555,4,Hangup > > > > What's the problem I'm facing? Thanks in advance. > > Remove the q

Re: [Asterisk-Users] Festival and asterisk

2004-06-19 Thread Steve Totaro
I think it should be without the quotes like this: exten => 555,2,Festival(good morning) - Original Message - From: "Freddy Setiawan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 19, 2004 1:50 AM Subject: [Asterisk-Users] Festival and as

RE: [Asterisk-Users] Festival and asterisk

2004-06-19 Thread Freddy Setiawan
client(1) Sun Jun 20 01:09:04 2004 : disconnected its look like the festival does not process anything. Best Regards, Chiang -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rich Adamson Sent: Saturday, June 19, 2004 10:41 PM To: [EMA

Re: [Asterisk-Users] Festival and asterisk

2004-06-19 Thread Rich Adamson
> extension.conf > exten => 555,1,Answer > exten => 555,2,Festival('good morning') > exten => 555,3,Wait(2) > exten => 555,4,Hangup > > What's the problem I'm facing? Thanks in advance. Remove the quote marks... should be like ...Festival(good morning)

[Asterisk-Users] Festival and asterisk

2004-06-18 Thread Freddy Setiawan
I've install the asterisk in my Redhat 9 and it work properly with the SIP phone. Then i install the festival as mention in http://www.voip-info.org/wiki-Asterisk+festival+installation. the problem is when i dial the extension 555 in the asterisk console it show like : -- Executing Answer(

Re: [Asterisk-Users] festival with asterisk problem

2004-06-18 Thread Michael George
On Jun 16, 2004, at 4:05 PM, Michael George wrote: Following the installation directions on the wiki, I got festival built and installed. However, when I hit it from my dialplan, I get: Feature Token_Method not defined I found only one reference to this error message in the archives and there w

[Asterisk-Users] festival with asterisk problem

2004-06-16 Thread Michael George
Following the installation directions on the wiki, I got festival built and installed. However, when I hit it from my dialplan, I get: Feature Token_Method not defined I found only one reference to this error message in the archives and there was no solution... Thanks! -Michael ___

Re: [Asterisk-Users] Festival application: clipping start of sound?

2004-06-14 Thread Iain Stevenson
IMHO the Festival application is slightly broken since it doesn't interface to the asterisk playback routines in a standard way. I've never had much luck with caching but have experienced the problem you outline on direct text conversions. This issue has been discussed on the bug tracker and

[Asterisk-Users] Festival application: clipping start of sound?

2004-06-14 Thread Donald Gordon
Hi I'm running a bright shiny new asterisk installation, and have discovered a problem with the festival application - when it plays back the generated sound, it skips the start. If, on the other hand, it has caching turned on, then when it plays the cached sound, it doesn't skip the first word o

Re: [Asterisk-Users] festival and gcc 3.3.2 (Fedora Core 1)

2004-05-02 Thread Reed Wade
That did it. thank you, thank you, thank you, -reed Marc Sutter wrote: Hi, had the same problem... and we wrote a patch. This patch's are for speech_tools 1.2.3 and festival 1.4.3. to use in the corresponding directory with: #patch -p1 Hope this help. If so let it know. Have fun !!! On Sat

Re: [Asterisk-Users] festival and gcc 3.3.2 (Fedora Core 1)

2004-05-01 Thread Marc Sutter
Hi, had the same problem... and we wrote a patch. This patch's are for speech_tools 1.2.3 and festival 1.4.3. to use in the corresponding directory with: #patch -p1 Can someone tell me how to build festival on a machine with gcc 3.3.2? > > I've searched all around and even found a reference o

RE: [Asterisk-Users] festival and gcc 3.3.2 (Fedora Core 1)

2004-04-30 Thread Quentin Cope
May 2004 01:35 To: [EMAIL PROTECTED] Subject: [Asterisk-Users] festival and gcc 3.3.2 (Fedora Core 1) Can someone tell me how to build festival on a machine with gcc 3.3.2? I've searched all around and even found a reference or two that the problem exists but I'm not seeing the fix. thanks!

Re: [Asterisk-Users] Festival problems

2004-04-24 Thread Bartosz Jozwiak
> > > --On Friday, April 23, 2004 5:13 PM -0600 Rich Adamson > <[EMAIL PROTECTED]> wrote: > > > > >> My /etc/asterisk/festival.conf looks like this: > > > > My conf looks the same. > > > >> My extension looks like this: > >> > >> exten => 603,1,Answer() > >> exten => 603,2,Festival('this is a t

Re: [Asterisk-Users] Festival problems

2004-04-23 Thread Gavin Hamill
On Saturday 24 April 2004 01:06, Jeff Workman wrote: > I tried it without the quotes as well, same thing. > > > Be sure you start Festival "before" starting *. > > Did that as well. Not sure what the problem is. I've just been installing Festival this evening and got it working after a couple o

Re: [Asterisk-Users] Festival problems

2004-04-23 Thread Jeff Workman
--On Friday, April 23, 2004 5:13 PM -0600 Rich Adamson <[EMAIL PROTECTED]> wrote: My /etc/asterisk/festival.conf looks like this: My conf looks the same. My extension looks like this: exten => 603,1,Answer() exten => 603,2,Festival('this is a test testing 1 2 3') Try syntax like the followin

Re: [Asterisk-Users] Festival problems

2004-04-23 Thread Rich Adamson
> My /etc/asterisk/festival.conf looks like this: My conf looks the same. > My extension looks like this: > > exten => 603,1,Answer() > exten => 603,2,Festival('this is a test testing 1 2 3') Try syntax like the following (this works): exten => 3913,2,Festival(mary had a little lamb) Be sure

[Asterisk-Users] Festival problems

2004-04-23 Thread Jeff Workman
After patching and installing Festival, I am unable to get it to do anything useful. I get the following error message on the * console when I dial the test extension: Parsing '/etc/asterisk/festival.conf': Found Apr 23 13:43:06 WARNING[1226062640]: app_festival.c:382 festival_exec: Strings do

Re: [Asterisk-Users] Festival

2004-03-20 Thread Olle E. Johansson
Justin Carlson wrote: I am sorry if this is a silly question but I can not seem to locate the festival binaries. does this come with asterisk or is it another project? No question is silly. This is a good time to remind the list of the FAQ http://www.voip-info.org/tiki-index.php?page=Asterisk%20f

RE: [Asterisk-Users] Festival

2004-03-19 Thread Eric Kirkland
have a workaround or fix or any ideas? Andy, [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich Adamson Sent: Friday, March 19, 2004 5:59 PM To: [EMAIL PROTECTED] Subject: RE: [Asterisk-Users] Festival > > http://www.vo

RE: [Asterisk-Users] Festival

2004-03-19 Thread Rich Adamson
> > http://www.voip-info.org/tiki-index.php?page=Asterisk+festival+installation > Since the festival thingie came up again, does anyone have a sample of a startup script they use that starts festival before asterisk (maybe a mod to safe_asterisk)? I've got festival running right now, but I'm st

RE: [Asterisk-Users] Festival

2004-03-19 Thread Justin Carlson
it's been a long day. I appreciate your help -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Heison Chak Sent: Friday, March 19, 2004 4:16 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Festival It's not a silly question, but you could h

Re: [Asterisk-Users] Festival

2004-03-19 Thread Iain Stevenson
Look here ... Iain --On Friday, March 19, 2004 4:10 pm -0600 Justin Carlson <[EMAIL PROTECTED]> wrote: I am sorry if this is a silly question but I can not seem to locate the festival binaries. does this come with asterisk or is it another proj

Re: [Asterisk-Users] Festival

2004-03-19 Thread Bartosz Jozwiak
Festival is different project. http://www.cstr.ed.ac.uk/projects/festival/ If you want to make it work with Asterisk you have to use patches from Asterisk. Bart > I am sorry if this is a silly question but I can not seem to locate the > festival binaries. does this come with asterisk or is it

Re: [Asterisk-Users] Festival

2004-03-19 Thread Heison Chak
It's not a silly question, but you could have done a google search before asking... google 'festival asterisk install' http://www.voip-info.org/tiki-index.php?page=Asterisk+festival+installation -Heison On Fri, Mar 19, 2004 at 04:10:46PM -0600, Justin Carlson wrote: > I am sorry if this is a s

[Asterisk-Users] Festival

2004-03-19 Thread Justin Carlson
I am sorry if this is a silly question but I can not seem to locate the festival binaries. does this come with asterisk or is it another project? ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users T

[Asterisk-Users] Festival patch ?

2004-02-15 Thread Juan J. Sierralta P.
Hello, In contrib/README.festival talks about a patch to extend the Extension logic of Asterisk to allow put quotes and vars to the Festival commmand. I need this since I want to use "," to add a silence. Something like this "hello, how are you". Now if I execute Festival('Hello, h

Re: [Asterisk-Users] festival voices

2004-02-14 Thread Tony Buser
Thanks that works. :) So you use cepstral voices in festival? I thought cepstral was a whole seperate system. I still think the slt_arctic_hts voice from http://festvox.org/voicedemos.html sounds better then the regular cepstral voices. Brian West wrote: (Parameter.set 'Audio_Method 'linux

Re: [Asterisk-Users] Festival: read text from external fil

2004-02-14 Thread Iain Stevenson
You can probably use the festival text2wave utility in a cron job to create a speech file from your source text and then use asterisk's Playback function to play it as required. Iain --On Saturday, February 14, 2004 9:41 pm +0100 Lars Fredriksson <[EMAIL PROTECTED]> wrote: Hello! I wan't to

[Asterisk-Users] Festival: read text from external fil

2004-02-14 Thread Lars Fredriksson
Hello! I wan't to use Festival for reading text from an "external" textfile - anyone that has a solution for doing that? I can't figure out how I should be able to do that - if it is possible? The textfile contains the temperature and will change every tenth minute - and therefore I can't use "in

Re: [Asterisk-Users] festival voices

2004-02-14 Thread John Todd
At 2:56 PM -0800 2/12/04, Chris Albertson wrote: --- Tony Buser <[EMAIL PROTECTED]> wrote: Hi, I'm new to both asterisk and festival. I'm trying to figure out how to change the voice festival uses. For example, I've downloaded don_diphone to festival/lib/voices/english. I then edited /etc/a

[Asterisk-Users] festival in agi?

2004-02-14 Thread Maciek Kaminski
Are there any restrictions on what may be executed in AGI? I try in vain to execute festival command from AGI while it executes successfuly from dialplan. Say_digits also executes from AGI. Here is agi fragment (i use pyst package): ... agi.festival('Thank You for calling'); agi.say_digits('123'

Re: [Asterisk-Users] festival voices

2004-02-13 Thread Brian West
(Parameter.set 'Audio_Method 'linux16audio) ;(Parameter.set 'Audio_Method 'esdaudio) ;(Parameter.set 'Audio_Method 'mplayeraudio) ;(Parameter.set 'Audio_Method 'sunaudio) ; American female I'm using the cepstral frank with festival ;) (set! voice_default 'voice_frank) in /root/.festivalrc bkw

Re: [Asterisk-Users] festival voices

2004-02-12 Thread Tony Buser
Chris Albertson wrote: try adding a set of parens like this: festivalcommand=((voice_don_diphone)(tts_textasterisk "%s"'file)(quit))\n Unfortunately that results in the following error at the asterisk console: Feb 12 19:45:27 WARNING[409626]: app_festival.c:437 festival_exec: Festival retur

Re: [Asterisk-Users] festival voices

2004-02-12 Thread Chris Albertson
--- Tony Buser <[EMAIL PROTECTED]> wrote: > Hi, I'm new to both asterisk and festival. I'm trying to figure out > how > to change the voice festival uses. For example, I've downloaded > don_diphone to festival/lib/voices/english. I then edited > /etc/asterisk/festival.conf and changed the fe

[Asterisk-Users] festival voices

2004-02-12 Thread Tony Buser
Hi, I'm new to both asterisk and festival. I'm trying to figure out how to change the voice festival uses. For example, I've downloaded don_diphone to festival/lib/voices/english. I then edited /etc/asterisk/festival.conf and changed the festival command to: festivalcommand=(voice_don_diphon

Re: [Asterisk-Users] festival patch missing in latest CVS or stable build

2004-01-29 Thread Liam Helmer
I pulled in the cvs earlier this week and it was in: asterisk/contrib/festival-x.x.x.diff Cheers, Liam On Wed, 2004-01-28 at 02:00, Deepakumar JV wrote: > Hello > > I downloaded the stable build of * and was not able to find the > festival patch in that build. Also i tried from CVS and the sam

[Asterisk-Users] festival patch missing in latest CVS or stable build

2004-01-28 Thread Deepakumar JV
Hello   I downloaded the stable build of * and was not able to find the festival patch in that build.  Also i tried from CVS and the same.   Can anyone tell me where i can find the festival patch?   Or the patch is no more requried. i can just compile festival and it will work??     Than

[Asterisk-Users] festival patch missing in latest CVS or stable build

2004-01-28 Thread Deepakumar JV
Hello   I downloaded the stable build of * and was not able to find the festival patch in that build.  Also i tried from CVS and the same.   Can anyone tell me where i can find the festival patch?   Or the patch is no more requried. i can just compile festival and it will work??     Than

Re: [Asterisk-Users] Festival Time and Temperature application

2003-12-26 Thread Eric Wieling
Something like is at http://www.fnord.org/~eric/asterisk/ There are lots of links to 3rd party Asterisk pages on the www.digium.com documentation page. Tim Thompson wrote: I've searched through the lists, but can't seem to find a reference to someone that said they had a time and temperature ap

Re: [Asterisk-Users] Festival Time and Temperature application

2003-12-26 Thread Kevin Bockman
--- "Tim Thompson" <[EMAIL PROTECTED]> wrote: >I've searched through the lists, but can't seem to find a reference to >someone that said they had a time and temperature application for *. > >Voip-info wiki would be a good place for it as a Festival example!!! It's listed on the 'Asterisk Resources

[Asterisk-Users] Festival Time and Temperature application

2003-12-26 Thread Tim Thompson
I've searched through the lists, but can't seem to find a reference to someone that said they had a time and temperature application for *. Voip-info wiki would be a good place for it as a Festival example!!! Can someone remind me where it's at? TIA. Tim Thompson

[Asterisk-Users] Festival sounds like a steam engine

2003-12-22 Thread Iain Stevenson
I tried running the festival app today with little success. I have a working festival installation that does TTS to the linux sound output perfectly. With * it just produces a sort of hissing sound. The length of hissing is proportional to the length of text string that it is given to speak.

[Asterisk-Users] Festival problems

2003-12-12 Thread Angel Carpintero
Hi everyone , I have installed festival , following this guide : http://www.voip-info.org/wiki-Asterisk+festival+installation But i didn't get festival working with asterisk yet :-/ I got this message from festival server : -=-=-=-=-=- EST Error -=-=-=-=-=- {FND} Feature Token_Method

[Asterisk-Users] Festival patch

2003-11-06 Thread Jason Penton
Hi all Just a note: The patch for festival is reported to be for version 1.4.2. I have tested the patch on the latest version of festival (1.4.3) and everything works fine Cheers Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Sent: 06 Novembe

Re: [Asterisk-Users] Festival on RH9, now working

2003-10-24 Thread Rich Adamson
festival v1.4.3 is now working with RH9 and asterisk. As a followup for others that might read the archives, here's a summary of the problems encountered, some of which is buried in the archives. http://www.marko.net/asterisk/archives/0209/0389.html was a help with the following exceptions: 1. W

Re: [Asterisk-Users] Festival on RH9?

2003-10-24 Thread Rich Adamson
> > I think I might see the issue. In /etc/asterisk/festival_server.log, I see: > > "Load server start ./festival_server.scm" > > festival port=1314 > > wrapper Thu Oct 23 20:08:37 CDT 2003 : USING DEFAULT CONFIGURATION > > wrapper Thu Oct 23 20:08:37 CDT

Re: [Asterisk-Users] Festival on RH9?

2003-10-24 Thread Rich Adamson
> > and still get the same error msg in /etc/asterisk/festival_server.log: > > client(5) Fri Oct 24 08:50:21 2003 : rejected from phoenix.routers.com not in > > access list > > every time I dial the extension that festival is supposed to say "Testing...". > > The "netstat -an" indicates festival i

Re: [Asterisk-Users] Festival on RH9?

2003-10-24 Thread Jonathan Hogg
On 24/10/2003 15:46, Rich Adamson wrote: > and still get the same error msg in /etc/asterisk/festival_server.log: > client(5) Fri Oct 24 08:50:21 2003 : rejected from phoenix.routers.com not in > access list > every time I dial the extension that festival is supposed to say "Testing...". > The "n

Re: [Asterisk-Users] Festival on RH9?

2003-10-24 Thread Rich Adamson
> > I think I might see the issue. In /etc/asterisk/festival_server.log, I see: > > "Load server start ./festival_server.scm" > > festival port=1314 > > wrapper Thu Oct 23 20:08:37 CDT 2003 : USING DEFAULT CONFIGURATION > > wrapper Thu Oct 23 20:08:37 CDT

Re: [Asterisk-Users] Festival on RH9?

2003-10-24 Thread Michael T Farnworth
On Thu, 23 Oct 2003, Rich Adamson wrote: > Gus, > > I think I might see the issue. In /etc/asterisk/festival_server.log, I see: > "Load server start ./festival_server.scm" > festival port=1314 > wrapper Thu Oct 23 20:08:37 CDT 2003 : USING DEFAULT CONFIG

Re: [Asterisk-Users] Festival on RH9?

2003-10-23 Thread Rich Adamson
#x27;ve never had to deal with it before. Must have been installed with RH9. Any idea how to tell it to allow festival? Rich From: CW_ASN - Gus <[EMAIL PROTECTED]> Subject: Re: [Asterisk-Users] Festival on RH9? Date: Thu, 23 Oct 2003 18:50:31 -0300

Re: [Asterisk-Users] Festival on RH9?

2003-10-23 Thread Rich Adamson
/festival/bin > > > /usr/src/festival/bin/festival_server > > > > > > == > > > > > > Or test festival in bash... > > > > > > Regards, > > > > > > Gus > > > > > > - Original Message

Re: [Asterisk-Users] Festival on RH9?

2003-10-23 Thread Eric Wieling
> > > > Or test festival in bash... > > > > Regards, > > > > Gus > > > > - Original Message - > > From: "Rich Adamson" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, October 2

Re: [Asterisk-Users] Festival on RH9?

2003-10-23 Thread Rich Adamson
== > > Or test festival in bash... > > Regards, > > Gus > > - Original Message - > From: "Rich Adamson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, October 23, 2003 7:29 PM > Subject: RE: [Asterisk-

Re: [Asterisk-Users] Festival on RH9?

2003-10-23 Thread CW_ASN - Gus
Message - From: "Rich Adamson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 23, 2003 7:29 PM Subject: RE: [Asterisk-Users] Festival on RH9? > Okay, the festival build with patches went fine, and starts fine. > I added > exten => 555

RE: [Asterisk-Users] Festival on RH9?

2003-10-23 Thread Rich Adamson
Okay, the festival build with patches went fine, and starts fine. I added exten => 555,1,Festival,"Testing one two three." When I dial extension 555, the CLI indicates: -- Executing Festival("SIP/3000-1d95", "You are calling.") in new stack == Parsing '/etc/asterisk/festival.conf': == Par

RE: [Asterisk-Users] Festival on RH9?

2003-10-23 Thread Lal, Deepak (Contractor)
BTW, the issue in my last email is also applicable to the speech_tools source. Deepak -Original Message- From: Rich Adamson [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 4:16 PM To: Asterisk-users-list Subject: [Asterisk-Users] Festival on RH9? I'm about to dow

RE: [Asterisk-Users] Festival on RH9?

2003-10-23 Thread Lal, Deepak (Contractor)
] Sent: Thursday, October 23, 2003 4:16 PM To: Asterisk-users-list Subject: [Asterisk-Users] 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 a

Re: [Asterisk-Users] Festival on RH9?

2003-10-23 Thread Jonathan Hogg
On 23/10/2003 21:16, Rich Adamson wrote: > 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

[Asterisk-Users] Festival on RH9?

2003-10-23 Thread Rich Adamson
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

Re: [Asterisk-Users] Festival hangs up?

2003-10-20 Thread Chris Albertson
My checked out source is not up to date with CVS so my Rtp.c, Line 374 is not like yours but in general what must have happened (given the text of the message) is someone made a non-blocking "read" system call when there was no data, saw that it failed (-1 returned) and printed the log message.

[Asterisk-Users] Festival hangs up?

2003-10-20 Thread Steven M. Sokol
Strange. I have a simple extension set up to do some Festival testing. (Festival 1.4.3 /w Asterisk patch). My extension looks like: exten => 1239,1,Answer() exten => 1239,2,Festival(Welcome to the asterisk system!) exten => 1239,3,Wait,1 exten => 1239,4,Hangup Some times it work right (sounds c

Re: [Asterisk-Users] Festival, Patch, Asterisk, etc.

2003-10-17 Thread Jared Smith
On Fri, 2003-10-17 at 13:22, Steven M. Sokol wrote: > Newbie here with a repetitive question. How do I make the Festival TTS > system work w/ *? I have festival installed (it came w/ RedHat9) but * > complains: Read the "README.festival" file in the Asterisk source. You need to patch Festival t

[Asterisk-Users] Festival, Patch, Asterisk, etc.

2003-10-17 Thread Steven M. Sokol
Hi, NOTE: Sorry if this gets duplicated. I sent a copy prior to joining the list. Newbie here with a repetitive question. How do I make the Festival TTS system work w/ *? I have festival installed (it came w/ RedHat9) but * complains: WARNING[1226530096]: File app_festival.c, Line 327 (fes

Re: [Asterisk-Users] Festival Problems

2003-09-24 Thread Borut Senicar
> > I have exactly the same symptoms with app_festival and I > suspect that > > send_waveform_to_channel routine in app_festival.c doesn't work > > correctly. > > > > Festival works correctly since it sends wave file to asterisk, which > > saves it in cache. If I strip app_festival header in that f

Re: [Asterisk-Users] Festival Problems

2003-09-24 Thread James Golovich
On Wed, 24 Sep 2003, Borut Senicar wrote: > I have exactly the same symptoms with app_festival and I suspect that > send_waveform_to_channel routine in app_festival.c doesn't work > correctly. > > Festival works correctly since it sends wave file to asterisk, which > saves it in cache. If I str

Re: [Asterisk-Users] Festival Problems

2003-09-24 Thread Borut Senicar
I have exactly the same symptoms with app_festival and I suspect that send_waveform_to_channel routine in app_festival.c doesn't work correctly. Festival works correctly since it sends wave file to asterisk, which saves it in cache. If I strip app_festival header in that file I can play it. The pr

RE: [Asterisk-Users] Festival Problems

2003-09-24 Thread Thorsten Lockert
Did you Answer the call before calling Festival? Thorsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Wieling Sent: Wednesday, September 24, 2003 11:13 To: [EMAIL PROTECTED] Run the command "festival" Give it the command (SayText "Would you l

Re: [Asterisk-Users] Festival Problems

2003-09-24 Thread Eric Wieling
Run the command "festival" Give it the command (SayText "Would you like to play a game?") Does it say anything? If not, then there's a problem Festival. Type (Quit) to quit the festival app. On Wed, 2003-09-24 at 08:22, Bryan Nolen wrote: > I am trying to use festival (latest version 1.4.3) > I h

[Asterisk-Users] Festival Problems

2003-09-24 Thread Bryan Nolen
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 chan

[Asterisk-Users] festival problem

2003-09-23 Thread Chad Sawyer
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  =

Re: [Asterisk-Users] Festival and Asterisk

2003-08-29 Thread Brian West
l try to fix it, If I cannot fix > that I am going to ask on the list again. > > Regards, > Bartosz > - Original Message - > From: "Brian West" <[EMAIL PROTECTED]> > To: "ASTERISK USERS" <[EMAIL PROTECTED]> > Sent: Friday, August 29, 200

Re: [Asterisk-Users] Festival and Asterisk

2003-08-29 Thread Bartosz Jozwiak
MAIL PROTECTED]> Sent: Friday, August 29, 2003 1:46 PM Subject: Re: [Asterisk-Users] Festival and Asterisk > Accually you have to answer the channel first.. > > exten => 1234,1,Answer > exten => 1234,1,Festival("Testing testing 123") > > bkw > > On Fri, 29 Au

Re: [Asterisk-Users] Festival and Asterisk

2003-08-29 Thread Bartosz Jozwiak
In both examples it does not want to work. What can be wrong? - Original Message - From: "James Golovich" <[EMAIL PROTECTED]> To: "ASTERISK USERS" <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 1:40 PM Subject: Re: [Asterisk-Users] Festival and A

Re: [Asterisk-Users] Festival and Asterisk

2003-08-29 Thread Brian West
Accually you have to answer the channel first.. exten => 1234,1,Answer exten => 1234,1,Festival("Testing testing 123") bkw On Fri, 29 Aug 2003, James Golovich wrote: > > > On Fri, 29 Aug 2003, Bartosz Jozwiak wrote: > > > Hello, > > > > I am trying to run festival, it is running but I am gettin

Re: [Asterisk-Users] Festival and Asterisk

2003-08-29 Thread James Golovich
On Fri, 29 Aug 2003, Bartosz Jozwiak wrote: > 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 pi

[Asterisk-Users] Festival and Asterisk

2003-08-29 Thread Bartosz Jozwiak
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 (festi

RE: [Asterisk-Users] Festival 1.4.3

2003-08-17 Thread digium . paluszak
I too tried to get festival 1.4.3 working, but no luck. It appeared to compile just fine. The server started okay. I don't have a sound card on the server so I can't test it without *. When I invoke the * festival application, the asterisk process gets 100% CPU time with no sound. I need to

[Asterisk-Users] Festival 1.4.3

2003-08-07 Thread Brian West
Anyone have any luck setting up festival 1.4.3? Can someone share some input. bkw ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Festival talks fast...

2003-07-27 Thread Brian West
Ok I have festival on RH8. It speaks fast and you can't understand it. I don't have any FXO cards in this box yet. Can someone shed some light on this? Thanks, Brian ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/li

Re: [Asterisk-Users] festival error

2003-06-19 Thread Chad Sawyer
from the /usr/src/festival folder I ran patch -p1 To: <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 3:18 PM Subject: Re: [Asterisk-Users] festival error > You didn't apply the patch to festival did you? > > On Thu, 2003-06-19 at 13:55, Chad Sawyer wrote: > > Did it

RE: [Asterisk-Users] festival error

2003-06-19 Thread Wade Weppler
CTED] > Subject: Re: [Asterisk-Users] festival error > > I applied the patch, one weird thing happened, the patch expected > festival-1.4.2 folder instead of festival. I told it where the files to > patch where, I have also tried patch -p1 inside of the festival directory, > whi

Re: [Asterisk-Users] festival error

2003-06-19 Thread Chad Sawyer
festival 1.4.2 speech_tools 1.2.2 Chad Sawyer, Manager, Network Administrator - Original Message - From: "Witold P. Krecicki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 3:12 PM Subject: Re: [Asterisk-Users] festival error > W

Re: [Asterisk-Users] festival error

2003-06-19 Thread Witold P. Krecicki
W liście z czw, 19-06-2003, godz. 20:55, Chad Sawyer pisze: > Did it just like that, still got an error: > -- Executing Festival("Zap/5-1", "I am talking. Yes linux can talk.") in > new stack > == Parsing '/etc/asterisk/festival.conf': == Parsing > '/etc/asterisk/festival.conf': Found > voip*

Re: [Asterisk-Users] festival error

2003-06-19 Thread Steven Critchfield
You didn't apply the patch to festival did you? On Thu, 2003-06-19 at 13:55, Chad Sawyer wrote: > Did it just like that, still got an error: > -- Executing Festival("Zap/5-1", "I am talking. Yes linux can talk.") in > new stack > == Parsing '/etc/asterisk/festival.conf': == Parsing > '/etc/as

Re: [Asterisk-Users] festival error

2003-06-19 Thread Chad Sawyer
Did it just like that, still got an error: -- Executing Festival("Zap/5-1", "I am talking. Yes linux can talk.") in new stack == Parsing '/etc/asterisk/festival.conf': == Parsing '/etc/asterisk/festival.conf': Found voip*CLI> SIOD ERROR: unbound variable : tts_textasterisk == Spawn extension

Re: [Asterisk-Users] festival error

2003-06-19 Thread Andy Powell
You have looked at festival.conf right? What's your exten line line here's one of mine: exten => 1021,1,Festival(mary had a little lamb) Note the lack of quotes hth Andy *** REPLY SEPARATOR *** On 19/06/2003 at 13:57 Chad Sawyer wrote: >I followed the directions I found in

[Asterisk-Users] festival error

2003-06-19 Thread Chad Sawyer
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 t

[Asterisk-Users] Festival Strange Compilation Error

2003-03-09 Thread Azher Amin
Hi, While compiling destival 1.4.2 on redhat 8.0 i got the final error ... Making in directory intonation/tilt ... Making in directory ./lib ... Making in directory ./main ... gcc -O3 -Wall -o ch_lab ch_lab_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -ltermcap -ldl -lm -lstd

<    1   2