similar to: AGI: Festival & Ringing on Screening not working properly

Displaying 20 results from an estimated 9000 matches similar to: "AGI: Festival & Ringing on Screening not working properly"

2007 Jul 05
2
Call Screening Not Working
I am using the Find-me/Follow-me example below with screening: http://www.voip-info.org/wiki/view/Asterisk+tips+findme Here is my actual config: [macro-screen] exten => s,1,Wait(1) exten => s,n,Background(press-1-to-be-connected-to-the-caller) exten => s,n,Set(TIMEOUT(response=5)) exten => 1,1,NoOp(Caller accepted) exten => i,1,Set(MACRO_RESULT=CONTINUE) exten =>
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 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
2004 Oct 06
0
Asterisk and Festival, getting gethostbynamefailed error
Do you think this should be "Bug Reported"? -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Chris Samaritoni Sent: Wednesday, October 06, 2004 3:42 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Asterisk and Festival, getting gethostbynamefailed error
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
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
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
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
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
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
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
2007 Jul 10
0
Macro Goofiness
I am trying to use a macro to screen calls by calling several different phones at the same time in different groups. Find me will not work and queues will not work either. Trust me, I've tried them both and they don't work like they should. Here is what I have: A call comes into 6084 and does the following (in default context): exten => 6084,1,NoOp(test) exten =>
2004 May 01
0
Asterisk, festival, dropped calls
Hi I have been playing around with asterisk for a few days now. I have asterisk running with a single x100p card and a couple of x-lite "extensions". Here's where I am at: I can make calls between the extensions. Voice mail seems to work OK. I can use the x100p card to dial out to the PSTN over the analogue interface and receive calls fine. I have my FWD account hooked up as well
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,
2006 Nov 23
0
festival problem using IAX (chan_iax2.c:2995 iax2_read)
Hi All, I'm having a problem after reinstalling the operating system. Festival works fine for SIP, but when IAX users are calling the same extension they don't hear the festival and I see the next message on console: NOTICE[3996]: chan_iax2.c:2995 iax2_read: I should never be called! I googled and couldn't find a solution, if somebody can help.... neobase*CLI>
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()