Displaying 20 results from an estimated 1000 matches similar to: "Asterisk and Festival, getting gethostbynamefailed error"
2004 Oct 06
1
Asterisk and Festival, getting gethostbyname failed error
Interestingly enough I had this same problem today....
1. I created the directory and permissions for the directory "
/var/lib/asterisk/festivalcache/ " (per the comment in the festival.conf
file)
2. I had to comment out some things in the festival.conf file: the
"host" line, the "port" line, and the "festivalcommand" line. I have
also noticed the
2005 Aug 18
2
asterick and festival...Help!
Earlier this afternoon I had this working
exten => 2890,1,Answer
exten => 2890,2,GoTo(12)
exten => 2890,12,Wait(1)
exten => 2890,13,Festival('I can say numbers like')
exten => 2890,14,SayNumber(1230001,f)
exten => 2890,15,Wait(1)
exten => 2890,16,HangUp
I was so very proud of myself...
All of a sudden after a reboot.... I get the following from the same
call plan
2004 Aug 29
0
System freezes when using Festival with usecache
I am using Festival to synthesize some menu Interaction with a caller
and am having a problem.
What I am working on is a remote callback where I can remotely call in
to an extension, and enter a callback number (or use the CALLERID info)
and a second outbound dialing number to connect to.
Things work O.K. until I set usecache=yes in festival.conf. After
doing this, things run well for
2005 Jan 10
2
Festival Woes
Asterisk v1.0 is running on RH 9. I installed festival RPM
(festival-1.4.2-16.i386.rpm) and edited the festival.scm file to add:
(define (tts_textasterisk string mode)
"(tts_textasterisk STRING MODE)
Apply tts to STRING. This function is specifically designed for
use in server mode so a single function call may synthesize the string.
This function name may be added to the server safe
2010 Aug 04
1
Asterisk not working with Festival
Hello,
I am having a Mac 10.6.4 (Snow Leopard). I have compiled and built Asterisk
1.6.2.9 and Festival 2.0.95:beta on my machine. Asterisk is working fine
with SIP channels without Festival. I have written following context in
extension.conf:
[connect-to-me]
exten => s,1,Answer
Exten => s,n,SayDigits(?1?)
exten => s,n,Festival(hello john)
exten => s,n,Hangup
I use call files to
2003 Sep 24
6
Festival Problems
I am trying to use festival (latest version 1.4.3)
I have downloaded all the files needed and patched it with the provided
diff.
festival does work and does tts fine.
but when I call Festival either from an extention or an AGI script, I get
this in my asterisk messages log, but no sound on the channels (H323 or SIP)
- they (the clients) just say "trying" and then hangup...
Sep 24
2003 Sep 23
1
App_festival crashing
Hi all,
I'm unable to put app_festival to work. I successfully patched,
installed and tested festival (interactive logon and telnet to server
port) which seems to work without problems.
But when I test it in asterisk I got the following trace in console:
-- Executing Answer("SIP/bsenicar-850b", "") in new stack
-- Executing
2003 Oct 08
4
asterisk & festival problem.
Hi,
I?m trying to get app_festival to work. I got the source from the
Debian woody package of festival-1.4.2 and applied the patch that came
with * sources it applied fine; then I made the debian package and
installed it.
I have this on extensions.conf:
exten => 6700,1,Festival(Hi there how are you doing ?)
When I dial 6700 I hear nothing and then * hangups:
-- Executing
2007 Jul 17
1
No sound from Festival, but *something* is happening
Hey folks,
So I'm trying to get Festival() working on 1.2.17. I'm trying to use
app_festival:
Here's the show dialplan output from that extension:
'3378' => 1. Answer()
[pbx_config]
2. Festival(Hello Asterisk caller. How is your day?)
[pbx_config]
3. Playback(vm-goodbye)
[pbx_config]
4. Hangup()
2005 Aug 02
0
Festival not working with Asterisk 1.0.7_7
I've tried getting Festival working with Asterisk.
Here is what debugging from asterisk says:
-- Executing Festival("SIP/VoIP-e576", "please record your message") in new stack
== Parsing '/usr/local/etc/asterisk/festival.conf': Found
Aug 2 07:14:49 WARNING[49829]: app_festival.c:444 festival_exec: Festival returned ER
== Spawn extension (mvp-line2, 2101,
2004 Oct 06
3
Setup problems
I am totally new to this project, I have been trying to set it up now for
almost a whole day, and can not understand what is wrong. The following
error appears when my phone tries to register:
Oct 6 19:08:30 NOTICE[98310]: chan_sip.c:7519 handle_request: Registration
from '<sip:2201@192.168.0.5;user=phone>' failed for '192.168.0.253'
What exactly does this error mean,
2004 Sep 09
1
Festival Speech Synthesis 1.95:beta July 2004 Eval
Hello--
In the interests of playing around and wasting time, I've installed the
latest version of the
Festival stuff, 1.95beta.
And, in the interests of future Asterisk-Festival connectivity, I
applied the 1.4.3 patch to put in the
asterisk related routines. I did it by hand, but, it looks like the
patch will apply with no comment.
Asterisk works with the new server...
BUT
the speed of
2005 Mar 11
0
Festival & Asterisk CVS Head
I just installed Festival 1.9.5 and all dependencies. It works properly
from the command line, as I can play the contents of a text string or
file from the Festival command line through PC speakers.
I then added the code to the festival.scm file, as detailed in Method 1
of http://www.voip-info.org/wiki-Asterisk+Festival+installation I did
not apply the patch used in Method 2, because I can not
2004 Jun 28
1
Asterisk & Festival, not a happy couple
Hello,
I'm in the process of trying to get Festival to work with Asterisk. I
followed the install process at
http://www.voip-info.org/wiki-Asterisk+festival+installation. To get the
Festival to compile I had to add the patch described in the comments.
Once added, Festival and the Speech tools compiled without error.
How ever, when ever I try to call the test extension, I get a busy
2008 Jul 10
0
Festival issues
I have used this Asterisk at Home for a while now, 2 years.
Only recently, I am trying Festival and on invoking festival --server I get
these errors :
/usr/share/festival/bin/festival: /usr/lib/libstdc++.so.5: version
`CXXABI_1.2' not found (required by /usr/share/festival/bin/festival)
/usr/share/festival/bin/festival: /usr/lib/libstdc++.so.5: version
`GLIBCPP_3.2' not found (required by
2004 Jul 29
1
Asterisk and festival
I'm having trouble getting festival to work with asterisk. We are running
debian (sarge) and got asterisk from CVS. Here's what I'm using as far as
festival goes.
Debian (Sarge)
gcc version 3.3.4 (Debian 1:3.3.4-3)
Connected to Asterisk CVS-HEAD-07/28/04-21:08:19
festival-1.4.3-release.tar.gz
speech-tools_1.2.3.orig.tar.gz
I got patches for both of these.
Speech tools
2004 Jul 16
1
Problems with festival
I cannot get Festival to work with asterisk. I have the following:
exten => 555,1,Answer
exten => 555,2,Festival(mary has a little lamb)
exten => 555,3,Hangup
I get the following from asterisk: "Festival returned ER" and the festival logs shows the following:
client(1) Fri Jul 16 15:35:54 2004 : disconnected
client(2) Fri Jul 16 15:40:26 2004 : accepted from localhost
2011 Mar 23
1
Hang using Festival application
Hello,
Suppose a dialplan such as:
exten => 6004,1,Answer
exten => 6004,n,Wait(1)
exten => 6004,n,SayDigits(1)
exten => 6004,n,Festival(This is a test of Festival)
exten => 6004,n,Hangup
When watching in the CLI, I see this:
== Using SIP RTP CoS mark 5
-- Executing [6004 at internal:1] Answer("SIP/505-00000004", "") in new
stack
-- Executing [6004 at
2006 Mar 13
0
Asterisk end Festival
Hi All,
I have installed festival for work with asterisk, this work fine, but when I
ran the festival server for languages spanish, in my PBX always I listen the
english voice, in my extension.conf I have the following example:
; testing festival (text-to-speech app)
exten => 556,1,Set(LANGUAGE()=es)
exten => 556,2,Answer
exten => 556,3,Festival(Es una prueba)
exten => 556,4,Hangup
2003 Sep 23
2
festival problem
I have loaded festival-1.4.3 patched with the 1.4.3.diff file. Festival source is in /usr/src/festival dir. When I try to use it I get this from asterisk:
-- Executing Answer("SIP/chad-57a4", "") in new stack
-- Executing Festival("SIP/chad-57a4", ""I am talking"") in new stack
== Parsing '/etc/asterisk/festival.conf': Found