Displaying 20 results from an estimated 300 matches similar to: "11.17.1 : ReceiveFax then signal 11 ??"
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
2015 Apr 01
0
ReceiveFax() fails over Dial()
Hi all,
since asterisk 11 (1.6 was okay) failed the ReceiveFax-Application
when it called about "Dial" and a Local-Channel.
Directly from external to FaxReceive is no problem.
Cut from cli:
[...]
[Apr 1 11:12:31] -- Executing [s at macro-redirection:85] Dial("SIP/access-trunk-00000001", "Local/0XXXXXXX40 at x-xxx-companyXXXXX/n") in new stack
[...]
[Apr 1
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
2010 Feb 02
4
Asterisk 1.6.1.13 and T.38 faxing
Hello everyone.
I'm struggling to get T.38 faxing to work in Asterisk 1.6.1.13 with a SIP DID provider here in Brazil (GVT - Vox IP service). Here's my scenario:
When faxes arrive by a specific DID, they are routed thru this simple macro:
[macro-recebefax]
exten => s,1,Set(DB(fax/count)=$[${DB(fax/count)} + 1])
exten => s,n,Set(FAXCOUNT=${DB(fax/count)})
exten =>
2010 Mar 20
1
1.6.1.18 -> 1.6.2.6 T38 Fax: call drops
Using spandsp-0.0.6-pre17, SendFax on 1.6.1.18 and ReceiveFax on
1.6.2.8. Sip.conf on both sides has t38pt_udptl = yes.
-- Executing [s at fax-tx-test:3] SendFAX("SIP/side-sip-00000009",
"/var/spool/asterisk/fax/20091113_1455.tif") in new stack
[Mar 20 17:05:34] WARNING[6433]: app_fax.c:178 phase_e_handler: Error
transmitting fax. result=49: The call dropped
2010 May 02
1
working example of t38 fax w/ 1.6.2?
I can't get a test T.38 fax between 2 1.6.2 machines, using app
_fax and spandsp pre17 and 20100501. The machines can't seem to get
connected.
send side extensions.conf:
[fax-tx-test]
exten=>s,1,NoOp(Context fax-tx-test)
exten=>s,n,SendFAX(${FaxFile}.tif)
exten=>s,n,HangUp()
exten=>h,1,NoOp(FAXSTATUS: ${FAXSTATUS} FAXERROR: ${FAXERROR} FAXMODE:
${FAXMODE})
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 Jan 24
2
ReceiveFAX and SendFAX questions
Morning,
Have some questions regarding receiving and sending faxes...
1:st example:
exten => 101,1,Answer()
exten => 101,2,Wait(3)
exten => 101,3,ReceiveFAX(/var/spool/asterisk/tmp/fax.tiff)
exten => 101,4,System(tiff2pdf -p A4 /var/spool/asterisk/tmp/fax.tiff >
/var/spool/asterisk/tmp/fax.pdf)
exten => 101,5,System(mutt -s 'New FAX for you sir' -a
2015 Jun 06
1
Free Fax for Asterisk : registered, but license not effective
I've been having problems segfaulting when receiving faxes. So I tried
FFA. I used the register utility and my license is in /var/lib/asterisk :
ls /var/lib/asterisk/licenses/ -l
total 4
-rw-r--r--. 1 root root 325 Jun 5 22:41 FFA-DNCXXXXXXX.lic
but:
Executing [17772822954 at FaxIncoming:4]
ReceiveFAX("SIP/ec2faxcall18-00000002",
2009 Mar 16
2
t38 iax trunk
Hi all,
I have a question regarding using T38 for fax sending and here is my scenario:
fax -> SIP ATA (T38 enabled) -> Asterisk #1 -> IAX TRUNK -> Asterisk #2 -> SIP ATA (T38 enabled) -> fax
My question is, how can I know if I'm really using T38? is T38 information coming to the other side (because of SIP to IAX conversion) or just plain g711a data?
I'm using Linksys
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
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
2015 Jun 25
2
Receiving faxes with spandsp question
Hello!
I?m trying to add fax functionality to my asterisk installation. Right now I?m focusing on receiving faxes. This is not explained in a book, but I assume that I can use same context, add ?fax? extension and if someone calls to send fax - it will autodetect. Right?
Per book, I made following setup additions:
1. In sip.conf [general] I added:
;FAX stuff
faxdetect=yes
t38pt_udptl=yes
2.
2018 May 17
2
AMI status events with res_fax_spandsp.so
Is anyone else using the AMI with res_fax_spandsp.so for real-time status?
I am working on migrating a FAX application from res_fax_digium.so to res_fax_spandsp.so. I have noticed that the spandsp module generates far fewer AMI status events than the Digium module and the generated events contain less information. For example when sending a fax there is no longer an event for every page. There
2011 Jan 20
5
ReceiveFax
Hi all,
I realize that the application Receivefax can't handle with more than one fax at the same time. In a environment with a lot of fax, some caller get the signal but the operation can't be completed. Is there a way to send busy tone to the second caller?
Att,
Flavio Roberto Miranda
MSN:flaviormiranda at hotmail.com
Skype: flaviormiranda
-------------- next part
2014 Sep 21
1
error receiving a fax ... but with a fax that was received without problems
Dear all,
When receiving a fax, the extension is "spawned", despite nothing but
positive messages (see below)
The sending fax considers it a success & the verbose output of asterisk
gives a "FAX_SUCCESS" and a "NO_ERROR" error in the ReceiveFax command.
The problem is that all the next steps (conversion of the fax to pdf &
sending it to a mailbox) are never
2009 May 20
2
Problems receiving some faxes in T.38
Hello,
We have been working with the ReceiveFax application for some weeks now in
order to receive faxes in T.38 and it works fairly well, but there are some
faxes that for some reason we are not able to receive correctly.
The asterisk version we are using is 1.6.0.6 with spandsp-0.0.5pre4 and the
asterisk machine is behind a CISCO mediaGW to be able to communicate with
the PSTN.
The SIP call
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 Feb 19
4
AGI script dies after receivefax
Hi all,
I've got a perl agi script that exec()'s the FFA version of receivefax to...
receive a fax.
However, after the fax is received, the script seems to die.
This is what I have:
$main::agi->exec("receivefax","/tmp/${$}.tiff|fs");
$main::agi->verbose("FAX COMPLETE",1);
I never see the "FAX COMPLETE" message on the console, I've set
2010 Jan 06
1
iaxmodem to ReceiveFAX crashes Asterisk equipped with B410P
Hi,
I'm sending twice the same file using Hylafax's sendfax app.
The first time I'm "dialing" a DID attached to the ReceiveFAX application.
The second time I'm dialing an internal extension attached to the same
ReceiveFAX application :
1. sendfax/hylafax/iaxmodem ----> asterisk ----> dadhi ----> dahdi ---->
asterisk ----> spandsp
2.