Displaying 8 results from an estimated 8 matches for "festivalcache".
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 festivalcache functionality is not working -- but that
may be b...
2005 Aug 18
2
asterick and festival...Help!
...new stack
== Parsing '/etc/asterisk/festival.conf': Found
== Spawn extension (mytest, 2890, 13) exited non-zero on 'SIP/1000-2915'
and of course the call exits.
Here is my /etc/asterick/festival.conf
[general]
host=127.0.0.1
port=1314
usecache=no
cachedir=/var/lib/asterisk/festivalcache/
festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n
Everything is running on the same box. I have rebooted... nothing is
var log messages either.
The local festival_client connects and I can put in (SayText "I can say
numbers like") and it works great.
The festival_...
2004 Oct 06
0
Asterisk and Festival, getting gethostbynamefailed error
...nd
but definitely the gethostbyname error occurs when host and port are
uncommented and specified.
Thanks.
Chris
Steve Woolley wrote:
> 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 festivalcache functionality is...
2005 Jan 10
2
Festival Woes
...500,1,Answer
exten => _*500,2,Festival('Please record your message')
exten => _*500,3,Record(mymessage:gsm)
exten => _*500,4,Festival('You said')
exten => _*500,5,Playback(mymessage)
festival.conf
[general]
host=asterisk
port=1314
usecache=yes
cachedir=/var/lib/asterisk/festivalcache/
festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n
Any ideas?
2010 Aug 04
1
Asterisk not working with Festival
...d then
asterisk attaches it to ?connect-to-me? context. But after that, I can hear
only a voice saying ?one? but nothing after that. Please find below details
on configuration files:
festival.conf:
; Festival Configuration
[general]
host=localhost
port=1314
usecache=yes
cachedir=/var/lib/asterisk/festivalcache/
festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n
And, festival.scm :
(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 str...
2004 Aug 29
0
System freezes when using Festival with usecache
...n logic works OK otherwise (ultimately I will probably
convert this to AGI). Also I have included a copy of what I am doing
in my extensions.conf to possibly give some insight. Any help is
appreciated.
festival.conf
[general]
host=localhost
port=1314
usecache=yes
cachedir=/var/lib/asterisk/festivalcache/
festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n
from extensions.conf
exten => 4998,1,Answer
exten => 4998,2,SetVar(YourNumber=1${CALLERIDNUM})
exten => 4998,3,Goto(6)
exten => 4998,4,Festival(Caller please enter the callback number
followed by the pound key)
exte...
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,
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