Displaying 20 results from an estimated 700 matches similar to: "fax e-mail spandsp"
2004 Nov 22
8
Patching asterisk for spandsp
When I try to patch the Makefile for asterisk with the
Apps_makefile.patch from Spandsp I get the following error.
patching file Makefile
Hunk #1 FAILED at 47.
Hunk #2 FAILED at 76.
2 out of 2 hunks FAILED
Has anybody seen this.
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 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
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
2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently
down...
TIA,
Simone.
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
2006 Jan 22
6
spandsp Error
I cannot see it!!!!
make[1]: Leaving directory `/usr/local/src/svn-versions/asterisk/pbx'
/bin/sh: curl-config: command not found
make[1]: Entering directory `/usr/local/src/svn-versions/asterisk/apps'
Makefile:103: *** missing separator. Stop.
make[1]: Leaving directory `/usr/local/src/svn-versions/asterisk/apps'
make: *** [depend] Error 1
Makefile:
93 install: all
94
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
2005 Jan 27
4
/usr/bin/ld: cannot find -lidn
Bueller? Is this a lib of some kind? Google and lists bring up nada,
this is from ast cvs head latest on Fedora Core 3.
/usr/bin/ld: cannot find -lidn
collect2: ld returned 1 exit status
make[1]: *** [app_curl.so] Error 1
make[1]: Leaving directory `/usr/src/asterisk/apps'
make: *** [subdirs] Error 1
[root@zoot asterisk]# uname -a
Linux zoot 2.6.9-1.667smp #1 SMP Tue Nov 2 14:59:52 EST 2004
2004 May 28
2
spandsp wont compile.
I can't get spandsp to compile. when I go to the */apps directory i
continually fails.
Makefile:80: warning: overriding commands for target `app_rxfax.so'
Makefile:77: warning: ignoring old commands for target `app_rxfax.so'
cc -fPIC -c -o app_rxfax.o app_rxfax.c
app_rxfax.c:45: error: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP'
undeclared here (not in a function)
make: ***
2008 Jan 08
3
app_rxfax.c and app_txxfax.c where?
Hi All,
Where can I find copies of the app_rxfax.c, app_txfax.c and
apps_Makefile.patch. They don't seem to be located at soft-switch.org
anymore.
I am currently trying to compile Asterisk 1.2.26.1 and need the fax
components.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 13
0
R: RE: RE: Spandsp
Patch it by hand. Follow this help
http://www.asteriskguru.com/tutorials/spandsp.html
Hi
Giordano
-----Messaggio originale-----
Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Tomislav Parcina
Inviato: venerd? 13 gennaio 2006 12.28
A: asterisk-users@lists.digium.com
Oggetto: [Asterisk-Users] RE: RE: Spandsp
In article
2005 Oct 01
3
Adding Cepstral to Asterisk
I downloaded Cepstral to my Asterisk Box. I did the install and let it
install to /opt/swift.
I brought down a new CVS-HEAD as of today 10/1.
I added APPS+=app_cepstral.so into the Makefile in
/usr/src/asterisk/apps/Makefile
Like:
# Obsolete things...
#
#APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so
APPS+=app_cepstral.so
#
I did this piece but wasn't sure exactly what part of the
2006 Apr 19
1
Error installing asterisk
I am instaling asterisk on Fedora core 3.
I have instaled zaptel-1.2.3, libpri-1.2.2, but when I am instaling (make install) asterisk I have the following error:
....................
_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -c -o app_zapscan.o app_zapscan.c
gcc -shared -Xlinker -x -o app_zapscan.so app_zapscan.o
gcc -pipe -Wall
2005 Jun 02
1
compile asterisk
hello
i have a small problem in installation of asterisk can
any one tell me what is the solution
gcc -shared -Xlinker -x -o app_zapscan.so
app_zapscan.o
gcc -pipe -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -g
-Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6
-march=i686 -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\"CVS-HEAD-05/26/05-20:43:39\"
2005 Aug 06
1
Setup faxing with latest CVS
I have been trying to setup faxing with a recent CVS-HEAD. I have downloaded and compiled spandsp-0.0.2pre18 and gotten apps_makefile.patch, app_txfax.c and app_rxfax.c
I'm not suprised that the patch failed. Does anyone know what changes need to be made for this to work?
I have very little Fedora experience and no experience in changing make files so this is all new to me.
Thanks,
2005 Aug 08
1
Setup faxing with latest CVS/STABLE
I have been trying to get faxing working with stable but I have had no luck since cvs 1.0.4. I've tried 3 versions of SpanDSP and the system answers the fax but looks like it isn't training properly.
Lee
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Bob Goddard
Sent: 06 August 2005 23:44
To:
2004 Dec 28
3
Fedora Core 3 app_curl compile error?
Hi,
I'm making the latest CVS asterisk source on a newly installed Fedora
Core 3 distribution. However, when the makefile for asterisk/apps runs,
it generates an error when trying to link app_curl.so complaining about
not finding -lidn.
Has anyone else run into this problem? I can chase down libidn but I
find it odd that others on the list have seemingly gotten asterisk to work
on FC3 but
2005 May 10
3
MGCP : chan_mgcp.c:1509 find_subchannel
When I try to connect to * using a Cisco ATA 188 configured with a MGPC firmware (v3.1.1), I just
keep getting this message every 30 seconds or so :
May 10 10:08:21 NOTICE[7913]: chan_mgcp.c:1509 find_subchannel: Gateway '192.168.1.27' (and thus its
endpoint '*') does not exist
Using tcpdump, I have checked that the ATA188 (with IP 192.168.1.27 and port 2427) sends UDP packets
to
2005 May 05
2
7777 (simulate incoming call) not working
I'm setting up a new AAH 1.0 box to replace my AAH 0.6 box. Though on the
new box, I've installed a generic ebay X100P. I don't have my livevoip or
voicepulse accounts set up yet on the new box (can both boxes be registered
at the same time?). I've set up one IP phone (SPA841) with the new box. I
have my SBC POTS line plugged into the fxo card. I set up everything in
AMP.