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. Greeting, Bartosz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030829/6260f108/attachment.htm
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
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 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@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
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@wwnet.net> To: "ASTERISK USERS" <asterisk-users@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 Irun tts_ping.agi> > > > > > WARNING[278546]: File app_festival.c, Line 304 (festival_exec): Textpassed to festival server : Enter the eye-p address you wish to ping.> > WARNING[278546]: File app_festival.c, Line 381 (festival_exec): Passingtext to festival...> > WARNING[278546]: File app_festival.c, Line 400 (festival_exec): Passingdata 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@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Ok it works now, Thanks very much! I am still getting some warnings... I will 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" <brian@bkw.org> To: "ASTERISK USERS" <asterisk-users@lists.digium.com> 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 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 getting this whenI run tts_ping.agi> > > > > > > > > WARNING[278546]: File app_festival.c, Line 304 (festival_exec): Textpassed 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 withtts-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@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
exten => 1234,1,Answer exten => 1234,2,Festival("Testing testing 123") I messed up that should have a 2 in the priority on line 2. bkw On Fri, 29 Aug 2003, Bartosz Jozwiak wrote:> Ok it works now, > Thanks very much! > > I am still getting some warnings... I will 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" <brian@bkw.org> > To: "ASTERISK USERS" <asterisk-users@lists.digium.com> > 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 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 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@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
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("SIP/4001-664c", "") in new stack Executing Festival("SIP/4001-664c", "'good morning'") in new stack Parsing '/etc/asterisk/festival.conf': Found Spawn extension (local,555,2) exited non-zero on 'SIP/4001-664c' and in the festival console it show : server Sat Jun 19 13:37:28 2004 : Festival server started on port 1314 client(1) Sat Jun 19 13:50:03 2004 : accepted from localhost client(1) Sat Jun 19 13:50:04 2004 : disconnected *for references* 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. Best regards, Freddy Setiawan ::Simple is Everything, Nothing is Complex::