search for: fax2mail

Displaying 20 results from an estimated 22 matches for "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 ) exten=>666,2,System(/b...
2009 Jan 14
1
1.6.1-b4: Can't get fax2mail work from System()
...=> 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 => s,3,Hangup() exten=>h,1,System(/usr/local/bin/fax2mail.1.sh --dest-name "Sean" --dest-email "${Sean_email}" -f "${FAXFILE}") which looks like it works just fine from the cli: -- DAHDI/2-1 is ringing -- Redirecting DAHDI/4-1 to fax extension -- Hungup 'DAHDI/2-1' == Spawn extension (incoming-pst...
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! Music Unlimited - Access over 1 million songs. Try it free. -----...
2008 Dec 20
2
Setup ReceiveFax(), fax2mail, mime-construct - but now Sendmail :(
....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" --dest-name "admin" --dest-email "${admin_email}" -f "${FAXFILE}") which all seems work well on the CLI. No errors. fax2mail uses mime-contruct to send the fax by sendmail. That didn't w...
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 = > $3 = Fax number called = FaxNum > $4 = Destination name = RecipName > $5 = Destination email address = fax@mydomain > $6 = Fax...
2011 Jun 29
1
dialplan execution stops after ReceiveFax
...=> s,n,Set(FAXFILE=/var/spool/fax/fax-${TO}-${CDR(uniqueid)}.tif) exten => s,n,Set(LOCALSTATIONID=jumping frog) exten => s,n,Answer() exten => s,n,Wait(3) exten => s,n,ReceiveFAX(${FAXFILE},d) exten => s,n,Verbose(1,${BOUNDARY} Nach dem Fax!) exten => s,n,System(/usr/local/bin/fax2mail.sh ${FAXFILE} ${TO}) ;exten => s,n,capicommand(receivefax,${FAXFILE},+004976138444421,Headline,k) exten => s,n(hangup),HangUp() exten => h,1,System(/usr/local/bin/fax2mail.sh ${FAXFILE} ${TO}) ====== As you can see, the received fax file should be processed by a bash-script, but after the...
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 S...
2007 Dec 11
2
OT - Fax and anti-spam
Hi, One of Asterisk features is fax2mail. As a good share of incoming faxes can be considered as advertising spam, does it make sense to use email anti-spam features to filter them ? I can't foresee any practical way to do so but I would be very curious to discuss about it. Regards -------------- next part -------------- An HTML att...
2008 Jan 08
3
Is it possible to use spandsp and patton to do fax2mail ?
Hi, I succesfully install spandsp chan_misdn and digium card. the rxfax works fine and I get the fax result by email. I would like to do the same using a Patton gw + zaptel but I can't receive fax anymore, the call comes in from ISDN in the Patton gw, patton sends it to asterisk, asterisk run a macro to make a tif file using rxfax, the tif file is correctly created but with a 0 size the call
2010 Jul 12
1
Fax for Asterisk, capable of receiving from website but not from fax machine !!
...ceive,n,NoOp(FAXOPT(maxrate) : ${FAXOPT(maxrate)}) exten => receive,n,NoOp(FAXOPT(minrate) : ${FAXOPT(minrate)}) exten => receive,n,NoOp(**** RECEIVING FAX : ${FAXFILE} ****) exten => receive,n,ReceiveFAX(/var/spool/asterisk/fax/${FAXFILE}) exten => receive,n,System('/usr/local/bin/fax2mail -p -f "${FAXFILENOEXT}" --cid-number ${CALLERID(num)} --cid-name "${CALLERID(name)}" --dest-name "Sir/Madam"') a previous debugging showed: *- for a fax from myfax.com that was received successfully:* pbx1*CLI> > Channel 'DAHDI/1-1' fax...
2011 Jun 19
3
Problem with ReceiveFAX app from FFA
...iveFAX(${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 corrupted or empty), also when I use another way to execute fax2mail, it's working perfect and sent right to my email (test was done with the same file received by ReceiveFAX), so I belive the problem is just when transiting from the line that call ReceiveFAX and the line that call fax2mail (but both work not in order or separately), the debugging of PRI channel...
2010 May 18
0
Faxes from website works, but from regular don't: cause 16
Hi Guys, I'm having a non-obvious issue, i am using Fax for asterisk to receive faxes, so when i test using a website that send faxes it's working great: the fax is received and the fax2mail app is called and i get it in my email box. but when i try using a regular fax machine everything in logs (turned on debug) but all of the sudden a line appear saying: Channel 0/1, span 1 got hangup request, cause 16 and then the fax2mail is not called for some reason and [image: :(] no fax receive...
2011 Jun 27
0
Fax with Asterisk and T38Modem
Hi, I'm fighting with HylaFAX, Asterisk and T38Modem since some time, to get fax2mail and mail2fax working, my SIP-provider only supports T38 and thus using G711 with IAXModem is not an option. I have got running mail2fax with HylaFAX+ 5.5.0, Asterisk 1.4.20 and T38Modem 2.0.0 successfull, but I'm not able to upgrade to anything newer than Asterisk 1.4.24. I was able to break...
2010 Mar 11
2
press release: Attrafax t.30 and t.38 alternative now released as gpl2 + commercial license
...Attrafax under a GPL2 license. >> It comes with its own set of modems and built in transparent gatewaying. >> The solution should be quite stable as long as the line quality is ok. >> (Some tools for measuring the line quality are included in the release, >> as well as some fax2mail scripts). >> >> There is an example implementation included for Asterisk 1.4, if someone >> wants to porting it to the new fax backend or more recent asterisk >> versions and needs some help, let us know. > I tested Attrafax this afternoon and was very pleased to see that...
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
2007 Aug 02
1
asterisk1.2 to 1.4 g711a fax
hi, i have problem with pass-through faxing with this scenario hylafax(iaxmodem) - iax - asterisk1 1.2.22 - sip - asterisk2 1.2.X(xen virtual) - linksys ATA i can fax to fax2mail on hylafax but after upgrade asterisk2 to 1.4 faxing is not working hylafax(iaxmodem) - iax - asterisk1 1.2.22 - sip - asterisk2 1.4.X(xen virtual) - linksys ATA configuration is same do you hava any idea what is changed in 1.4 in g711 pass-through faxing? thanks marek
2005 Oct 10
0
Re: faxing to/from asterisk - new scripts
On Friday 07 October 2005 17:48, Michael Stahl wrote: > 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! (...
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 Apr 26
0
Re: [Serusers] Sip t38 gateway tests
Thanks for these informations I would have prefer to receive them from asterisk-users instead of serusers !! May be they are sleeping . Ok i have not installed spandsp because of i don't find some scripts like in hylafax for mail2fax fax2mail i've just patched chan_sip.c Regards Harry --- Alexandr Dubovikov <shurik@start4.info> a ?crit : > On Wed, Apr 26, 2006 at 11:27:01AM +0200, > hgaillac-sip@yahoo.fr wrote: > > Are you sure spandsp has also t38 support ? > > I use hyfalax for faxmail support. > &...
2009 Jul 25
0
DeadAgi application issue
...2 mail feature. My system details are below: OS: Centos 5.3 Asterisk Version: 1.4.24.1 Dahdi version: dahdi-linux-2.1.0.4, dahdi-tools-2.1.0.2 Zap device: Network controller: Sangoma Technologies Corp. A104d QUAD T1/E1 AFT card Kernel: 2.6.18-128.1.10 We have used HylaFAX+ for the mail 2 fax and fax2mail feature. We have setup incoming and outgoing phpagi scripts for the calculation for fax and billing too. But when we are sending and receiving the faxes it is working fine, But some times the deadagi application got stuck the channels. And becuase of that the phpagi scripts are not completed. In th...