[Asterisk-Users] Festival and Asterisk

Bartosz Jozwiak bartek at cq-link.sr
Fri Aug 29 10:11:23 MST 2003


Thank you for your reply,

Right now I used in extension like that:

exten => 1112,1,Festival("Hello")

In Asterisk I get:
WARNING[278546]: File app_festival.c, Line 304 (festival_exec): Text passed
to festival server : "hello"
WARNING[278546]: File app_festival.c, Line 381 (festival_exec): Passing text
to festival...
WARNING[278546]: File app_festival.c, Line 400 (festival_exec): Passing data
to channel...
WARNING[278546]: File app_festival.c, Line 423 (festival_exec): Festival
returned ER

And in Festival i got this:
client(16) Fri Aug 29 10:55:13 2003 : accepted from localhost
SIOD ERROR: unbound variable : hello
client(16) Fri Aug 29 10:55:13 2003 : disconnected


When I use:

exten => 1112,1,Festival(Hello)

I asterisk I got this:
WARNING[278546]: File app_festival.c, Line 304 (festival_exec): Text passed
to festival server : hello
WARNING[278546]: File app_festival.c, Line 381 (festival_exec): Passing text
to festival...
WARNING[278546]: File app_festival.c, Line 400 (festival_exec): Passing data
to channel...

In Festival I got this:
client(17) Fri Aug 29 11:10:17 2003 : accepted from localhost
client(17) Fri Aug 29 11:10:17 2003 : disconnected


In both examples it does not want to work.
What can be wrong?

----- Original Message ----- 
From: "James Golovich" <james at wwnet.net>
To: "ASTERISK USERS" <asterisk-users at lists.digium.com>
Sent: Friday, August 29, 2003 1:40 PM
Subject: Re: [Asterisk-Users] Festival and Asterisk


>
>
> 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 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): Passing
data to channel...
> >
> > And in festival I got this:
> >
> > client(1) Fri Aug 29 08:36:06 2003 : accepted from localhost
> > client(1) Fri Aug 29 08:36:07 2003 : disconnected
> >
> > If somebody could tell me why it does not want to work.
> > I used a pach for Festival.
> >
>
> Before you try using tts-ping.agi try festival to make sure it works.
> Try something like:
> exten => 1234,1,Festival("Testing testing 123")
> to make sure that festival works.
>
> If Festival works by itself then there must be a problem with tts-ping.agi
> on your system.  Make sure you have the Net::Ping::External module
> installed and confirm that the user running asterisk has access to run
> ping.
>
> James
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>




More information about the asterisk-users mailing list