similar to: Softfax/spandsp compilation

Displaying 20 results from an estimated 1000 matches similar to: "Softfax/spandsp compilation"

2004 Jun 20
1
Softfax/spandsp Makefile.patch rxfax/txfax
I followed the instructions at http://www.opencall.org/instructions.html and http://lists.digium.com/pipermail/asterisk-users/2003-October/025094.html I was able to compile spandsp (./configure ; make ; make install), "manually" patched asterisk apps/Makefile (/usr/src/asterisk/apps), as the supplied patch does not fit the actual CVS apps/Makefile After make clean ; make install, I
2004 Mar 30
2
SoftFAX/spandsp - txfax
Hi Steve and all, 1. Faxing from asterisk back to the same asterisk (from one Zap channel to another) doesn't work for us. Txfax called with the 'caller' parameter issues CED, while the receiving side needs CNG in order to switch to fax extension with rxfax. 2. This is probably the reason why J2 and our UC don't recognize incoming fax. Thank you. Alex Zarubin Webley Systems
2004 Apr 29
2
spandsp compile error: PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here
Hey All, I'm having a bit of a problem trying to get spandsp working on my asterisk machine. The machine is a Redhat 9.0 install with the latest version of libtiff and libtiff-devel (according to freshrpms.net). I manaaged to download, compile and successfully install the actual spandsp package with no errors. The problem comes when I try to compile the rxfax and txfax asterisk
2004 Mar 16
24
Softfax/spandsp
Hi all, After a long time having no time, I have finally done some fresh work on my software fax machine. I have replaced the original carrier tracking with something more robust. I have also added 4800, and 2400 bits per second modes, and cleaned up a few bugs in areas like superfine mode operation. I apologise for this update taking so long. At ftp://ftp.opencall.org/pub/spandsp you will
2005 Jun 01
1
rxfax problems - cont.
Well, my faxes passes through asterisk successfully, however I still have some problems about fax reception by rxfax. The softfax answers, and negotiates transmission, however then as some stage of communiation something is wrong. But I have nothing more but this log: Jun 2 00:10:21 DEBUG[16900]: chan_zap.c:4242 zt_read: DTMF digit: * on Zap/10-1 Jun 2 00:10:22 DEBUG[16900]: chan_zap.c:4242
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: ***
2005 Oct 14
3
Problem with compiling spandsp
New asterisk user, pretty much set up except for spandsp. I get the following when trying to compile: app_rxfax.c app_rxfax.c: In function `phase_e_handler': app_rxfax.c:92: error: structure has no member named `cid' app_rxfax.c:92: error: structure has no member named `cid' app_rxfax.c: In function `rxfax_exec': app_rxfax.c:260: error: structure has no
2005 Oct 03
1
Compiling SpanDSP
Has anybody been successful with compiling the pre3 version of SpanDSP on the current Asterisk CVS? I'm getting: app_rxfax.c: In function `phase_e_handler': app_rxfax.c:77: warning: implicit declaration of function `fax_get_transfer_statistics' app_rxfax.c:78: warning: implicit declaration of function `fax_get_far_ident' app_rxfax.c:79: warning: implicit declaration of
2006 Feb 19
2
spandsp 0.0.2pre25
Hello, Is anyone successfully using spandsp 0.0.2pre25 with either asterisk 1.0.x or 1.2.4? I've built a Gentoo ebuild for this version of spandsp and app_rtxfax, and it builds, but I'm not having any luck getting it working. 99% of my test faxes fail. Reverting to 0.0.2pre20 yields a much higher success rate. I've bumped the console debugging level in logger.conf to include debug
2007 Sep 26
1
Asterisk - Spandsp Fax not working?
Hi all, I'm trying to setup an asterisk based fax receiving machine. i'm using asterisk 1.2.18 and app_rxfax with spandsp 0.0.4pre9 I have no problems with a modem-fax, but with the fax machines i have tried almost every fax fails, both in sending and receive. the machines are sending a receiving a lot of faxes every day and working well, so i think the problem is on the spandsp side. i
2006 Mar 25
2
Asterisk spanDSP / Faxing problem
Hi There. I have the following setup : Asterisk 1.2.4 , freePBX 2.0.1, spandsp-0.0.2pre24 My problem is as follows : If I set up a very simple extensions.conf. when I dial from a fax machine, it seems as if no fax is being recognised. If I answer the call, I can hear the fax machine beeping. extensions.conf :
2004 Apr 18
1
spandsp...can't compile *
Why is it I keep getting this error when trying to get spandsp compiled with asterisk ? gcc -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c app_rxfax.c:45: `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP' undeclared here (not in a function) Denis
2006 Mar 07
1
I can't receive multiple pages with spandsp
Hi all, I'trying to use spandsp (app_rxfax) to receive faxes. When there are more than one page, the system creates a tiff file with only the first page and the other are lost, even if the full log says: Mar 7 17:17:42 DEBUG[5876] app_rxfax.c: ============================================================================== Mar 7 17:17:42 DEBUG[5876] app_rxfax.c: Pages transferred: 1 Mar
2003 Nov 12
7
SoftFax question
Hi, I am looking at using the softfax that Steve Underwood has developed. It's very straight forward when you assign an extension for the fax. A function that several pbx's has is that they listen for the 'faxtone' for 5 seconds after 'answer' in the menu where you can enter your local extension number, it's normally done in parallel with the DTMF detection. I think
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
2006 Nov 16
5
spandsp 0.0.3 RxFax fax reception crashes bristuffed asterisk 1.2.13
Hi, I'm using spandsp-0.0.3 [http://www.soft-switch.org/downloads/snapshots/spandsp/ spandsp-20061116.tar.gz] on a bristuffed asterisk (1.2.13) [http://212.91.251.199/~junghanns.net/downloads/bristuff-0.3.0- PRE-1v.tar.gz] libtiff is at version 3.6.0 Running on: Linux router2 2.6.17-2-686 #1 SMP Wed Sep 13 16:34:10 UTC 2006 i686 GNU/Linux Debian testing distro. I've tried many
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/
2004 Mar 30
0
SoftFAX/spandsp - release 0.0.1i - txfax fin dings
Hi, We have no problems sending to HP and Panasonic fax machines in the office. We do have problems when we try to send faxes to services supporting fax, i.e. J2 or our UC platform. The receiving side doesn't recognize fax. To send a fax we drop into /var/spool/asterisk/outgoing: Channel: Zap/g1/<fax number> MaxRetries: 0 WaitTime: 20 Context: webley_txfax Extension: txfax_ext
2006 Dec 07
1
Asterisk 1.4.0-beta3 spandsp rxfax woes (or me being hard of thinking)
Hi, I have installed the latest version of asterisk(1.4.0-beta3), and built app_rxfax/txfax. I'm using spandsp from here, http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20061207.tar.gz Everything builds ok. I had to manually apply the patch from the site so configure would spot spandsp libraries. However, when I try dialing my virtual fax extension (either from a phone or