similar to: Asterisk and Fax part 2

Displaying 20 results from an estimated 2000 matches similar to: "Asterisk and Fax part 2"

2006 Jan 18
0
Asterisk Fax part 2
Thanks. I know that line quality is a factor, and I know I could get a 50$ fax with a PSTN line (that is what I have now). But I have my reasons to want to setup a fax over IP, and I want to keep going. Where do I find info on this debug mode? Is there a detaild log in Asterisk that show exactly what happens when the fax is trying to come in? Also, could this console output help? - Executing
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 Apr 30
2
WARNING[12785]: acl.c:244 ast_get_ip_or_srv: Unable to lookup '????'
Hi, Red Hat 9.0 Asterisk 1.2.7.1 Whenever I start Asterisk, I am unable to call out on my SIP channel: >-- Executing Dial("Zap/1-1", "SIP/6137451576@6477235412||t|") in new stack >Apr 30 11:02:00 WARNING[12814]: chan_sip.c:1973 create_addr: No such host: 6477235412 >Apr 30 11:02:01 NOTICE[12814]: app_dial.c:1029 dial_exec_full: Unable to create >channel of type
2005 Oct 18
8
Fax2Mail
Hello, Is there or can anyone provide a comprehensive guide (designed for Linux/Asterisk novices) to installing/setting up Asterisk in order to support Fax2Mail service? In my case, I would like Asterisk to receive fax calls to predefined numbers (ranges) and to associate each of these numbers to email addresses. Thank you in advance. David --------------------------------- Yahoo!
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 Mar 20
2
NVBackgroundDetect
Can anybody share information how to install NVBackgroundDetect? I have the app_nv_backgrounddetect.c but I'm missing: app_nv_backgrounddetect.o and app_nv_backgrounddetect.so and have no idea how to generate them. Wiki point to contact Newman Telecom but all I received was the app_nv_backgrounddetect.c and no instruction how how to install it. The installation instruction from wiki
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})
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
2007 Dec 02
1
Answer Machine/Fax/modem detection
Has anyone sucessfully implimented a fax or modem detection dial plan? I'm originating calls from asterisk using a list of numbers and dropping the destination into an IVR menu but need to do something different if a modem or fax answers. I tried to use the NVBackgroundDetect() application but i think that is for receiving faxes only. Any help would be appreciated. Thanks
2009 Mar 25
8
ITSP's no longer supporting IAX?
After a variety of connectivity problems, my itsp (Unlimitel.ca) blamed the problem on the IAX protocol. They told me that as of Asterisk 1.4 the IAX protocol went downhill and many carriers (like VoicePulse) are discontinuing support for IAX. Is this correct? We are all heading for SIP? Thanks, MD -------------- next part -------------- An HTML attachment was scrubbed... URL:
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 )
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 =>
2004 Sep 15
4
Fax and Asterisk
Hi all, I have problems with rxfax application. It seems to be ok but I don't receive the fax in my directory. My extension.conf is as follow: [macro-fax] exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/incoming/${UNIQUEID}.tif) exten => s,2,rxfax(${FAXFILE}) [fax] exten => 100,1,macro(fax) [reception] exten =>s,1,Answer() exten =>s,2,Background(00) exten
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 Jul 07
1
Play a recorded message when a fax is detected ?
Hi, I'm configuring a system so that end user can receive phone and calls using the same extension and DID. At the moment, fax are correctly detected but I'm trying to improve end user experience. Relevant dialplan (from extensions.ael) is : fax => { Verbose(0,Incoming fax from ${CALLERID(num)});
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 =>
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 Jul 12
1
Fax for Asterisk, capable of receiving from website but not from fax machine !!
Hi Guys, i am using the latest version of asterisk 1.4 (1.4.33.1), dahdi (2.3.0.1) and FFA (Applications: 1.4_1.2.0, Digium FAX Driver: 1.4_1.2.0). the issue i'm having is that i'm able to receive faxes from a website (that offer this service) but not able to receive from a regular fax machine (that is working perfect). [fax-rx] exten => receive,1,NoOp(**** FAX RECEIVE ****) exten
2008 Jan 14
0
Help needed for Fax2Email with Welltech FXO 3804
I have this in my extension.conf: [incoming_28345474] ; 8862100 is the hotline number of the Welltech 3804 ; exten => 8862100,1,NoOp(${CALLERID(num)}) exten => 8862100,2,Wait(1) exten => 8862100,3,Set(CALLERID(num)=${CALLERID(num)}) include => fax2emailstart [fax2emailstart] exten => 3000,1,SetVar(CALLEDFAX=${EXTEN}) ; me exten => 3000,2,Answer exten =>