[Asterisk-Users] Strange problem with * and festival

Brian West brian at bkw.org
Thu Nov 13 12:31:12 MST 2003


Do you answer the channel first?

exten => s,1,Answer
exten => s,2,Festival,Asterisk rocks!!


bkw
On Thu, 13 Nov 2003, Alexandru Coseru wrote:

> 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
>
> _______________________________________________
> 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