search for: app_txfax

Displaying 20 results from an estimated 101 matches for "app_txfax".

Did you mean: app_rxfax
2006 Oct 28
1
tx_fax not getting entire fax
...page fax and I only receive the first page on every attempt. I think I have enabled debug output below. Can you tell me what the problem might be? I am using snapshot from oct 26. asterisk 1.2.13 and libtiff 3.6.1-12 from redat/centos 4.4. THanks, Jerry --------- Oct 28 13:13:40 DEBUG[22763]: app_txfax.c:69 span_message: FLOW FAX Set rx type 4 Oct 28 13:13:40 DEBUG[22763]: app_txfax.c:69 span_message: FLOW FAX Set tx type 0 Oct 28 13:13:42 DEBUG[22763]: app_txfax.c:69 span_message: FLOW FAX Set rx type 0 Oct 28 13:13:42 DEBUG[22763]: app_txfax.c:69 span_message: FLOW FAX Set tx type 8 Oct 28...
2004 May 28
2
spandsp wont compile.
...-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.so : app_txfax.o $(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff app_txfax.o: app_txfax.c gcc -D_GNU_SOURCE -O2 -g -Iinclude -l../include -c -o app_txfax.o app_txfax.c any ideas? thanks in advance.
2007 Oct 05
0
Spandsp Fax sent successfully but Asterisk don't terminate the call
Hello, the bench that gives me a problem is the following: asterisk1 + spandsp ===>===PSTN===>=== asterisk2 + spandsp 1) i put a .call file inside Asterisk spool directory 2) the fax is sent successfully, I got this message in the sender's log: .... [Oct 4 17:57:02] DEBUG[17610] app_txfax.c: FLOW FAX Set tx type 8 [Oct 4 17:57:03] DEBUG[17610] app_txfax.c: FLOW FAX Set rx type 0 [Oct 4 17:57:03] DEBUG[17610] app_txfax.c: FLOW FAX Set tx type 4 [Oct 4 17:57:04] DEBUG[17610] app_txfax.c: FLOW FAX Set rx type 4 [Oct 4 17:57:04] DEBUG[17610] app_txfax.c: FLOW FAX Set tx type 0 [Oct...
2005 Oct 05
2
can't run app_txfax
Anyone run app_txfax and app_rxfax successfully on asterisk 1.2 beta1? I get an error when trying to run asterisk: [app_txfax.so]Oct 5 12:05:24 WARNING[14665]: loader.c:314 __load_resource: /usr/lib/asterisk/modules/app_txfax.so: undefined symbol: fax_set_header_info Oct 5 12:05:24 WARNING[14665]: loader.c:543 loa...
2004 Jun 21
1
Problem compiling fax applications
...usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi) #APPS+=$(shell if [ -f /usr/include/zap.h ]; then echo "app_rpt.so" ; fi) + APPS+=$(shell if [ -f /usr/include/spandsp.h ]; then echo "app_rxfax.so app_txfax.so app_dtmftotext.so" ; fi) + APPS+=$(shell if [ -f /usr/local/include/spandsp.h ]; then echo "app_rxfax.so app_txfax.so app_dtmftotext.so" ; fi) + CFLAGS+=-fPIC ifeq ($(USE_POSTGRES_VM_INTERFACE),1) CFLAGS+=-DUSEPOSTGRESVM endif *************** *** 65,74 ****...
2006 Jan 12
1
R: app_rxfax.so and app_txfax.so
I have to re-compile also app_rxfax.so and app_txfax.so or just spandsp ? Thanks Giordano ________________________________ Da: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Per conto di Colin Anderson Inviato: gioved? 12 gennaio 2006 17.20 A: 'Asterisk Users Mailing List - Non-Commercial Discus...
2006 Jan 12
6
app_rxfax.so and app_txfax.so
Hi, I just installed spandsp 0.0.3pre6 with libtiff 3.7.1 and evrythinghs is ok. I recompiled asterisk and run ldocnfig, but whrn I start asterisk I get this error: [app_rxfax.so]Jan 12 16:40:42 WARNING[1569]: loader.c:258 ast_load_resource: /usr/lib/asterisk/modules/app_rxfax.so: undefined symbol: fax_set_phase_d_handler Jan 12 16:40:42 WARNING[1569]: loader.c:440 load_modules: Loading
2006 Jan 08
0
spandsp for 1.2.1 - libspandsp.so.0: cannot open shared object file: No such file or directory
I am getting the following error when starting: loader.c:325 __load_resource: libspandsp.so.0: cannot open shared object file: No such file or directory loader.c:499 load_modules: Loading module app_txfax.so failed! When I load app_txfax.so and/or app_txfax.so; if these are commented out, asterisk starts fine. I downloaded the spandsp version from http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre21c/asterisk-1. 2.x/ and have Asterisk SVN-branch-1.2-r7470M. I changed the Makefile...
2006 Jan 08
0
spandsp for 1.2.1 - libspandsp.so.0: cannot openshared object file: No such file or directory
...ndsp for 1.2.1 - libspandsp.so.0: cannot openshared object file: No such file or directory I am getting the following error when starting: loader.c:325 __load_resource: libspandsp.so.0: cannot open shared object file: No such file or directory loader.c:499 load_modules: Loading module app_txfax.so failed! When I load app_txfax.so and/or app_txfax.so; if these are commented out, asterisk starts fine. I downloaded the spandsp version from http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre21c/asterisk-1. 2.x/ and have Asterisk SVN-branch-1.2-r7470M. I changed the Mak...
2007 May 04
3
app_txfax, app_rxfax
Hello, I'm trying to compile asterisk from source (1.2.18). Faxing is fairly critical for us, so in the past we've used spandsps app_rxfax and app_txfax to support faxing in asterisk. Unfortunately I can't find these applications on soft-switch.org anymore and even so I have a feeling they wouldn't patch correctly into 1.2.18. Does anyone know how to best handle faxing in 1.2.18? Is it even necessary to compile these two apps into aster...
2008 Jan 23
0
app_txfax
Hello, I'm setting up Asterisk to send outgoing faxes over a PRI line. I installed app_txfax and its prerequisites and astfax to submit email messages to Asterisk. This all seems to work fine, but I get some error messages in my logs I don't understand. Whenever I send a fax it goes through fine, but I get these messages in the logs: [Jan 17 11:21:07] WARNING[2413] chan_zap.c: U...
2006 Jan 13
0
R: RE: RE: Spandsp
...di Tomislav Parcina Inviato: venerd? 13 gennaio 2006 12.28 A: asterisk-users@lists.digium.com Oggetto: [Asterisk-Users] RE: RE: Spandsp In article <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 -ls...
2009 Jan 07
1
app_rxfax and app_txfax with Ubuntu?
Hi, all. I just tried to fire up app_txfax and app_rxfax, only to find that I can't seem to compile them. The problem appears to be that my libtiff library is wrong. Only problem is that, according to the README, I need "libtiff >=3.8 and <4.0", which is all well and good... except that there is no 3.x libtiff anywhere...
2008 Dec 22
2
Install app_rxfax and app_txfax in 1.4withLenny
...HTH Andy -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Olivier Sent: 22 December 2008 09:47 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Install app_rxfax and app_txfax in 1.4withLenny Hi Andrew, 2008/12/22 Andrew Thomas <andy at datavox.co.uk> JFYI - I run (successfully) agx-addons with 1.4.22 and Etch. Make sure you have the right version of SpanDSP installed (as well as the tiff libraries). which are (thinking of both SpanDSP and libiff) ? -->&gt...
2004 Jun 19
1
RxFax problems
...uot; -DASTSPOOLDIR=\"/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN -fPIC -c -o app_txfax.o app_txfax.c In file included from ../include/spandsp.h:40, from app_txfax.c:27: ../include/spandsp/arctan2.h: In function `arctan2': ../include/spandsp/arctan2.h:51: warning: implicit declaration of function `fabs' In file included from ../include/spandsp.h:47,...
2008 Dec 22
1
Install app_rxfax and app_txfax in 1.4with Lenny
...ers-bounces at lists.digium.com [mailto:asterisk-users- -->> bounces at lists.digium.com] On Behalf Of Loic Didelot -->> Sent: 19 December 2008 20:33 -->> To: Asterisk Users Mailing List - Non-Commercial Discussion -->> Subject: Re: [asterisk-users] Install app_rxfax and app_txfax in -->> 1.4with Lenny -->> -->> Hi, -->> I tried agx-addons with different version. I got it working till -->> asterisk version 1.4.21 included on ubuntu with libtiff4. -->> -->> Starting from asterisk 1.4.22 it did not longer work. -->> --...
2005 Mar 28
1
Problem installing SpanDSP Makefile.patch
...e as shown below. In reviewing previous correspondance about this problem it wasn't clear on what the solution is. Can someone provide me with additional information on how to resolve this problem? Regards, Kerry + APPS+=$(shell if [ -f /usr/include/spandsp.h ]; then echo "app_rxfax.so app_txfax.so" ; fi) + APPS+=$(shell if [ -f /usr/local/include/spandsp.h ]; then echo "app_rxfax.so app_txfax.so" ; fi) + CFLAGS+=-fPIC ifeq ($(USE_POSTGRES_VM_INTERFACE),1) CFLAGS+=-DUSEPOSTGRESVM endif *************** *** 66,75 **** install: all for x in $(APPS); do $(INS...
2007 Aug 07
6
Which spandsp & unicall version to use with 1.2?
Hi all, Anyone have an idea which version of spandsp, libunicall, libmfcr2, libsupertone, app_rxfax/app_txfax and chan_unicall I should use for the latest asterisk 1.2? Would that be the ones listed below? http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.4pre4.tgz http://www.soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/ http://www.soft-switch.org/downloads/unicall/unicall-0...
2004 Aug 12
1
Problem installing Software Fax SpanDSP support into Asterisk
...-f /usr/include/linux/zaptel.h ]; then echo "app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so" ; fi) #APPS+=$(shell if [ -f /usr/include/zap.h ]; then echo "app_rpt.so" ; fi) + APPS+=$(shell if [ -f /usr/include/spandsp.h ]; then echo "app_rxfax.so app_txfax.so app_dtmftotext.so" ; fi) + APPS+=$(shell if [ -f /usr/local/include/spandsp.h ]; then echo "app_rxfax.so app_txfax.so app_dtmftotext.so" ; fi) + CFLAGS+=-fPIC ifeq ($(USE_POSTGRES_VM_INTERFACE),1) CFLAGS+=-DUSEPOSTGRESVM endif *************** *** 65,74 **** gcc -pipe -O...
2005 Aug 04
1
app_txfax.c problem
<br>--------------------------- <br>>Hi Sir£¬ <br><br>>The operation system on my computer is fedora 2.0 asterisk 1.0.x, I have set up spandsp0.0.2 pre18 on my computer.Further more, a SHARP fax has been registered on my asterisk Server through gateway. after that, I test SHARP fax with virtual fax and the result shows that rxfax is working normally. However, txfax