[Asterisk-Users] Strange problem with * and festival
Alexandru Coseru
alex_spam at distinctgroup.net
Thu Nov 13 11:48:09 MST 2003
I'm trying to use festival with * and for an unknown reason , it fails..
Here is a small debug:
*CLI> WrapH323Connection::WrapH323Connection: WrapH323Connection created.
-- Executing Festival("H323:20231", "just a test") in new stack
== Parsing '/etc/asterisk/festival.conf': Found
== Spawn extension (default, 500, 1) exited non-zero on 'H323:20231'
ClearCallThread::ClearCallThread: Object initialized.
-- Hungup 'H323:20231'
WrapH323Connection::WrapH323Connection: WrapH323Connection deleted.
ClearCallThread::ClearCallThread: Object deleted.
I'm using the lastest * from CVS.
My festival is patched and compiled and it is working just fine..
* even creates the file used for cache and that file is ok too..
I've done some debugging and found out that the exit point is located in
app_festival.c near line 161.
Here is the code:
if (res < 1) {
res = -1;
break;
}
Can somebody tell me what's wrong ?
Thanks a lot
Alex
More information about the asterisk-users
mailing list