similar to: Receiving Faxes...

Displaying 20 results from an estimated 1000 matches similar to: "Receiving Faxes..."

2005 Mar 22
2
asterisk@home print incoming fax
*@home has this for it's incoming fax macro --- start snip --- [ext-fax] exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax,1) exten => in_fax,2,Macro(faxreceive) exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf ${FAXFILE}.pdf) exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax from ${CALLERIDNUM}
2004 Dec 21
5
AMP - Fax Detections
Does anyone know of any obscur reference for detecting an incoming fax. I currently have AMP running and everything else is working great. Installed the spandsp patches and software... using the default AMP extensions.conf, I start sending a fax, I hear it pick up and transfer to voicemail after 20s. Fax is set for system... Here is the detail from the extensions.conf [global] FAX_RX = system
2005 Jan 26
1
Inbound analog Telco line not answered
I have an X100P clone hocked up to an analog line of my PRI. I can use it to dial out. but when I call the extension it answers and says "GOODBY" I have a Livevoip DID which successfuly rings to ext 202 I am using asterisk@home and through the AMP inface the line should ring to ext 202 Below are Asterisk Messages, Extensions.conf and Extensions_additional.conf Extensions.conf
2005 Sep 06
2
Going crazy with FAX :-(
I've upgraded Asterisk from CVS, spandsp and app_txfax and app_rxfax but i'm still unable to send/receive faxes :-(. I'm using amp_fax to send and this is what i get from logs: Sep 6 11:02:52 VERBOSE[10750]: -- Attempting call on Zap/g1/666 for application txfax(/var/tmp/ast_fax-1125997371.10240.1804289383.0|caller) (Retry 1) Sep 6 11:02:52 DEBUG[10750]: Dialing
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
2006 Jan 22
1
macro-faxreceive
How should be the macro rewritten? [macro-faxreceive] exten => s,1,Set(FAXFILE=/var/spool/asterisk-fax/${UNIQUEID}.tif) exten => s,2,DBGet(EMAILADDR=extensionemail/${MACRO_EXTEN}) exten => s,3,rxfax(${FAXFILE}) exten => s,103,Set(EMAILADDR=ronald@elmit.com) exten => s,104,Goto(3) ... [Jan 23 10:43:38] -- Executing Macro("Zap/3-1", "faxreceive") in new
2005 Feb 06
4
Autodetecting faxes
I have managed to get spandsp working, and if I dial a specific extension I can receive faxes. WhooHoo. However, I was wanting to use the "fax detect" option in order to allow individuals to receive faxes, but can't get that to work. Given the following extensions (mainly copied from examples on the wiki), why is the call simply passed onto the sip device rather than being
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
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 =>
2005 Mar 11
0
Receiving faxes via SIP
Hello All, I am looking to receive faxes via my inbound SIP, but I can get it to answer the fax. Now I did test the SIP inbound to a phone and that does work it is just the fax part I am having issues with any help would be great. This is the error I am getting Mar 11 15:08:49 NOTICE[14322]: rtp.c:430 ast_rtp_read: RTP: Received packet with bad UDP checksum Mar 11 15:08:49 WARNING[14322]:
2009 Nov 11
1
Unable to execute
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091111/2b828eff/attachment.htm -------------- next part -------------- Hello. I am trying to execute an fax reception script and i am getting the following: [Nov 11 08:40:52] WARNING[12800]: app_system.c:88 system_exec_helper: Unable to execute '/var/lib/asterisk/scripts/mailfax ""
2008 Apr 04
1
rxfax issue
Hi all, Here's our setup: Asterisk 1.4.18 Agx-ast-addons 1.4.5 Problem: When accepting a fax, the fax itself comes through just fine, and it does successfully create a tiff file. However, the dialplan should be executing a system command right after that completes, but isn't due to hanging up early. I'm getting a cause 16 hangup, which I believe is a "Normal Hangup", but
2005 Mar 03
0
fax and codecs
Hello! I'm try to implement a fax service using spandsp (0.0.2-pre10) and NVFaxDetect (since I'm using a SIP channel). I receive the call from pstn on my SIP/PSTN gateway (welltech 3804). The fax is detected by NVFaxDetect and than a macro is started. The welltech use Alaw codec. The problem is the following: NOTICE[22270]: Dropping incompatible voice frame on
2005 Mar 21
6
Fax receive issues and NVFaxDetect
Hello All, I am looking to get asterisk to receive faxes but I really don't know where to go from here, any help pointing me in the right direction would be great. What I would really like is for this second line to answer faxes, but if a user typing in an extension it goes to that extension but I need to get the fax working first. Error I get when I turn on Fax conf... pbx.c:1945
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
Hello Guys, I'm somewhat of a newbie and am desperately seeking for some help... I've managed to get asterisk up and running on my server, and signed up with a broadvoice account... I'm having no problem dialing and communicating between extensions, but whenever anyone tries to call my broadvoice account, they are greeted by no ring or anything, but rather simply a direct to
2005 Sep 28
0
Trying to cut out the paper work...
Hello everyone, Ok. I am at a bit of a loss.... and would like someone to point me in the right direction...(btw www.google.co.za did not give me ANY solutions). The issue at hand is simple, I get asterisk (1.0.9) to answer the incoming call with no problems... it does the fax detection thing with app "Answer" and well it goes to the perfectly right context and sets the varibles
2005 Jul 31
0
Asterisk fax problems with spandsp
Hi All I am using asterisk version cvs-v1-0-04/15/05 and spandsp 0.0.2pre18. I can receive and then email most faxes without issues, but recently I am having this issue when receiving faxes from a particular person. I can receive the faxes ok, but there are alot of bad rows as indicated by my logs below and the fax is not readable. I have included a good (from another user) and a bad fax. We
2006 Feb 01
6
Receiving faxes with spandsp - strange problem
Hello, I'm trying to receive faxes with asterisk. My configuration is like this: PSTN fax -> ISDN -> Cisco router with VoIP module -> Asterisk When I try to send a fax from PSTN fax I got the standard fax signal, Asterisk starts rxfax application and then call ends and there is no tif anywhere. On the fax display there is still one message: Calling... Part of my extensions.conf:
2005 Jul 27
1
RE: Asterisk fax problems with SPANDSP
Hi All I am using asterisk version cvs-v1-0-04/15/05 and spandsp 0.0.2pre18. I can receive and then email most faxes without issues, but recently I am having this issue when receiving faxes from a particular person. I can receive the faxes ok, but there are alot of bad rows as indicated by my logs below and the fax is not readable. I have included a good (from another user) and a bad fax. We
2006 Jun 16
2
Receiving faxes and then sending them on
Hi, I'm trying to setup a system where incoming faxes are received using SpanDSP and then send on to another (remote) fax machine. The SpanDSP part is working excellently, however I dont seem to be able to get the forwarding part to work. Heres what I put into my extensions.conf: exten => s,4,Answer() exten => s,5,Set(FAXFILE=/tmp/fax-${UNIQUEID}.tif) exten =>