search for: lspandsp

Displaying 19 results from an estimated 19 matches for "lspandsp".

Did you mean: spandsp
2004 May 28
2
spandsp wont compile.
...get `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: *** [app_rxfax.o] Error 1 I chamged the Makefile to include app_rxfax.so : app_rxfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff app_rxfax.so : app_rxfax.c gcc -D_GNU_SOURCE -O2 -g -Iinclude -l../include -c -o app_rxfax. o app_rxfax.c app_txfax...
2006 Jan 22
6
spandsp Error
...cut.so 96 rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so 97 rm -f $(DESTDIR)$(MODULES_DIR)/app_qcall.so 98 99 app_curl.so: app_curl.o 100 $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CURLLIBS) 101 102 app_rxfax.so : app_rxfax.o 103 $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff 104 105 app_txfax.so : app_txfax.o 106 $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff 107 108 app_sql_postgres.o: app_sql_postgres.c 109 $(CC) -pipe -I$(CROSS_COMPILE_TARGET)/usr/local/pgsql/include -I$(CROSS_COMPILE_TARGET)/usr/include/postgresql $(CFLAGS) -c -o app_sql_postg...
2004 Jun 21
1
Problem compiling fax applications
...--- 68,95 ---- gcc -pipe -O6 -g -Iinclude -I../include -D_REENTRANT -march=i586 -DDO_CRASH -c -o app_todd.o app_todd.c app_todd.so: app_todd.o $(CC) $(SOLINK) -o $@ $< -L/usr/local/ssl/lib -lssl -lcrypto + app_rxfax.so : app_rxfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + + app_rxfax.o: app_rxfax.c + gcc -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c + + app_txfax.so : app_txfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + + app_txfax.o: app_txfax.c + gcc -O2 -g -Iinclude -I../include -c -o app_txfax.o app_txfax.c +...
2006 Jan 13
0
R: RE: RE: Spandsp
...000501c61825$67ed7670$cf42e3c1@pitagora.it>, dviggiani@tiscali.it says... > I solved with this simple makefile: > > all: app_rxfax.so app_txfax.so > > app_rxfax.so: app_rxfax.c > gcc -shared -Xlinker -x -O2 -D_GNU_SOURCE -Iinclude -I../include -o > $@ app_rxfax.c -lspandsp -ltiff > > app_txfax.so: app_txfax.c > gcc -shared -Xlinker -x -O2 -D_GNU_SOURCE -Iinclude -I../include -o > $@ app_txfax.c -lspandsp -ltiff > > but as usual cut&paste is problematic. When I try to patch with this one I get error message. For me, this patch seams...
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
2005 Mar 28
1
Problem installing SpanDSP Makefile.patch
...lmysqlclient -lz else ifeq ($(USE_POSTGRES_VM_INTERFACE),1) --- 69,84 ---- install: all for x in $(APPS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done rm -f $(DESTDIR)$(MODULES_DIR)/app_datetime.so + app_rxfax.so : app_rxfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + + app_txfax.so : app_txfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + app_voicemail.so : app_voicemail.o ifeq ($(USE_MYSQL_VM_INTERFACE),1) $(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -L/usr/lib/mysql -lmysqlclient -lz else ifeq ($(USE_POSTGRES_VM_INTERFACE),1) ---...
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 rep...
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
...OSTGRES_VM_INTERFACE),1) --- 68,95 ---- gcc -pipe -O6 -g -Iinclude -I../include -D_REENTRANT -march=i586 -DDO_CRASH -c -o app_todd.o app_todd.c app_todd.so: app_todd.o $(CC) $(SOLINK) -o $@ $< -L/usr/local/ssl/lib -lssl -lcrypto + app_rxfax.so : app_rxfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + + app_rxfax.o: app_rxfax.c + gcc -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c + + app_txfax.so : app_txfax.o + $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff + + app_txfax.o: app_txfax.c + gcc -O2 -g -Iinclude -I../include -c -o app_txfax.o app_txfax.c + + app_d...
2004 Sep 26
0
Error Compiling libunicall for MFC/R2 with spandsp
...MT testcall.o -MD -MP -MF ".deps/testcall.Tpo" -c -o testcall.o testcall.c; \ then mv -f ".deps/testcall.Tpo" ".deps/testcall.Po"; else rm -f ".deps/testcall.Tpo"; exit 1; fi /bin/sh ./libtool --mode=link gcc -g -O2 -o testcall testcall.o -lunicall -lspandsp -ldl -lpthread -laudiofile gcc -g -O2 -o .libs/testcall testcall.o /root/libunicall/.libs/libunicall.so -lspandsp -ldl -lpthread -laudiofile /usr/local/lib/libspandsp.so: undefined reference to `TIFFDefaultStripSize' /usr/local/lib/libspandsp.so: undefined reference to `TIFFReadDirectory'...
2006 Jan 08
0
spandsp for 1.2.1 - libspandsp.so.0: cannot open shared object file: No such file or directory
...nd added the following lines to /usr/src/asterisk-1.2/apps/makefile ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/spandsp.h $(CROSS_COMPILE_TARGET)/usr/include/spandsp.h),) APPS+=app_rxfax.so app_txfax.so endif app_rxfax.so: app_rxfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff app_txfax.so: app_txfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff I then did the make cleans, makes and make installs as necessary for both spandsp and asterisk If I add the following to my Modules.conf load => app_txfax.so load => app_txfax.so I get...
2006 Jan 08
0
spandsp for 1.2.1 - libspandsp.so.0: cannot openshared object file: No such file or directory
...d the following lines to /usr/src/asterisk-1.2/apps/makefile ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/spandsp.h $(CROSS_COMPILE_TARGET)/usr/include/spandsp.h),) APPS+=app_rxfax.so app_txfax.so endif app_rxfax.so: app_rxfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff app_txfax.so: app_txfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff I then did the make cleans, makes and make installs as necessary for both spandsp and asterisk If I add the following to my Modules.conf load => app_txfax.so load => app_txfax.so...
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.
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
2012 Jan 05
1
Where are the fax instructions?
Hello, Trying to set up res_fax_spandsp. Based on https://wiki.asterisk.org/wiki/display/AST/T.38+Fax+Gateway I wrote this in my extensions.conf: exten => 306,1,NoOp(Fax transmission) same => n,Set(FAXOPT(gateway)=yes) same => n,Dial(DAHDI/3) ----->FXS port to fax machine same => n,Hangup() Call flow Im trying to pull out is as follows: Zoiper -->
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 Jun 19
1
RxFax problems
...function `lrint' app_rxfax.c: At top level: app_rxfax.c:50: warning: no previous prototype for `t30_flush' app_rxfax.c:57: warning: no previous prototype for `phase_e_handler' gcc -shared -Xlinker -x -I/usr/src/spandsp-0.0.1/src -o app_rxfax.so app_rxfax.o -L/usr/src/spandsp-0.0.1/src -lspandsp -ltiff 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-04/08/04-10:06:15\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/aster...
2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently down... TIA, Simone.
2007 Jan 03
0
Re: asterisk-users Digest, Vol 30, Issue 4
...ading, > everything points to me having multiple copies of spandsp and it's maybe > calling the wrong one. After the complete compile of asterisk, I jump into the apps/ directory and do this: [~/asterisk/1.4/apps] root@tardis>gcc -o app_rxfax.so -shared -Xlinker -x app_rxfax.o -lspandsp After that, with ldd on app_rxfax.so you can confirm that is is being linked. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/
2009 Jul 20
2
What am I doing wrong?
Hi Gang, I've got the latest SVN branch of 1.4 downloaded onto SUSE 11.0. Everything is happy EXCEPT, I can't get fax to be recognized by make menuselect. I tried copying app_rxfax.c and app_txfax.c to the apps directory and starting again from ./configure, but no joy. Any suggestions? Danny Nicholas -------------- next part -------------- An HTML attachment was