Displaying 20 results from an estimated 1000 matches similar to: "ReceiveFAX and SendFAX questions"
2008 Nov 27
5
Any 1.6 SendFAX example ?
Hi,
Do you have any example showing how to use SendFAX ?
I can see several examples of ReceiveFAX but not a single one showing
SendFAX.
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081127/b41ca08b/attachment.htm
2009 Nov 30
2
No application 'ReceiveFAX'
Hi!
Have probably not understand how fax is working in Asterisk 1.6.
I did install:
ptlib-v1_12_0
h323plus-v1_19_7
dahdi-linux-complete-2.2.0.2+2.2.0
spandsp-0.0.5
asterisk-1.6.2
asterisk-addons-1.6.2
make menuselect in asterisk-1.6.2 source directory shows: [*] app_fax
But "core show applications" doesnt show me any "fax applications" and
when I try to receive a fax:
2008 Jan 31
2
CallerID shows wrong values in manager interface
Hi everyone,
My manager interface seems to be producing wrong CallerIDs when
internal extensions call each other. Can anyone see anything wrong in
the configuration snippets pasted below? The following instance has
extension 101 call 103. The phone does show the right caller ID, but
notice that the manager interface has the CallerID as the target
number (103).
Thanks a lot for your time.
2005 Mar 19
2
Goto and E1 line
Hi,
I have a server with 2 TE110P cards. 1 card is plugged to telco line,
another card is plugged with a Hicom PBX.
I want to send some call to VoIP phones and all other to my PBX.
I don't known how to make my dialplan :
===========Extensions.conf==========
[incoming_call]
exten => 090200000,1,Goto(callcenter,100,1)
exten => 022956353,1,Goto(callcenter,100,1)
exten =>
2015 May 27
0
Asterisk 11 on Raspbian2. ReceiveFAX/SendFAX fails
Hi,
On a new Raspberry2 with Asterisk 11.13.1 binary-installed, ReceiveFAX
exits with FAILED status.
Each attempt is made with something like:
channel originate Local/12345 at faxgateway application SendFAX myfile.tif
I'm not sure if failure "mostly" comes from SendFAX or from ReceiveFAX but
it fails with 100% rate.
uname -a output is:
Linux myhost 3.18.7-v7+ #755 SMP PREEMPT
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 =>
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
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 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.
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 Sep 08
2
Fax For Asterisk and SendFax question
Hi everybody,
I've installed Free Fax For Asterisk in my Asterisk box but I don't
understand how it works as when using SendFax application from dialplan, I
can't find how to introduce destination fax number.
How this application works? Do I have to call destination fax using Dial
application, detect somehow that it's a fax and then use SendFAX application
specifying FAXOPTs and
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
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
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
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 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 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
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
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)
2015 Jun 05
0
11.17.1 : ReceiveFax then signal 11 ??
dialplan
[FaxIncoming]
exten=s,1,NoOp(Incoming fax on 46-va)
same=n,Set(FAXFILE=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},,%Y%m%d)}_${STRFTIME(${EPOCH},,%H%M)})
same=n,Answer()
same=n,ReceiveFAX(${FAXFILE}.tif,df)
same=n,Hangup()
exten=>h,1,NoOp(FAXSTATUS: ${FAXSTATUS} FAXERROR: ${FAXERROR}
FAXPAGES: ${FAXPAGES} @ bitrate ${FAXBITRATE})
same=n,System(scp ${FAXFILE}.tif