similar to: RxFAX - How to catch errors in the dialplan

Displaying 20 results from an estimated 1000 matches similar to: "RxFAX - How to catch errors in the dialplan"

2007 Jul 24
3
rxFAX core dumps
Hi Everyone... I am running Asterisk 1.2.22 on Debian "Etch". I installed it from sources. I have also installed tiff-v3.6.0, spandsp-0.0.3. and downloaded http://soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/app_rxfax.c http://soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/app_txfax.c and a Digium TDM card with 4 FXO ports When my dialplan
2008 Dec 22
0
txfax/rxfax fun
Hi Gang, I'm trying to make an application to upload a tiff via a web interface, slap a cover page onto it, merge the two into a new tiff and send it out via txfax. I'm able to get it out to a fax machine using this sequence: /usr/bin/tiff2pdf /tmp/faxout/1229978819_filea.tif -o /tmp/faxout/1229978819_filea.pdf /usr/bin/gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite
2007 Aug 29
0
(Asterisk_1.4.0 + rxfax + spandsp_0.0.4) - symbol lookup error
Hello Usersks, foreword: i saw a thread on Asterisk-Users list about this problem, but it seems that there were no solution: http://www.mail-archive.com/asterisk-users at lists.digium.com/msg167757.html Therefore, I relaunch this thread. ------- Here it is: I have the same behavior. 1) I never got installed spandsp before. The version that I have installed is 0.0.4 (strangly labelled 0.0.3 inside
2008 Apr 16
1
Hangup conundrum with RxFAX
Heres something that's making me scratch my head... I'm using RxFAX on ISDN lines and in-general it's going well. However, there seems to be a case when the fax doesn't get delivered, but looking through the CDRs it seems that the call happened, RxFAX was executed .. time passed (1-2+ minutes) then hangup. I'm wondering if some FAX machines just hangup after the call
2007 Jan 16
1
Asterisk, SpanDSP and RXFax
Hey All, I am attempting to get the RXFax app working and having a hell of a time of it. I am hoping that some of you fine folks can help me out. I have installed Asterisk v1.2.14, SpanDSP v0.0.2pre26 and app_rxfax. All compiled and installed fine. When I attempt to call the extension I have created for receiving fax's then I get the following error once just as the rxfax
2006 Jun 09
0
RxFax & Asterisk possible bug?
Hi, For some time now, I've been fighting with RxFax and Asterisk. I had it working for some time, however, for some reason it just stopped working, I guess someone updated Asterisk or something, don't know exactly. At the moment I keep getting errors while entering the RxFax stage of a call. But due to the fact RxFax does not contain any code to directly interact with an RTP stream,
2005 May 31
1
rxfax application - doesn't work properly
hi, I am on fax-to-email system, basically taken from http://www.voip-info.org/wiki-Asterisk+Fax+to+email well, it seems that asterisk causes some problems so that it is impossible to send any fax. I.e. when I try to send a fax to asterisk (rxfax application): normalFax--->FXS(TDM400P)--->Asterisk(RxFax) it breakes up the trasmission at the beginning of sending page. The code given by
2005 Jun 07
3
rxfax not answering
Hello i would like to receive incoming faxes thru' asterisk as tiff files thru' the rxfax application. I setup extensions 101 like this exten=> 101,1,rxfax(/tmp/fax.tif) then from CLI i run: dial 101 and rxfax send me his "scream" about the fax ^^ instead when i send a real fax from a faxmachine to that extension my 101+rxfax is executed but it just "does
2005 Jul 13
2
SpanDSP rxfax, no tiff.
Hello, Let me start by saying I have checked the wiki and the archives and did find some relative information. I tried the suggestions in those threads, but still have the same problem. I'm using the CVS Asterisk from July 11, 2005. Redhat FC2 SpanDSP 0.0.2pre18 Libtiff 3.5.7 Digium PCI card 1 FXO, 1FXS. I have a single POTS line coming, but I have 2 numbers and am using
2005 Jul 13
0
AW: SpanDSP rxfax, no tiff.
is /usr/local/sbin/mailfax flagged to 755? ________________________________ Von: asterisk-users-bounces@lists.digium.com im Auftrag von Rob Danz Gesendet: Mi 13.07.2005 17:17 An: asterisk-users@lists.digium.com Betreff: [Asterisk-Users] SpanDSP rxfax, no tiff. Hello, Let me start by saying I have checked the wiki and the archives and did find some relative information. I tried the
2004 Jun 17
1
Blank faxes with RxFAX
Hello All, I have downloaded and installed spandsp and downloaded rxfax, etc and rebuilt asterisk with app_rxfax. I have added the following to my extensions.conf: [macro-faxreceive] ; ${ARG1} - sendto e-mail exten => s,1,Wait(2) exten => s,2,Answer exten => s,3,SetVar(FAXFILE=/var/spool/asterisk-fax/fax-${MACRO_EXTEN}-${TIMESTAMP}) exten => s,4,SetVar(EMAILADDR=${ARG1}) exten =>
2006 Nov 20
3
Spandsp rxfax txtax fails no errors
I'm using Slackware 11. I unistalled the package that provides libtiff 3.8..... and installed the most current 3.7.... for lib tiff. I downloaded asterisk 1.4 beta3 and the 1.4 beta2 addons and untared them. created a simlink: ln -s asterisk-1.4.0-beta3 asterisk I've compiled spandsp from as follows cd /usr/src wget
2005 Aug 16
2
TxFax -> RxFax on same machine hangs
Hi, I noticed a strange behaviour: Faxing using spandsp (TxFax) from my asterisk box to my old, common fax machine at home works fine. Faxing from the same box to my office pc-fax (Hylafax) also worke fine. Receveiving faxes on my asterisk box using spandsp (RxFax) also works fine. It is a PSTN number connected to the digium card of that asterisk box. Then I faxed from my asterisk box (TxFax)
2004 Apr 12
0
Re: RE: RxFax/spandsp: not disconnecting
Hi Steve, You are a legend !!! It is properly disconnecting now. Although I am having problem with the fax detection. Somehow fax will only be detected if NO CLI was sent from the PSTN line but if the line received the CLI, fax tone is ignored. Does anyone had the same experience? Is there any workaround or fixed for it? Rey > Message: 11 > From: Derek
2004 Jul 08
0
rxfax - mISDN - missing logs
Hi, using HFC cards, mISDN/chan_misdn and spandsp lib fax retrieval works, but some log file entries are missing. There should be one of the lines: Fax successfully received. Fax receive not successful. Dail Plan config used: [fax] exten => _.,1,SetVar(FAXFILE=.............) exten => _.,2,SetVar(LOCALSTATIONID=......) exten => _.,3,rxfax(${FAXFILE}) exten => _.,4,NoOp,XYZ exten
2005 Jun 05
0
RXFax and Hangup context Question.
Hello: I have been using the asterisk system now for almost 5 months. I'm very happy with it's performance, however I have been using the RXFAX on and off for the last month or so. I gave up after a while and just had it route to my analog fax machine in the fax context. However, I have always had the implementation that it would go to a macro.. macro-faxreceive, and to the rxfax of the
2005 May 15
1
Re: SpanDSP TXFax and multipage faxes problems (aditional info)
Hi everyone ! I have some aditional info on problem with TXFax and sending multi-page TIFFs. I have made 6 different multi-page TIFFs (Group3 1D with fillbits EOL aligned - 3 pages one TIFF in lowres and one in hires, Group3 2D -3 pages againg in both resolutions , and Group 4 - 3pages in both resolutions), and then tried to send them to Panasonic KX-F1100, Panasonic KX-F500 and SpanDSP
2005 Mar 28
1
spandsp rxfax under Linux 2.6 w/TDM400?
Hi, I have got my Asterisk server running with TDM400 card (2xFXO & 2xFXS). I originally had the system configured with a Panasonic fax machine on one of the extensions. Due to the high volume of fax spam, I figured it would be a much better idea to capture the faxes as TIF or PDF files to minimize wasted paper, etc. I have downloaded, compiled and installed spandsp and can see the rxfax
2008 Apr 04
1
rxfax crashes Asterisk (segmentation fault)
Hi, I am using spandsp-0.0.4, tiff-3.8.2, and agx-ags-addon with Asterisk 1.4.18. Everytime rxfax executes, Asterisk crashes: -- Executing [fax at phones:1] Set("Zap/2-1", "FAXFILE=/var/spool/asterisk-fax/1207322398.0.tif") in new stack -- Executing [fax at phones:2] RxFAX("Zap/2-1", "/var/spool/asterisk-fax/1207322398.0.tif") in new st ack [Apr 4
2004 Jul 27
2
Using rxfax over SIP
I have no analog line interfaces on my asterisk system, but I do have two UK 0870 numbers routed to two separate VoIP accounts (one with FWD, one with gossiptel). Asterisk is configured to register with these accounts. I get voice calls through just fine this way. I thought I could get one of these 0870 numbers to route through to rxfax, thus allowing folks to fax me directly. I've set up