Displaying 20 results from an estimated 1000 matches similar to: "Fax For Asterisk and SendFax question"
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]
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
2007 Jun 16
1
Re: [hylafax-users] Having problems running sendfax from a bash script.
I've been working on a way to send faxes from a bash script. It
requires changing what parameters are used for each command. I keep
having problems with quoted strings passed to the command.
I've created a really short test script which fails on my system.
commandline="sendfax -f noreply at prudentrx.com -n -x \"Test fax\" -d
13105551212 /etc/hosts"
echo
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 Sep 23
1
1.6.0.5: I need a really simple analog SendFax dialplan
Using Digium fax I've tried a simple dialplan:
'8447' => 1. Answer() [pbx_config]
2. Set(CALLERID(num)=xxxyyyzzzz) [pbx_config]
3. Dial(DAHDI/g0/1bbbcccdddd,,G(send)) [pbx_config]
[send] 4. SendFax(/var/spool/asterisk/fax/20090922_1301.tif) [pbx_config]
5. HangUp()
But I doesn't work. It executes
2016 Dec 17
2
Asterisk Fax Receive - how to get the remoteheader?
Hi,
I am using asterisk 11.8 in combination with spandsp to send and receive
T38 Faxes. All works fine, but I do not know
how to get the remoteheader from the fax I receive.
When I send a fax, there are Faxopts to set the localstationid and the
headerinfo, but for receiving, there seems to only exist
the Faxopts remotestationid
but for sure on any fax I receive there is a remoteheaderinfo
2005 Feb 28
3
Digium E1/T1 card with mgetty+sendfax
Hi,
For the project I've used the Eicon DIVA card. It has 8 BRI ports,
and for about 25% of the time there are 7 or 8 in use. So we want
to replace it with an E1 card. Only issue is, replace it with what?
The idea we have been playing with was to get a Digium E1 card (we
already have bought lot of Quad E1 cards :-) and then just put it
back to back against Asterisk server. And instead of
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
2009 Nov 16
1
1.6.0.18-rc3: SendFAX causes restart
On 1.6.0.18-rc3 using app_fax.so, spandsp-0.0.5, anytime I use SendFAX
asterisk restarts:
[Nov 15 19:00:36] VERBOSE[17013] logger.c: -- Executing
[s at fax-tx-test:1] ESC[1;36;40mNoOpESC[0;37;40m("ESC[1;35;40mSIP/nhi-rive
rside-sip-00000000ESC[0;37;40m", "ESC[1;35;40mContext
fax-tx-testESC[0;37;40m") in new stack
[Nov 15 19:00:36] VERBOSE[17013] logger.c: --
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
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
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
2012 Oct 05
2
SendFAX - multi-page TIFF
Hi,
Does anyone had the problem of asterisk SendFax + spandsp sending only
the first page of a multi-page TIFF file?
Seams to be related to spandsp ECM config.
Any thoughts about it?
Thanks,
Gabriel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121005/ac471600/attachment.htm>
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)
2010 Jan 29
1
Digium fax - sending fax call file vs manager originate
Hello,
I have Asterisk 1.6.1.12 with
FAX For Asterisk Components:
Applications: 1.6.1.5_1.1.6
Digium FAX Driver: 1.6.1.5_1.1.6 (optimized for core2_32)
If I use call file with spool
--------------------------------------------
Channel: SIP/IP/DEst No
MaxRetries: 0
RetryTime: 10
WaitTime: 50
Application:SendFAX
Data:/var/spool/asterisk/test.tif
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
2015 Jun 24
4
asterisk email to fax
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
2007 Nov 30
1
Conexant fax/modem not faxing with sendfax
I finally picked up a "real" modem (not a winmodem) and put it in my
machine. I pulled down the hsfmodem driver from the source, got a license
and installed the driver at full power.
If I use wvdial, I can get out through the modem, so I know that works.
However, sendfax is rejecting the fax capability (from
/var/log/sendfax.log):
11/30 00:31:52 sendfax: interim release 1.1.33-Apr10
2019 Dec 03
2
Faxes stopped working - AMI issue?
On 12/2/19 11:52 AM, Joshua C. Colp wrote:
> So I know that AMI is listening and I can talk to it. Here is the
> main log"
>
> [Nov 27 06:16:00] VERBOSE[101155] asterisk.c: Remote UNIX connection
> [Nov 27 06:16:00] VERBOSE[101245] asterisk.c: Remote UNIX connection
> disconnected
> [Nov 27 06:16:01] VERBOSE[101244] manager.c: Manager