Displaying 20 results from an estimated 3000 matches similar to: "Oddity with FFA"
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
2010 Feb 05
6
Still on spandsp/app_fax and T.38
This message is pointed directly to Steve Underwood. I tought it would not be nice to directly email him with a question that interests a good part of the Asterisk community, so here it is. :)
Steve, remember a few days ago when we discussed about issues on Asterisk 1.6.1.13 and T.38 fax reception? Well I opened an issue on Mantis (https://issues.asterisk.org/view.php?id=16756) and turns out it
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
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
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
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
2010 May 12
3
Asterisk core dumping on SendFax with FFA
Hi All,
I seem to have stumbled on a bit of a problem. When trying to send a fax
with Fax For Asterisk on 1.6.2.x (have tried 1.6.2.5, 1.6.2.7 and the
current svn version, with FFA 1.2 I get a core dump each time.
Here is an extract form the console:
[May 12 22:47:09] DEBUG[22584]: app_queue.c:1084 handle_statechange:
Device 'SIP/vltb-sbc01' changed to state '1' (Not in use)
2012 Jan 05
1
Where are the fax instructions?
Hello,
Trying to set up res_fax_spandsp. Based on
https://wiki.asterisk.org/wiki/display/AST/T.38+Fax+Gateway I wrote this in
my extensions.conf:
exten => 306,1,NoOp(Fax transmission)
same => n,Set(FAXOPT(gateway)=yes)
same => n,Dial(DAHDI/3) ----->FXS port to fax machine
same => n,Hangup()
Call flow Im trying to pull out is as follows:
Zoiper -->
2010 Jan 04
1
Free FaxForAsterisk ReceiveFAX not working
Hello users,
Recently i have installed the free version of FaxForAsterisk and trying to
work with it by sending a fax
on T38.
My version information is as follows
i)Asterisk 1.6.0.20
ii)res_fax-1.6.0.14_1.1.6-x86_32
iii)res_fax_digium-1.6.0.14_1.1.6-i686_32
sip.conf
[general]
t38pt_udptl=yes
extensions.conf
[default]
exten => _XXXXXXXXXX,1,NoOp(Fax Incoming Call)
exten =>
2006 Jan 04
1
RxFax : Change FAX Resolution
Hello all,
Can this be done ?
Would setting the variable FAXRESOLUTION to a appropriate value affect
this change ?
> http://www.asteriskguru.com/tutorials/rxfax.html
Variables connected with the application
LOCALSTATIONID - used by to application to identify itself to the remote end
LOCALHEADERINFO - used to generate a header line on each page
REMOTESTATIONID - set by the application, the
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:
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
2014 Mar 24
5
IAXModem or T38Modem?
Hi all,
I'm installing Hylafax on my Asterisk system. From what I've read, I can
either use IAXModem or T38Modem to provide the virtual fax device. So at
the risk of starting a religious war, which one should I use?
I don't mind running IAX if I have to. I want as much flexibility and
stability as I can get.
So, what are your recommendations?
Mike.
-------------- next part
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]
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 Dec 18
2
Asterisk Fax Receive - how to get the remoteheader?
Hi,
thanks for your answer. Unfortunately this is, what I already know. I
was wondering, why it is possible to set ID and Header for an outgoing
fax (which will then in turn
be inserted via asterisk on top of the transferred "image") , while it
seems to not be possible to get the Header from a received fax (only the
id), although it is present in the faxdocument.
The ID is also
2016 Nov 29
3
FAX CNG detected but no fax extension
Hello,
I have a question regarding incoming fax to local file (on the Asterisk server).
While the fax is received properly (I have the tiff file generated as expected) I get the warning 'FAX CNG detected but no fax extension' on the consol.
If the fax is received ok then what 'fax extension' does it expect and what should I do there?
My Setup:
Sender -> Public PSTN ->
2010 Apr 09
2
res fax help
I have res_fax setup and working for the most part. However, I'm seeing
some fax machines drop the connection on me -
Apr 9 17:33:11] NOTICE[30809]: res_fax.c:906 generic_fax_exec: Channel
'DAHDI/1-1' did not return a frame; probably hung up.
-- Channel 0/1, span 1 got hangup, cause 102
-- Channel 'DAHDI/1-1' FAX session '20' is complete, result:
2012 Mar 18
1
10.2.1 res_fax : "Unexpected command after page received..."
I'm setting up res_fax to use with an iax provider. I'm calling over
PSTN to the provider. When I stand at our fax machine (Brother), I can
see the call come in, and it appears to set up correctly. What is odd,
however, is that asterisk drops off while the fax machine is still
sending. I've lowered the baud rate to 9600, it's a single page fax.
After less than 10 seconds
2009 Sep 27
1
digium fax: failed to queue document
In my quest to actually send a fax, I'm now stuck trying to send the
confirm.
First I send the fax:
-- Executing [send at outbound-fax:2] System("Console/dsp", "env echo
-e "Channel:DAHDI/g0/12036378447\\nContext:fax-tx\\nExtension:
s\\nPriority: 1\\n" >/var/spool/asterisk/outgoing/call-1254012878.0") in
new stack
-- Auto fallthrough, channel