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 not match


My /etc/asterisk/festival.conf looks like this:

[general]
host=localhost
port=1314
usecache=yes
cachedir=/var/lib/asterisk/festivalcache/
festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n

If it helps, I just tried turning usecache off and I didn't get an error on the console, but still no speech.

My extension looks like this:

exten => 603,1,Answer()
exten => 603,2,Festival('this is a test testing 1 2 3')
exten => 603,3,Wait(2)
exten => 603,4,Goto(s,6)

The Goto never gets executed either.

The festival_server.log is showing that the server is accepting the connection.

Any ideas?

-J


-- Jeff Workman | [EMAIL PROTECTED] | http://www.pimpworks.org _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to