similar to: Setup faxing with latest CVS

Displaying 20 results from an estimated 4000 matches similar to: "Setup faxing with latest CVS"

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:
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:
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 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 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: ***
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 Oct 07
3
RE: faxing to/from asterisk - new scripts
Roman: I created two bash scripts called Mail2Fax and Fax2Mail for use with the asterisk sever. They leverage the app_txfax and app_rxfax scripts, along with ast_fax. They make using these apps a lot easier, including being able to mail to fax@domain.ca for outgoing faxes and then extracting phone numbers from the subject line! (Makes it easy to use with Sendmail without complex rules /
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 Discussion' Oggetto: RE: [Asterisk-Users]
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 Apr 14
2
asterisk 1.2.7.1 and app_rxfax
Hi! After upgrading to asterisk 1.2.7.1 (from 1.2.4) it seems that app_rxfax doesnt work any more. I've installed spandsp-0.0.2pre25 (the same problem with spandsp-0.0.3pre6.tgz ) app_rxfax.c, app_txfax.c and made the Makefile patch from the same directory. When starting asterisk I always get the follwing error message: [app_rxfax.so]Apr 14 18:54:20 WARNING[7223]: loader.c:325
2004 Aug 18
27
SpanDSP
Anyone knows where can I find spandsp? Official site seems permanently down... TIA, Simone.
2007 Dec 04
1
Fax on asterisk
Hi people, I'm tring to configure fax on my asterisk server. I'm using the instructions of: http://www.asteriskguru.com/tutorials/spandsp.html and the files app_rxfax.c, app_txfax.c and apps_Makefile_patch from: http://www.soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/ I have already configure this on other server that the operation system is CentOS 4 and all
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
2006 Dec 05
4
question on tx_fax install for asterisk 1.4
I downloaded these 4 files: app_rxfax.c app_txfax.c asterisk.patch spandsp-20061130.tar.gz for use with asterisk 1.4 (these are the 1.4 files) I installed spandsp, copied app_rxfax and app_txfax into /asterisk-1.4beta3/apps my question is what do I do with asterisk.patch? I tried to put it in the apps directory also and run "patch < asterisk.patch" and it gave me an error.
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 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 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
2004 Apr 28
1
Softfax/spandsp compilation
Only to signal that if you want to compile app_rxfax and app_txfax with last cvsses of asterisk you have to modify the patched versions of the apps directory Makefile to define the symbol _GNU_SOURCE example, the line to compile app_rxfax from: gcc -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c to gcc -D_GNU_SOURCE -O2 -g -Iinclude -I../include -c -o app_rxfax.o app_rxfax.c
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/
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 load_modules: Loading module app_txfax.so failed! Ouch ... error while writing