Displaying 20 results from an estimated 1200 matches similar to: "receive fax problem"
2009 Jan 15
1
how to debug mime-construct with fax2mail?
I'm trying to capture faxes on 1.6.1-beta4. AFAICT, app_fax is working 
OK. I'm then using fax2mail to send the fax. That wasn't working, so i 
posted for help using the System() cmd, since fax2mail did work from the 
command line. But now I realize it's fax2mail and mime-construct itself.
I set up a fax-test context:
[fax-test]
exten=>666,1,NoOp( fax-test )
2010 Jul 19
3
T.30 fax receiving problem with app_fax
Hello, All. I have a problem with receiving fax through T.30. I'm 
calling 543 number from fax machine, then start sending fax and fax
machine send document without problem. But asterisk don't receive fax.
I can't find good documentation for app_fax and I'am googled this
errors.
Please help me.
software: asterisk-1.6.2
OS: ALT Linux 5.0.1 Ark Server
hardware: Digium Wildcard
2009 Jan 14
1
1.6.1-b4: Can't get fax2mail work from System()
On 1.6.1-beta4:
Trying to receive faxes over a pstn line. extensions.conf:
[incoming-pstn-line]
exten => fax,1,NoOp(Fax Detected)
exten => fax,2,GoTo(incoming-fax,s,1)
exten => fax,n,Hangup()
............
[incoming-fax]
exten => 
s,1,Set(FAXFILE=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},,%Y%m%d%H%M)}-0${CALLERIDNUM})
exten => s,2,ReceiveFAX(${FAXFILE}.tif)
exten =>
2010 May 28
2
Asterisk 1.6.2.7 + app_fax + OpenBSD 4.7 minor issue
Hi folks,
I am having a small problem with asterisk-1.6.2.7 + app_fax on OpenBSD 
4.7 -release. Everything seems to work fine. I have a macro which 
answers, receives the fax to a tiff, and then runs a script (mailfax) to 
convert that to pdf and email it. It all works perfectly except for some 
errors I am seeing in the console. After it hangs up I get a dozen or so 
messages in the cli
2009 May 05
2
1.6.1 app_fax: WARNING T.30 ECM carrier not found ??
Receiving a fax with 1.6.1:
   == Spawn extension (incoming-pstn-line, fax, 1) exited non-zero on 
'DAHDI/4-1'
     -- Executing [fax at incoming-pstn-line:1] NoOp("DAHDI/4-1", "Fax 
Detected") in new stack
     -- Executing [fax at incoming-pstn-line:2] Goto("DAHDI/4-1", 
"incoming-fax,s,1") in new stack
     -- Goto (incoming-fax,s,1)
     --
2009 Mar 09
2
I can't receive fax
Hi:
How can I see the communication between hylafax and iaxmodem and the console of them?I only can see the console of asterisk.It shows: 'IAX2/iaxmodem-2 is ringing' when I dial the fax number.
and nothing else.I can't receive fax.
I installed asterisk 1.4.18 and iaxmodem-1.2.0 and
?hylafax-5.2.9-1.fc9.i386.rpm and these are my main configurations:
extensions.conf:
[from-pstn]
exten
2010 Mar 09
1
Which spandsp to use with 1.6.2?
Receiving a fax pstn - pstn with 1.6.2.6-rc2:
     -- Executing [s at incoming-pstn-line:1] Answer("DAHDI/4-1", "") in 
new stack
     -- Executing [s at incoming-pstn-line:2] Wait("DAHDI/4-1", "3") in new 
stack
     -- Executing [s at incoming-pstn-line:3] Dial("DAHDI/4-1", 
"DAHDI/g0,36") in new stack
     -- Called g0
     --
2011 May 03
2
receive faxes
does anybody know a good tutorial on how to setup asterisk to receive faxes
(no need to send them) ? i've tried using "app_fax.so" with T38 but i keep
getting "Transmission failed"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110503/5025a050/attachment.htm>
2010 Feb 05
6
Still on spandsp/app_fax and T.38
This message is pointed directly to Steve Underwood. I tought it would not be nice to directly email him with a question that interests a good part of the Asterisk community, so here it is. :)
Steve, remember a few days ago when we discussed about issues on Asterisk 1.6.1.13 and T.38 fax reception? Well I opened an issue on Mantis (https://issues.asterisk.org/view.php?id=16756) and turns out it
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
2010 Feb 02
4
Asterisk 1.6.1.13 and T.38 faxing
Hello everyone.
I'm struggling to get T.38 faxing to work in Asterisk 1.6.1.13 with a SIP DID provider here in Brazil (GVT - Vox IP service). Here's my scenario:
When faxes arrive by a specific DID, they are routed thru this simple macro:
[macro-recebefax]
exten => s,1,Set(DB(fax/count)=$[${DB(fax/count)} + 1])
exten => s,n,Set(FAXCOUNT=${DB(fax/count)})
exten =>
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}
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 =>
2005 Jul 21
1
HOW TO RECEIVE FAX
Hi all!....i'm in course to implement Faxing in my asterisk box and for that I've installed all succesfully like libtiff and spandsp and next rebuild and reinstall asterisk modules, but when i call to Rxfax from dialplan nothing happens and i get some errors like "XCN with final frame tag In state 9" or a paper copy of a transmision report from the fax machine with COMMUNICATION
2010 May 02
1
working example of t38 fax w/ 1.6.2?
I can't get a test T.38 fax between 2 1.6.2 machines, using app
_fax and spandsp pre17 and 20100501. The machines can't seem to get 
connected.
send side extensions.conf:
  [fax-tx-test]
exten=>s,1,NoOp(Context fax-tx-test)
exten=>s,n,SendFAX(${FaxFile}.tif)
exten=>s,n,HangUp()
exten=>h,1,NoOp(FAXSTATUS: ${FAXSTATUS} FAXERROR: ${FAXERROR} FAXMODE: 
${FAXMODE})
2011 Jun 29
1
dialplan execution stops after ReceiveFax
Hello,
I have a noticed strange behavior in Asterisk 1.6.18.2 with ReceiveFax
Digium FAX Driver: 1.6.2.0_1.3.0 (optimized for i686_32).
I use a context [capi-in] for icoming ISDN calls:
======
[capi-in]
; Faxe fuer Ruben
exten => 12345,1,Macro(faxin,ruben.roegels at jumping-frog.org,${EXTEN})
======
My macro for the fax receiving looks like that:
======
[macro-faxin]
; Faxe
; ARG1 =
2018 May 21
5
Looking for better fax handling
I am having troubles with sending faxes.  I hope someone can help me
work out a better method.
Basically we have a special address that our users can send to.  It
winds up on our Asterisk server which runs a Python script that parses
the message for attachments and the phone number from the recipient
address.  The attachments are converted to TIFF and stored in a folder
with various information
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 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
2019 Dec 03
2
Faxes stopped working - AMI issue?
On 12/2/19 11:52 AM, Joshua C. Colp wrote:
>     So I know that AMI is listening and I can talk to it.  Here is the
>     main log"
> 
>     [Nov 27 06:16:00] VERBOSE[101155] asterisk.c: Remote UNIX connection
>     [Nov 27 06:16:00] VERBOSE[101245] asterisk.c: Remote UNIX connection
>     disconnected
>     [Nov 27 06:16:01] VERBOSE[101244] manager.c: Manager