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 Festival("SIP/8991-943b", "Hi there how are you doing ?") in new stack == Parsing '/etc/asterisk/festival.conf': == Parsing '/etc/asterisk/festival.conf': Found == Spawn extension (local, 6700, 1) exited non-zero on 'SIP/8991-943b The log messages shows the following: Oct 8 13:05:22 WARNING[22546]: File app_festival.c, Line 304 (festival_exec): Text passed to festival server : Hi there how are you doing ? Oct 8 13:05:22 WARNING[22546]: File app_festival.c, Line 381 (festival_exec): Passing text to festival... Oct 8 13:05:22 WARNING[22546]: File app_festival.c, Line 400 (festival_exec): Passing data to channel... Oct 8 13:05:22 WARNING[22546]: File app_festival.c, Line 410 (festival_exec): Festival WV command So everything shows fine but I still cannot hear a thing. Also I tested with festival_client executing the same command (tts_textasterisk "bla bla" 'file) and I got a file in NIST format (8 Khz) which I converted to WAV and played it just fine. Any ideas ? -- Juanjo sin .sig
Does festival work outside of Asterisk? Are you running the festival_server script? On Wed, 2003-10-08 at 12:09, Juan J. Sierralta P. wrote:> 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 Festival("SIP/8991-943b", "Hi there how are you doing ?") > in new stack > == Parsing '/etc/asterisk/festival.conf': == Parsing > '/etc/asterisk/festival.conf': Found > == Spawn extension (local, 6700, 1) exited non-zero on 'SIP/8991-943b > > The log messages shows the following: > > Oct 8 13:05:22 WARNING[22546]: File app_festival.c, Line 304 > (festival_exec): Text passed to festival server : Hi there how are you > doing ? > Oct 8 13:05:22 WARNING[22546]: File app_festival.c, Line 381 > (festival_exec): Passing text to festival... > Oct 8 13:05:22 WARNING[22546]: File app_festival.c, Line 400 > (festival_exec): Passing data to channel... > Oct 8 13:05:22 WARNING[22546]: File app_festival.c, Line 410 > (festival_exec): Festival WV command > > > So everything shows fine but I still cannot hear a thing. Also I tested > with festival_client executing the same command (tts_textasterisk "bla > bla" 'file) and I got a file in NIST format (8 Khz) which I converted to > WAV and played it just fine. > Any ideas ? > > -- > Juanjo sin .sig > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Sample configs and more: http://www.fnords.org/~eric/asterisk/ BTEL Consulting +1-850-484-4535 x2111 (Pensacola) +1-504-595-3916 x2111 (New Orleans) +1-877-677-9643 x2111 (Toll Free)
On Wed, 2003-10-08 at 13:31, Eric Wieling wrote:> Does festival work outside of Asterisk? Are you running the > festival_server script?What do you mean with outside ? Festival runs on the same box as a server listening on the default port (/usr/bin/festival --server). -- Juanjo sin .sig
Does this work? festival_client --tts_mode "Do you want to play a game?" On Wed, 2003-10-08 at 15:46, Juan J. Sierralta P. wrote:> On Wed, 2003-10-08 at 13:31, Eric Wieling wrote: > > Does festival work outside of Asterisk? Are you running the > > festival_server script? > > What do you mean with outside ? > Festival runs on the same box as a server listening on the default port > (/usr/bin/festival --server). > > -- > Juanjo sin .sig > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Sample configs and more: http://www.fnords.org/~eric/asterisk/ BTEL Consulting +1-850-484-4535 x2111 (Pensacola) +1-504-595-3916 x2111 (New Orleans) +1-877-677-9643 x2111 (Toll Free)
Uh, ignore that last email. 8-) What I mean is can you make festival say things outside of Asterisk, even it it just generates a .wav file of the speech. On Wed, 2003-10-08 at 15:46, Juan J. Sierralta P. wrote:> On Wed, 2003-10-08 at 13:31, Eric Wieling wrote: > > Does festival work outside of Asterisk? Are you running the > > festival_server script? > > What do you mean with outside ? > Festival runs on the same box as a server listening on the default port > (/usr/bin/festival --server). > > -- > Juanjo sin .sig > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Sample configs and more: http://www.fnords.org/~eric/asterisk/ BTEL Consulting +1-850-484-4535 x2111 (Pensacola) +1-504-595-3916 x2111 (New Orleans) +1-877-677-9643 x2111 (Toll Free)