similar to: Fax2Mail

Displaying 20 results from an estimated 1000 matches similar to: "Fax2Mail"

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 )
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 =>
2008 Dec 20
2
Setup ReceiveFax(), fax2mail, mime-construct - but now Sendmail :(
Using 1.6 on Fedora Core 9 I'm trying to receive faxes. I've got this far: [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 => s,3,Hangup() exten=>h,1,System(/usr/local/bin/fax2mail --cid-number "0${CALLERIDNUM}" --cid-name "home fax"
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 Oct 17
1
fax - conversion problem
I am having a strange problem. On one * box I setup the fax recive, via spandsp -app_rxfax I have no problem here. On a second box I did the same. The resulting PDF appear "corrupt". If I transmit the same fax to both * box, the tiff files received are the same. A deeper analysis shows the only problem is the width and heigth of the document In the first PDF, I see
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
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 Oct 07
3
RE: faxing to/from asterisk - new scripts
Roman: I created two bash scripts called Mail2Fax and Fax2Mail for use with the asterisk sever. They leverage the app_txfax and app_rxfax scripts, along with ast_fax. They make using these apps a lot easier, including being able to mail to fax@domain.ca for outgoing faxes and then extracting phone numbers from the subject line! (Makes it easy to use with Sendmail without complex rules /
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 =
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
2010 Aug 02
3
FAX Options
Hi, Is FAXing with Asterisk a practical option ? Or is it better just to use a plain fax connected to an FXS and just switch with Asterisk. I specifically wanted to know if there was any experience using just the fax scanner to send faxes and receive them via asterisk and the to e-mail. My idea was to take my old fax connect it to an FXS port and send faxes with the fax machine (using the fax
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
2004 Sep 23
2
viewing fax tiffs?
Hello, I have spandsp setup to accept incoming faxes and receiving tif files via Email. Using tiff2pdf, or tiff2ps -a2 or even tiffsplit, the last page of the fax is cut off and the quality of the text looks "squished". I "figure" it's a tiff parsing thing, as opposed to a problem with my spandsp installation (heh). Has anyone experienced the same thing, or can
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
2011 Jun 19
3
Problem with ReceiveFAX app from FFA
Hi all, I am running to the following problem, when using the below dialplan to receive fax, everything works perfect till this line exten => receive,n,ReceiveFAX(${FAXFILE}): and then the following line cannot be executed, it's like asterisk can't go back to dialplan and continue, the good news is when i check what is received in my fax folder i find that the file is a valid one (not
2007 May 30
1
fax2mail ann missing CallerID number
Hello. I have a problem recieving fax without a callerid. Somehow the script i'm using fails and i don't know how to fix it. Does anyone have an idea how to solve this? Here an example of a working fax transmission: >fax2mail v2.0 > Triggered on Tuesday, May 29 2007, at 10:38 AM > $1 = CallerID number of fax sender = 02365207150 > $2 = CallerID name of fax sender = >
2006 Apr 18
6
T1 to cross connect remote PBX and asterisk
Looking for someone with a successful experience similar to this; I have a need to cross connect a 3COM NBX PBX PRI interface to asterisk, but over a long distance. We do not need any IP connectivity and the solution requires G.711u audio so there is no benefit to using IP. Has anyone here successfully cross connected any PBX PRI interface expecting NI2 PRI signaling B8ZS/ESF with an
2005 Jan 06
4
fax to email
Good day all I have a pri card,e100 What I want to do is If a fax comes in for number 1234567890 it should be e-mail to user1@domain.co.za If a fax comes in for number 0987654321 it should be e-mail to user2@domain.co.za ens.... Can this be done and how????
2018 Mar 31
1
using llvm DataFlowSanitizer error
Hi. I'm using llvm DataFlowSanitizer. I add such code in library libtiff. dfsan_label lt_label = dfsan_create_label("buf_offset", 0); dfsan_set_label(lt_label, (unsigned char *)buf, size); But when i compile libtiff with "-fsanitize=dataflow" option, then there is an error as follows: ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jbg_enc_init'
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