Displaying 1 result from an estimated 1 matches for "festivalbg".
Did you mean:
fesivalbg
2003 Jul 03
0
app_festival not cleaning up properly?
...ail (return -1) for reasons I have not been able to
determine. The biggest head scratcher is that this seems to be more
likely to occur the more extensions are making calls to app_festival at
the same time. This bug is unrelated to the app_festival.c patch I
submitted yesterday, though testing with FestivalBG seemed to cause the
problem to happen more often - but that is because since the stream is
interruptable, you can get a lot more calls to Festival going.
Here is a minimal AGI that you can use to duplicate the bug (I am using
asterisk-perl 0.06)
#!/usr/bin/perl
use Asterisk::AGI;
my $AGI = new As...