search for: faxopts

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

Did you mean: faxopt
2014 Dec 23
1
ReceiveFax for multiple page (asterisk 13.0.1)
Hi all, 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 =>
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 => _XXXXXXXX...
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(localstatio...
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
Hi, im using a Asterisk Server which is not behind NAT. First i had problems with the fax detection. But this is now solved after adding a wait(2) at the correct place. But i'm still unable to receive a fax due to res_rtp_asterisk.c:3548 ast_rtp_read: RTP Read too short after the Fax session has started. My sip.conf includes [general] allowguest=no alwaysauthreject=yes sendrpid=rpid
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
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
2011 Feb 21
1
Dialplan execution stops on app call even with TryExec (Am I missing something simple?)
We're having an issue where we call ReceiveFax in a context that includes a hangup extension and half the time dialplan execution doesn't continue after the fax is received successfully. Am I missing something simple here? Below is a sample call where this happened: The last log line for this channel/call is: [Feb 21 09:10:53] VERBOSE[13730] res_fax_digium.c: -- Channel
2009 Jul 16
1
Sending faxes with T.38 problem. Fax for Asterisk (no SpanDSP) - 1.6.1.1
...FILE}) [fax-tx] exten => send,1,NoOp(**** SENDING FAX ****) exten => send,n,Wait(6) exten => send,n,Set(GLOBAL(FAXCOUNT)=1) ;exten => send,n,Set(GLOBAL(FAXCOUNT)= ${GLOBAL(FAXCOUNT)}+1) exten => send.,n,Set(FAXCOUNT=${GLOBAL(FAXCOUNT)}) exten => send,n,Set(FAXFILE=test.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,n,Set(FA...
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
2015 Feb 18
2
Res_fax - FAXOPT(faxdetect)
I solved the issue by not answering the call as I assume others 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
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 calling the 0123456789 PSTN number.
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
2011 Jun 30
0
SendFax: not setting the fax header
Hello, after I solved my problem with the fax processing after receiving, I got another problem while sending a fax: the header is not set properly. I use a PHP_Script to upload a PDF file and to generate a call file. A bash script is looking for existent call files in the web directory and moves them the asterisk's outgoing directory. Ok, my call file looks like this: ====== $cf_commands
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.
I am testing out inbound faxing using res_fax and res_fax_spandsp.so My system answers the call but then sets there on the ReseiveFax line then comes back with an error that it exceeded the maximum retries. How would I go about debugging this? Below is my very simple dialplan code I am using, and the fax show version gives the following as well. FAX For Asterisk Components:
2014 Aug 11
2
Sending and receiving fax with Digium FFA
Hello. I've been trying to setup Free Fax for Asterisk on a Debian machine with Asterisk 1.8. I have managed to register and installed the Digium modules. Sending and receiving through it have resulted in failure. The output of fax show capabilities is: Registered FAX Technology Modules: Type : DIGIUM Description : Digium FAX Driver Capabilities : SEND