similar to: Adding Cepstral to Asterisk

Displaying 20 results from an estimated 400 matches similar to: "Adding Cepstral to Asterisk"

2006 Jan 21
1
Compiling app_cepstral.c into Asterisk - failing
I have searched and found a couple examples on how to put the app_cepstral.c into Asterisk but it isn't working. I obviously am not understanding the examples that I have found. "Copy the app_cepstral.c file to your asterisk source tree (apps folder) . You'll also need to add a lines like these to the Makefile in that directory: APPS+=app_cepstral.so" I added it into
2004 Jun 21
1
Problem compiling fax applications
I'm tring to compile fax applications on Debian system. the spandsp library compiles ok, and when i try to patch the make file in apps directory as is said in the instructions it returns errors. I'm using cvs version of asterisk . -------------------------- voipgw:/usr/src/asterisk/apps# patch < Makefile.patch patching file Makefile Hunk #1 FAILED at 35. Hunk #2 FAILED at 68. 2 out of
2010 Mar 15
0
How to find Asterisk compile time options for building app_swift module
Hi, I have Asterisk 1.6.0.20 running on Red Hat Enterprise Linux Server release 5.4 (Tikanga). I am trying build an app_swift module which uses the Cepstral software. I am compiling it with the following command line gcc -I/opt/swift/include -g -Wall -D_REENTRANT -D_GNU_SOURCE -fPIC -c -o app_swift.o app_swift.c gcc -shared -Xlinker -x -o app_swift.so -L/opt/swift/lib -lswift -lm -lswift
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
I'm trying to install the SPANDSP software into Asterisk to support incoming (mainly) Fax. I'm following the info in http://www.voip-info.org/wiki-Asterisk+Fax. I downloaded and installed the spandsp software from ftp://ftp.opencall.org/pub/spandsp/ and followed the directions in several documents listed on the on the Tiki page. I get down to patch < Makefile.patch that fails with
2012 Aug 01
1
app_swift 3 and asterisk 1.8.13.0 fails with undefined symbol: swift_port_close
All, I am experiencing this same issue. it seems that you were able to resolve it offline. Could you by any chance post the solution. telephonics1*CLI> module load app_swift.so Unable to load module app_swift.so Command 'module load app_swift.so' failed. [Aug 1 05:01:01] WARNING[28635]: loader.c:458 load_dynamic_module: Error loading module 'app_swift.so':
2006 Nov 30
1
Asterisk 1.4 : App_Swift (Cepstral) Howto
Hi All, Recent discussions on app_cepstral on the list have led me to believe there's some issues with Asterisk 1.4 I set about creating a small howto for people to get cepstral, with app_swift working. Check it out: http://www.voipphreak.ca/archives/354-Asterisk-1.4-Gentoo-CepstralSwift-Howto-using-App_Swift.html Thanks, Diwelf
2007 Mar 16
2
Cepstral voices
what's the easiest way of using cepstral voices with asterisk ? On their website, in the ssml page (http://www.cepstral.com/cgi-bin/support?page=ssml), they say "Asterisk PBX SSML can be used with Cepstral voices in Asterisk by simply embedding the markup into the input text." what input text ? To what application ? Thanks ! Julian
2006 Feb 10
0
Asterisk with Cepstral for TTS
Hello all, I am trying to get cepstral to work with Asterisk for Text to Speech purposes. I got Asterisk to recompile with cepstral and after doing *CLI> show cepstral female voices Available Cepstral voices: Name Gender Age Language Sample Rate License ========== ========= ===== ==================== ============= ============ Amy female 30
2006 Oct 26
0
Cepstral/Swift TTS app
Hey everyone, I was frustrated with the existing app_cepstral/app_swift TTS modules I've found on the net, so I hacked up my own. It's been working really well for me so I thought I'd share. In developing this, I wanted to avoid: * the startup delay incurred writing TTS output to a temp file then playing it back * gluing cepstral/swift to the asterisk module in a way that fubard
2005 Mar 28
1
Problem installing SpanDSP Makefile.patch
*************** *** 41,50 **** APPS+=$(shell if [ -f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so a pp_zapbarge.so app_zapscan.so" ; fi) APPS+=$(shell if [ -f /usr/local/include/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so a pp_zapbarge.so app_zapscan.so" ; fi) APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then
2007 Jan 04
2
postgres and asterisk
I need to retrieve my asterisk to retrieve a values from postgresql, i am looking for some sort of application like *mysql*() app, I found one but it is only available on Suse, is there any way for doing this? Regards, O.Youssef -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Oct 22
1
app_swift issues
Hi all, i'm trying to integrate cepstral and asterisk, and i have a problem i'd appreciate any help with (i know it's a bit tangential, but i figure this is the place with the most knowledge of app_swift and asterisk). I've installed swift from cepstral.com with alison's voice, and it works fine, from the command line i can do swift "hello there" -o test.wav and then
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this? gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff In file included from app_rxfax.c:14: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) /usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is reported
2004 May 25
10
spandsp hylafax asterisk and confusion
I have been attempting to download, compile and configure spandsp to function with * without much luck. I am guessing that some assumptions were made regarding the users knowledge level of Linux. Sadly, I must not live up to those assumptions. My problem begins when after compiling spandsp I look for the app_rxfax.c, app_txfax.c, app_dtmftotext.c and makefile.patch files to place in the
2006 Nov 29
1
Getting app_cepstral to work with Asterisk 1.4.0-beta3
Using this link http://www.oldskoolphreak.com/tfiles/voip/installing_app_cepstral.txt This is a Dell PowerEdge 1950 running Whitbox 4 and Asterisk 1.4.0-beta3 I get the following errors on make install Any help would be GREAT! Thanks [CC] app_cepstral.c -> app_cepstral.o In file included from /usr/src/asterisk/include/asterisk/linkedlists.h:23, from
2006 Jan 11
1
where to get app_cepstral.c
hello Anyone know where I can download a copy of app_cepstral.c, or can anyone send it to me? I saw that it was available at http://www.automated.it/asterisk/ but the site isn't up. Thanks, jasonwolfe@bellsouth.net
2005 Mar 20
1
app_nv_backgrounddetect - how to make module
How to compile additional module to asterisk? I have app_nv_backgrounddetect.c file and followed instructions below, but "make" did not generate app_nv_backgrounddetect.so or app_nv_backgrounddetect.o (1) Drop the code in your /usr/src/asterisk/apps directory (2) Edit the Makefile in the apps directory. Add the following line: APPS+=app_nv_backgrounddetect.so (3) Go to
2006 Jan 26
0
app_background and app_cepstral
currently, when using swift TTS engine with app_cepstral, generated audio is streamed to the channel. This means that a call to ceptsral operates like app_playback. I need the functionality of app_background. I'm thinking I have two options... 1.) use system() to call swift engine, create a temporary file, background() the temp file, and then delete the temp file. option 2.) write this
2005 Jan 07
5
fax e-mail spandsp
I'm trying to install spandsp But when I try to patch the Makefile it gives this error [root@pbxmilkshake apps]# patch < apps_makefile.patch patching file Makefile Reversed (or previously applied) patch detected! Assume -R? [n] y Hunk #1 succeeded at 41 (offset -6 lines). Hunk #2 FAILED at 67. is it ok to go on
2004 Sep 26
1
spandsp patch help
I've installed spandsp-0.0.1k on a RHv9 box with CVS-HEAD-09/19/04 and compiled the libraries just fine. Having a problem with patching the asterisk/apps Makefile however. The patch attempt results in: [root@phoenix apps]# patch <Makefile.patch patching file Makefile Hunk #1 FAILED at 35. Hunk #2 FAILED at 68. 2 out of 2 hunks FAILED -- saving rejects to file Makefile.rej [root@phoenix