search for: faxopt

Displaying 20 results from an estimated 65 matches for "faxopt".

2014 Dec 23
1
ReceiveFax for multiple page (asterisk 13.0.1)
..., I have problem for receiving fax from multiple page fax that sent from fax machine (analog). The error is : WARNING T.30 Page did not end cleanly This is my dialplan [inboundfax] exten => s,1,NoOp(**** FAX RECEIVED from ${CALLERID(num)} ${STRFTIME(${EPOCH},,%c)} ****) exten => s,n,Set(FAXOPT(ecm)=yes) exten => s,n,Set(FILENAME=fax-FR_${CALLERID(num)}-TO_${CALLERID(dnid)}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}) exten => s,n,Set(FAXFILE=${FILENAME}.tif) exten => s,n,Set(PDFFILE=${FILENAME}.pdf) exten => s,n,Set(FAXOPT(ecm)=yes) exten => s,n,Set(FAXOPT(headerinfo)=Received by...
2010 Jan 04
1
Free FaxForAsterisk ReceiveFAX not working
...pt_udptl=yes extensions.conf [default] exten => _XXXXXXXXXX,1,NoOp(Fax Incoming Call) exten => _XXXXXXXXXX,n,GoTo(faxin,${EXTEN},1) [faxin] exten => _XXXXXXXXXX,1,NoOp(This is ReceiveFAX application Testing) exten => _XXXXXXXXXX,n,Wait(6) exten => _XXXXXXXXXX,n,NoOp(******* SETTING FAXOPTS *********) exten => _XXXXXXXXXX,n,Set(FAXOPT(ecm)=yes) exten => _XXXXXXXXXX,n,Set(FAXOPT(localstationid)= 1234567890) exten => _XXXXXXXXXX,n,Set(FAXOPT(maxrate)=14400) exten => _XXXXXXXXXX,n,Set(FAXOPT(minrate)=2400) exten => _XXXXXXXXXX,n,Set(FAXOPT(modem)=V17) exten => _XXXXXXX...
2010 Jan 29
1
Digium fax - sending fax call file vs manager originate
...------------------------------------ [fax-tx] exten => send,1,NoOp(**** SENDING FAX ****) exten => send,n,Wait(6) ;exten => send,n,Set(GLOBAL(FAXCOUNT)=$[ ${GLOBAL(FAXCOUNT)} + 1 ]) exten => send,n,Set(FAXCOUNT=${GLOBAL(FAXCOUNT)}) exten => send,n,Set(FAXFILE=faxout.tif) ; Set FAXOPTs exten => send,n,NoOp(**** SETTING FAXOPT ****) ;exten => send,n,Set(FAXOPT(ecm)=yes) ;exten => send,n,Set(FAXOPT(headerinfo)=Fax from ${GLOBAL(LASTFAXCALLERNAME)} at ${GLOBAL(LASTFAXCALLERNUM)} was received.) exten => send,n,Set(FAXOPT(localstationid)=1234567890) ;exten => send...
2009 May 15
1
Fax t38 capability
...********My extension.conf************************** [fax-tx] exten => s,1,NoOp(**** SENDING FAX ****) exten => s,n,Wait(6) exten => s,n,Set(GLOBAL(FAXCOUNT)=$[ ${GLOBAL(FAXCOUNT)} + 1 ]) exten => s,n,Set(FAXCOUNT=${GLOBAL(FAXCOUNT)}) exten => s,n,Set(FAXFILE=fax1.tif) ; Set FAXOPTs exten => s,n,NoOp(**** SETTING FAXOPT ****) exten => s,n,Set(FAXOPT(filename)=${FAXFILE}) exten => s,n,Set(FAXOPT(ecm)=yes) exten => s,n,Set(FAXOPT(headerinfo)=Fax from ${GLOBAL(LASTFAXCALLERNAME)} at ${GLOBAL(LASTFAXCALLERNUM)} was received.) exten => s,n,Set(FAXOPT(localstati...
2009 Dec 23
4
fax problem
Hello, I need to send a tiff via fax with my asterisk 1.6.1.0. I tried in the dialplan [default] exten => _X.,1,SendFax(/root/test.tiff) but I have: salledeconf1*CLI> console dial 111 at default [Dec 23 16:24:22] WARNING[31739]: chan_oss.c:492 setformat: Unable to re-open DSP device /dev/dsp: No such file or directory -- Executing [111 at default:1]
2014 Feb 03
1
Incoming Fax Issue with Asterisk 11.7 and Digium Fax
...t;]) exten => receive,n,Set(FAXCOUNT=${GLOBAL(FAXCOUNT)}) exten => receive,n,Set(FAXFILE=fax-${FAXCOUNT}-rx.tif) exten => receive,n,Set(GLOBAL(LASTFAXCALLERoNUM)=${CALLERID(num)}) exten => receive,n,Set(GLOBAL(LASTFAXCALLERNAME)=${CALLERID(name)}) exten => receive,n,NoOp(**** SETTING FAXOPT ****) exten => receive,n,Set(FAXOPT(ecm)=yes) exten => receive,n,Set(FAXOPT(headerinfo)=MYFAX RX) exten => receive,n,Set(FAXOPT(localstationid)=1234567890) exten => receive,n,Set(FAXOPT(maxrate)=14400) exten => receive,n,Set(FAXOPT(minrate)=2400) exten => receive,n,NoOp(FAXOPT(ecm...
2010 Jul 12
1
Fax for Asterisk, capable of receiving from website but not from fax machine !!
...f) exten => receive,n,Set(FAXFILENOEXT=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},GMT-5,%F_%T_${CALLERIDNUM})}) exten => receive,n,Set(GLOBAL(LASTFAXCALLERNUM)=${CALLERID(num)}) exten => receive,n,Set(GLOBAL(LASTFAXCALLERNAME)=${CALLERID(name)}) exten => receive,n,NoOp(**** SETTING FAXOPT ****) exten => receive,n,Set(FAXOPT(ecm)=yes) exten => receive,n,Set(FAXOPT(headerinfo)=MY FAXBACK RX) exten => receive,n,Set(FAXOPT(localstationid)=15184893772) exten => receive,n,Set(FAXOPT(maxrate)=14400) exten => receive,n,Set(FAXOPT(minrate)=2400) exten => receive,n,NoOp(F...
2018 May 21
5
Looking for better fax handling
...ting the number of retries. The same script checks for files in a success folder and sends the users a confirmation message that the fax was sent. The files are moved into the success folder by Asterisk using this dialplan: sendfax,1,Verbose(0,FAX ${faxfile} to ${destination}) same => n,Set(FAXOPT(headerinfo)=${sender_name}) same => n,Set(FAXOPT(localstationid)=${sender_num}) same => n,SendFax(${faxfile},d) same => n,Set(STATUS=Status: ${FAXOPT(status)}) same => n,Set(STATUS=${STATUS}\nRemote ID: ${FAXOPT(remotestationid)}) same => n,Set(STATUS=${STATUS}\nMaxrate: ${...
2011 Feb 21
1
Dialplan execution stops on app call even with TryExec (Am I missing something simple?)
...; Gafachi is known to have a broken ecm implementation - disable on receive - also send with 'z' option exten => s,n,Set(trunk_name=${CUT(CHANNEL,-,1)}) exten => s,n,Noop(trunk name is ${trunk_name:4}) exten => s,n,ExecIf($[ "${trunk_name:4:7}" = "gafachi"]?Set(FAXOPT(ecm)=no)) ;------------------------------ ; Level3 V17/V34 modems were unreliable and V17 (14400) wasn't working so we downgrade to slower fax-modems exten => s,n,Set(FAXOPT(modem)="V27,V29") ;------------------------------ exten => s,n,Set(FAXDELIVERED=no) exten => s,n,TryEx...
2009 Jul 16
1
Sending faxes with T.38 problem. Fax for Asterisk (no SpanDSP) - 1.6.1.1
...)}+1) exten => receive,n,Set(FAXCOUNT=${GLOBAL(FAXCOUNT)}) exten => receive,n,Set(FAXFILE=fax-${FAXCOUNT}-rx.tif) exten => receive,n,Set(GLOBAL(LASTFAXCALLERNUM)=${CALLERID(num)}) exten => receive,n,Set(GLOBAL(LASTFAXCALLERNAME)=${CALLERID(name)}) exten => receive,n,NoOp(**** SETTING FAXOPT ****) exten => receive,n,Set(FAXOPT(ecm)=yes) exten => receive,n,Set(FAXOPT(headerinfo)=MY FAXBACK RX) exten => receive,n,Set(FAXOPT(localstationid)=1234567890) exten => receive,n,Set(FAXOPT(maxrate)=14400) exten => receive,n,Set(FAXOPT(minrate)=2400) exten => receive,n,NoOp(FAXOP...
2011 Jun 19
3
Problem with ReceiveFAX app from FFA
...ERID(num)})}.tif) exten => receive,n,Set(FAXFILENOEXT=/var/spool/asterisk/fax/${STRFTIME(,,%F_%T_${CALLERID(num)})}) exten => receive,n,Set(GLOBAL(LASTFAXCALLERNUM)=${CALLERID(num)}) exten => receive,n,Set(GLOBAL(LASTFAXCALLERNAME)=${CALLERID(name)}) exten => receive,n,NoOp(**** SETTING FAXOPT ****) exten => receive,n,Set(FAXOPT(ecm)=yes) exten => receive,n,Set(FAXOPT(headerinfo)=MY FAXBACK RX) exten => receive,n,Set(FAXOPT(localstationid)=15184893772) exten => receive,n,Set(FAXOPT(maxrate)=14400) exten => receive,n,Set(FAXOPT(minrate)=2400) exten => receive,n,NoOp(FAXO...
2015 Feb 18
2
Res_fax - FAXOPT(faxdetect)
...rs have done. -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Administrator TOOTAI Sent: Wednesday, February 18, 2015 12:50 PM To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] Res_fax - FAXOPT(faxdetect) Hello Le 17/02/2015 17:00, Administrator TOOTAI a ?crit : > Hi, > > as stated in the documentation, it's allowed to set > FAXOPT(faxdetect)=yes/no to allow fax detection. > > It's done (see below) but still fax detection :-( Extension 300 is > hylafax wit...
2016 Nov 15
2
iaxmodem errors.
2015 Feb 17
2
Res_fax - FAXOPT(faxdetect)
Hi, as stated in the documentation, it's allowed to set FAXOPT(faxdetect)=yes/no to allow fax detection. It's done (see below) but still fax detection :-( Extension 300 is hylafax with iaxmodem. On the upper Asterisk gw it's the same, despite the faxdetect set to no we also have the NOTICE of T.38 re-INVITE. Test is done with a mobile phone callin...
2016 Nov 11
2
iaxmodem errors.
2015 Feb 18
0
Res_fax - FAXOPT(faxdetect)
Hello Le 17/02/2015 17:00, Administrator TOOTAI a ?crit : > Hi, > > as stated in the documentation, it's allowed to set > FAXOPT(faxdetect)=yes/no to allow fax detection. > > It's done (see below) but still fax detection :-( Extension 300 is > hylafax with iaxmodem. > > On the upper Asterisk gw it's the same, despite the faxdetect set to no > we also have the NOTICE of T.38 re-INVITE. Test is done w...
2011 Jun 30
0
SendFax: not setting the fax header
...t; ."RetryTime: 60\n" ."WaitTime: 60\n" ."Context: fax\n" ."Extension: 100\n" ."Set: FAXFILE=$file_dst\n" ."Set: FAXOPT(localstationid)=$_POST[mynumber]\n" ."Set: FAXOPT(headerinfo)=$_POST[mynumber] $_POST[myname] $_POST[myemail]\n" .""; ====== As you can see, I set the LOCALHEADERINFO to string I got from a web form. My fax extension for sendin...
2013 Jun 19
6
Mailing a fax with mutt does not succeed
Hello everyone, I'm trying to send a received fax with mutt, when I try it from the Linux shel it works, but when trying with Asterisk's System command it doesn't. Successful Linux command: echo | mutt -s "New fax" earohuanca at gmail.com -a /tmp/faxes/201306191111.tif Unsuccessful Asterisk Command: same => n,System(mutt -s "New fax" elder.arohuanca at
2011 Jan 24
6
ReceiveFAX issue.
...FAX Driver: 20110122 075024 [fax_inbound] exten => ProcessFax,1,Answer() exten => ProcessFax,n,Wait(2) exten => ProcessFax,n,Set(TIFF=/var/spool/fax_in/fax_${STRFTIME(,,%Y%m%d-%H%M)}_${RAN D(1)}.tiff) exten => ProcessFax,n,ReceiveFAX(${TIFF},d) exten => ProcessFax,n,NoOp(Error = ${FAXOPT(error)}) exten => ProcessFax,n,NoOp(Status = ${FAXOPT(status)}) exten => ProcessFax,n,NoOp(Header = ${FAXOPT(headerinfo)}) exten => ProcessFax,n,NoOp(RemoteID = ${FAXOPT(remotestationid)}) exten => ProcessFax,n,NoOp(Result = ${FAXOPT(statusstr)}) I can't figure out how to turn...
2014 Aug 11
2
Sending and receiving fax with Digium FFA
...e our faxes through a fax to email service we have subscribed to, so the tests for sending have that one as a destination. The extension to send fax: exten => sendfax,1,Verbose(2,Sending fax) same => n,Set(faxlocation=/tmp) same => n,Set(faxfile=fax.tiff) same => n,Set(FAXOPT(headerinfo)=Testing FAX) same => n,Set(FAXOPT(localstationid)=123456) same => n,SendFax(${faxlocation}/${faxfile},d) same => n,Verbose(2, Fax Status: ${FAXOPT(error)}) I did the exact same thing, and tried sending from both a SIP channel and a DAHDI line. The weird thing is...