Displaying 20 results from an estimated 1000 matches similar to: "HOW TO RECEIVE FAX"
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 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 14
5
SpanDSP rxfax, no tiff
Maybe I over-complicated my question with the mailfax part.
If I leave the mailfax step out entirely, then there should be a .tif file,
right? But there's not. No tif file gets created at all.
Permissions on the fax folder are 777 at the moment.
Thanks for the responses so far.
/Rob
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
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 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
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 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
2004 Jan 07
8
Asterisk + fax
Hi,
does anyone have any recommended (read tried and tested) way of making asterisk
be able to handle incoming faxes.
I've a PC running asterisk with a digium E1 card in and simply want to be able
to route a call to some application which will take a fax call and save the fax
as an image.
I guess the bits I'm unsure of are how to terminate a fax call without a
modem (if this is
2006 Jan 04
1
RxFax : Change FAX Resolution
Hello all,
Can this be done ?
Would setting the variable FAXRESOLUTION to a appropriate value affect
this change ?
> http://www.asteriskguru.com/tutorials/rxfax.html
Variables connected with the application
LOCALSTATIONID - used by to application to identify itself to the remote end
LOCALHEADERINFO - used to generate a header line on each page
REMOTESTATIONID - set by the application, the
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 Nov 14
4
Problem with AGI Script
I have asterisk 1.2.18 running on a new system we just installed. Although
I've used AGIs many times in the past, I'm stumped on this one. It may just
be a simple issue that I need another eyeset to look at.
My AGI does the following:
#!/usr/bin/perl
#Load a few modules...
use Asterisk::AGI;
use DBI;
$AGI = new Asterisk::AGI;
#Grab input from Asterisk
my %input =
2003 Oct 07
4
Fax Detection
I am attempting to get fax detection to work. I am using a NETjet-s card
under ISDN4Linux. Asterisk does not seem to be detecting the fax tone. I
have tried following as a test:
[MainMenu]
exten => s,1,Answer
exten => s,2,DigitTimeout(3)
exten => s,3,ResponseTimeout(5)
exten => s,4,Background(Welcome)
exten => s,5,Background(MainMenu)
exten => fax,1,Dial(Zap/1,,d)
[FaxTest]
2005 Mar 16
3
TxFAX problem
Hi Ppl.
Once, couple weeks ago when I have updated * from CVS-HEAD something
happen and I could not send a fax anymore.
After that I have tried previous * CVS versions with different versions
of spandsp (0.0.1, 0.0.2pre4, 0.0.2pre10) but without any changes.
I have tried that on Fedora Core 2 with libtiff-3.5.7-16.1 and
libtiff-devel-3.5.7-16.1. Everything compiles smoothly, but when I try
to send
2004 Apr 21
1
TxFax/SpanDSP problems
I'm getting the following when sending to a specific fax machine. Any
ideas?
File name is '/var/spool/asterisk/email2fax/7F2SOeYJiU.tif'
Changed from phase 0 to 2
Slow carrier up
Slow carrier down
Slow carrier up
<<< NSF: 20 00 00 11 80 00 8a 49 10 53 54 49 52 4c 49 4e 47 20 43 4f 56
49 4e 47 54 00 67 00 80 80 80 0c 01 02
NSF without final frame tag
The remote is made by
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}
2005 Feb 28
2
Fax Failing
Hello All,
I am trying to set up faxing using Asterisk@home 0.6. I have followed
the instructions to the best of my knowledge. When a fax comes in, the
system seems to detect OK but does ot manage to make the fax to pdf to
email leap. Here is what I saw in the CLI when I tested. Any help
would be appreciated.
Thanks!
Wiley
-- Starting simple switch on 'Zap/2-1'
-- Executing
2004 Jun 19
1
RxFax problems
Hey All,
I'm still (since April) having problems getting RxFax to work over an
ISDN4Linux channel. Just wondering if anyone has had any luck getting it
to work?
I have done a CVS update today (about half hour ago) and made sure I have
the latest version of spandsp according to Steve's website
(spandsp-0.0.1k). When I was compiling asterisk, I got the following
warnings:
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 ""
2009 Feb 23
1
receive fax problem
Hi:
I want to receive a fax with an E1 link connected to A102d card from a
fax machine,but after dialling the phone number, it connects then will
be busy.In fact asterisk can't detect the fax.These are zapata.conf,
extensions.conf filels and debug in console:
extensions.conf:
[from-pstn]
exten => 9711315,1,Answer()
exten => 9711315,2,Wait(10)
exten =>