[Asterisk-Users] Festival on RH9?
Rich Adamson
radamson at routers.com
Fri Oct 24 09:55:41 MST 2003
> > and still get the same error msg in /etc/asterisk/festival_server.log:
> > client(5) Fri Oct 24 08:50:21 2003 : rejected from phoenix.routers.com not in
> > access list
> > every time I dial the extension that festival is supposed to say "Testing...".
> > The "netstat -an" indicates festival is listening on port 1314 (which was
> > started before asterisk).
> >
> > Anyone have any ideas, or, does anyone have a RH9 system working with
> > festival that could take a look at the contents of /etc/hosts.allow
> > for me?
>
> Isn't the access list something that is passed to 'festival --server' in a
> config by the 'festival_server' script? I'm not in front of festival at the
> moment, but you might want to try tracing through that script and see what
> it's doing.
Getting closer....
The above problem was fixed by adding the FQDM (phoenix.routers.com) to the
festival_server bash script. Now the festival_server.log shows:
"Load server start ./festival_server.scm"
festival port=1314
wrapper Fri Oct 24 10:34:16 CDT 2003 : USING DEFAULT CONFIGURATION
wrapper Fri Oct 24 10:34:16 CDT 2003 : waiting
server Fri Oct 24 10:34:17 2003 : Festival server started on port 1314
client(1) Fri Oct 24 10:34:49 2003 : accepted from phoenix.routers.com
client(1) Fri Oct 24 10:34:50 2003 : disconnected
and the CLI shows:
-- Executing Festival("SIP/3000-e572", "Testing one two three") in new stack
== Parsing '/etc/asterisk/festival.conf': Found
WARNING[1209269552]: File app_festival.c, Line 304 (festival_exec): Text passed to
festival server : Testing one two three
WARNING[1209269552]: File app_festival.c, Line 381 (festival_exec): Passing text to
festival...
WARNING[1209269552]: File app_festival.c, Line 400 (festival_exec): Passing data to
channel...
WARNING[1209269552]: File app_festival.c, Line 410 (festival_exec): Festival WV
== Spawn extension (from-sip, 555, 1) exited non-zero on 'SIP/3000-e572'
However, still no audio back to the C7960. Is the "exited non-zero" suggesting
that festival has a problem or is this a normal termination for something as
simple as:
exten => 555,1,Festival,Testing one two three.
More information about the asterisk-users
mailing list