similar to: asterisk with festival facing problem

Displaying 20 results from an estimated 1000 matches similar to: "asterisk with festival facing problem"

2007 May 07
0
asterisk with festival facing problem!!!!!
hi List, i've been trying to get festival work on my 1.4.4 *box for the last 3days, i've used the tutorial on this page http://www.voip-info.org/wiki-Asterisk+Festival+installation with exactly the same line in my dialplan just to make a test now when i try to call( dial 555 ) from my softphone i get this message on festival server debugger: server Tue May 8 11:36:53 2007 : Festival
2008 Dec 02
5
cepstral vs festival
I'm about to begin working on an ivr project to do database backed scheduling. I would like to use text to speech in some places. What are the differences in using festival vs. Cepstral? How are they similar, how are they different? Is one really better than the other? How and Why? Thanks, Eric -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Sep 21
4
POP3 and TTS (Festival?)
Hi, Has anybody seen a non commercial, or freeware, or GPL, or even CHEAP... POP/IMAP to Text-to-speech? I have a working version for POP3 using festival. It DOES work... it even cleans the email contents to get the actual content. It works great with Outlook emails and similar, and skips non multipart/alternative (that would be mainly SPAM, where the email is just
2008 Feb 11
2
how to create a standalone voicemail server
HI list, i've been googling all night looking for a tutorial that shows how to make an asterisk standalone voicemail server , no way !!!!! can someone redirect me or explain me how to do this thanks a lot Best Regards -- Cheikhou DIAW +225 02175082 +225 22414039 msn: deuteryon at hotmail.com e-mail:deuteryon at gmail.com -------------- next part -------------- An HTML attachment was
2006 Jan 18
1
festival-script.pl... howto change language?
excuse for to find a desperate solution... but i'm boried to spent hours... ;) not in asterisk !!! ;) i use the festial-script.pl of Donny Kavanagh... but i want to change the language that festival uses, depending on a variable for the callerid. English/Spanish How i can tell the script the correct voice that festival needs to use?? like --language spanish --language english ...in normal
2008 Mar 26
2
Realtime replication!!!!!
Hi list what do you think is the best way to replicate an asterisk mysql realtime database , i'm setting up a cluster , and i obviously need to ensure the database high availability i've been reading about DRBD and the internal replication functionality of mysql , but i dont really know if its the proper solution, i'm looking for advices on how to replicate the mysql realtime
2007 Mar 19
1
Festival works extension to extension, not on trunk
I recently got Festival performing Text to Speech on my Asterisk system. It is working great when I call from extension to extension in the house. But when I dial in on my phone number (which comes in on a sip registration to a Sonus server), I can not hear any sound. The asterisk box thinks it is playing the festival sound but I hear nothing. Any ideas?
2006 Dec 26
1
agi+cepstral driving me nuts
I just got cepstal working fine in the dial plan using code like: exten => 511,5,AGI(cepstral.pl|Welcome to my house finder. At the beep enter your zip code.) The php script it calls is based on the nerdvittles weather one so it calls a webpage which prints to the screen, the nerdvittles code uses system to generate the .wav file then has the dial plan call it via: //php script $retcode2 =
2004 Sep 09
10
Cepstral
How do you get Cepstral working, they only offer windows versions. do I have to complie it to linux? http://www.cepstral.com
2003 Nov 04
1
Demo Weather Report AGI v2.0
Some of you may know me as ManxPower from #Asterisk at irc.freenode.,net I've posted my demp weather report Asterisk AGI script at http://www.fnords.org/~eric/asterisk/downloads/ I have no affiliation with Cepstral. Below is the README: Contact: Eric Wieling <eric@fnords.org> If you want a demo of this AGI script you may call via IAXtel 1-700-923-3645 extension 2101. Option 23 is
2006 Jun 12
1
FW: TTS from MySQL
Hi all, I need to simply use Asterisk to receive incoming calls in an IVR manner. It should authenticate users and read data from MySQL table that match their ID through Text-to-speech. I already have Asterisk 2.6 (Asterisk@home). I understand that I need to use Festival and AGI but do not know what to do exactly. Any help is appreciated. Thanks
2004 Dec 07
3
Cepstral voices
Was hoping someone could point me in the right direction for getting the linux version of cepstral voices working with Asterisk. The cepstral site states that the voices work with asterisk, but I haven't been able to find anything with google or in the handbook on this. Thanks in advance, Bruce
2003 Nov 05
2
Ping AGI Demo
I have a ALPHA version of my new ping AGI demo available. Access via: IAXTel 1-700-923-3645 or Dial(IAX2/guest@ext.fnords.org) When asked for an extension, enter 2101. This will bring you to the System Services menu. The Cepstral version of the ping is option 28, the Festival version of the ping is option 32. Please report problems and/or issues directly to me. I'm trying to get
2015 Aug 28
3
Anyone doing speech to text?
I have a similar situation here, I want to include TTS in my asterisk IVR system. Could someone give suggestion(s) please, I prefer open-source thanks in advance! Chatila, A. C. P. O. Box 365, Kihesa Street, Njombe, Tanzania. *Mob:* +255 765 154 235 *Whatsapp:* +255 653 258 608 *Website:* chax.me.tz On Thu, Aug 27, 2015 at 9:07 PM, Steve Edwards <asterisk.org at sedwards.com> wrote:
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
2003 Jun 24
3
Patching Festival
I just wanted to try out Festival, but I can't get it patched. I'm thinking that there is something missing from the steps listed at http://www.marko.net/asterisk/archives/0209/0389.html. >>tar xvzf festival-1.4.2-release.tar.gz >>patch -p0 </usr/src/asterisk-ng/festival-1.4.2-diff >> (or wherever the patch is located) When I run the patch command, I get the
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
2003 Jun 19
4
festival error
I followed the directions I found in the list to a tee http://www.marko.net/asterisk/archives/0209/0389.html The server starts fine, but when I call the festival extension it gives me an OID error variable tts_textasterisk I have RH7.3 festival 1.4.2 speech_tools 1.2.2 patched it with the festival-1.4.2.diff located in the /usr/src/asterisk/ folder . When I patched it, the patch was looking
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
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