Displaying 19 results from an estimated 19 matches for "tiff2p".
Did you mean:
tiff2ps
2018 Mar 31
1
using llvm DataFlowSanitizer error
...erence to `dfs$jpeg_set_colorspace'
../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_write_raw_data'
../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_std_error'
clang-7.0: error: linker command failed with exit code 1 (use -v to see invocation)
tools/CMakeFiles/tiff2ps.dir/build.make:100: recipe for target 'tools/tiff2ps' failed
make[2]: *** [tools/tiff2ps] Error 1
CMakeFiles/Makefile2:311: recipe for target 'tools/CMakeFiles/tiff2ps.dir/all' failed
make[1]: *** [tools/CMakeFiles/tiff2ps.dir/all] Error 2
Makefile:138: recipe for target 'all...
2004 Sep 23
2
viewing fax tiffs?
Hello,
I have spandsp setup to accept incoming faxes and receiving tif files
via Email.
Using tiff2pdf, or tiff2ps -a2 or even tiffsplit, the last page of the
fax is cut off and the quality of the text looks "squished".
I "figure" it's a tiff parsing thing, as opposed to a problem with my
spandsp installation (heh).
Has anyone experienced the same thing, or can anyone r...
2018 Apr 01
0
using llvm DataFlowSanitizer error
...pace'
> ../libtiff/libtiff.so.5.2.5: undefined reference to
> `dfs$jpeg_write_raw_data'
> ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_std_error'
> clang-7.0: error: linker command failed with exit code 1 (use -v to see
> invocation)
> tools/CMakeFiles/tiff2ps.dir/build.make:100: recipe for target
> 'tools/tiff2ps' failed
> make[2]: *** [tools/tiff2ps] Error 1
Based on the names of the functions in the link error, I would guess
that the link step includes code that calls a library which processes
JPEG files. That surprised me: Why would...
2005 Oct 17
1
fax - conversion problem
I am having a strange problem.
On one * box I setup the fax recive, via spandsp -app_rxfax
I have no problem here.
On a second box I did the same. The resulting PDF appear "corrupt".
If I transmit the same fax to both * box, the tiff files received are the
same.
A deeper analysis shows the only problem is the width and heigth of the
document
In the first PDF, I see
2005 Oct 18
8
Fax2Mail
Hello,
Is there or can anyone provide a comprehensive guide (designed for Linux/Asterisk novices) to installing/setting up Asterisk in order to support Fax2Mail service?
In my case, I would like Asterisk to receive fax calls to predefined numbers (ranges) and to associate each of these numbers to email addresses.
Thank you in advance.
David
---------------------------------
Yahoo!
2005 Sep 06
2
Going crazy with FAX :-(
...1:06:13 DEBUG[10750]: Image resolution: 7700 x 3850
Sep 6 11:06:13 DEBUG[10750]: Transfer Rate: 9600
Sep 6 11:06:13 DEBUG[10750]:
==============================================================================
Sep 6 11:06:13 VERBOSE[10750]: -- Executing System("Zap/1-1", "tiff2ps
-2eaz -w 8.5 -h 11 /var/spool/asterisk/fax/1125997512.2.tif | ps2pdf
- /var/spool/asterisk/fax/1125997512.2.tif.pdf") in new stack
Sep 6 11:06:13 VERBOSE[10750]: -- Executing System("Zap/1-1",
"mime-construct --to fax@asb.unisi.it --subject "Fax from "
--att...
2005 Mar 22
2
asterisk@home print incoming fax
*@home has this for it's incoming fax macro
--- start snip ---
[ext-fax]
exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax,1)
exten => in_fax,2,Macro(faxreceive)
exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf
${FAXFILE}.pdf)
exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax
from ${CALLERIDNUM} ${CALLERIDNAME}" --attachment ${CALLERIDNUM}.pdf
--type application/pdf --file ${FAXFILE}.pdf)
exten => in_fax,5,system(rm ${...
2009 Feb 27
3
Continue in dialplan on hangup
Is there a way to force a channel to continue in the dialplan after
the remote end hangs up?
Specifically, I am trying to play around with setting up a fax
server. I can receive the fax, but sometimes the sending fax hangs up
before my System command for printing can run and the fax never
prints. I know I can work around by setting up a custom context and
use the 'h'
2004 Dec 21
5
AMP - Fax Detections
...11,Goto(${INCOMING},s,1) ; not EXT or GR1
- it's an auto attendant
exten => fax,1,Goto(ext-fax,in_fax,1)
exten => h,1,Hangup
[ext-fax]
exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax,1)
exten => in_fax,2,Macro(faxreceive)
exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf
- ${FAXFILE}.pdf)
exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax
from ${CALLERIDNUM} ${CALLERIDNAME}" --attachment ${CALLERIDNUM}.pdf
--type application/pdf --file ${FAXFILE}.pdf)
exten => in_fax,5,system(rm ${FAXFILE...
2005 May 16
0
Asterisk - fax - spandsp <--older threadlet from Jean-Yves about fax corruption, *not* timing
...included labor costs to distribute the paper fax + our "click rate" on
our fax / copiers) and we get the added bonus of taking the generated PDF
and attaching it to our in house CRM; if you can believe it, we used to take
the fax (on paper) and scan it into our CRM as a PDF, and spandsp + tiff2ps
+ mine-construct took care of this step for us. So for me, it was totally
worth it to go through teething problems with spandsp and I would not go
back for a second.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-use...
2006 Apr 19
0
Receiving Faxes...
....com] On Behalf Of Christian Gr?ger
Sent: mardi 18 avril 2006 21:08
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Receiving Faxes...
Hi,
I am experimenting with receiving faxes in asterisk:
exten => in_fax,1,Macro(faxreceive)
exten => in_fax,2,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf
- ${FAXFILE}.pdf)
exten => in_fax,3,system(cp ${FAXFILE}.pdf
/var/www/faxes/${CALLERID(number)}.pdf)
exten => in_fax,4,system(mime-construct --to mail@server --subject "Fax
from ${CALLERID(number)} ${CALLERID(name)}" --attachment
${CALLERI...
2006 Mar 07
1
I can't receive multiple pages with spandsp
...9600
Mar 7 17:18:16 DEBUG[5876] app_rxfax.c: ==============================================================================
In extensions.conf I have:
exten => 1080,1,NoOp(Entro nel context from-FAX)
exten => 1080,2,Answer
exten => 1080,3,Macro(ricezionefax)
exten => 1080,4,system(tiff2ps -2 -a -e -z -w 8 -h 10.5 ${FAXFILE} | lpr -Pprn011@srv67) ;;;I send the fax to my printer
exten => 1080,5,Hangup
and
[macro-ricezionefax]
exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${UNIQUEID}.tif)
exten => s,2,rxfax(${FAXFILE})
exten => s,102,Goto(2)
Is this a problem...
2005 May 17
1
spandsp + HFC poor fax quality?
...compression 2
Coarse carrier frequency 1699.84 (66)
Training error 0.339757
Training succeeded (constellation mismatch 0.509557)
EOP with final frame tag
In state 5
DCN with final frame tag
In state 8
Sometimes it ends with ghostscript errors:
-- Executing System("Zap/1-1", "tiff2ps -2eaz -w 8.5 -h 11
/var/spool/asterisk/fax/asterisk-3834-1116329874.0.tif | ps2pdf -
/var/spool/asterisk/fax/asterisk-3834-1116329874.0.tif.pdf") in new stack
Error: /limitcheck in --setpagedevice--
Operand stack:
--dict:1/1(L)--
Execution stack:
%interp_exit .runexec2 --nostrin...
2013 Apr 05
2
mock and iaxmodem
I am trying to build an rpm package for iaxmodem-1.2.0. At the
moment I am still trying to get a working spec file put together. I
have managed to get an SRPM produced but the binary build from this
fails due to there being no install task in the Makefile.in provided
with the source.
I have found a spec file from opensuse that provides this in the
install portion:
%build
[
2006 Apr 18
6
T1 to cross connect remote PBX and asterisk
Looking for someone with a successful experience similar to this;
I have a need to cross connect a 3COM NBX PBX PRI interface to asterisk,
but over a long distance. We do not need any IP connectivity and the
solution requires G.711u audio so there is no benefit to using IP.
Has anyone here successfully cross connected any PBX PRI interface
expecting NI2 PRI signaling B8ZS/ESF with an
2005 Oct 17
0
RxFax dropping line
...ough call was hung up
Oct 17 11:11:07 DEBUG[3088] pbx.c: Extension in_fax, priority 3 returned
normally even though call was hung up
Oct 17 11:11:07 DEBUG[3088] pbx.c: Launching 'System'
Oct 17 11:11:07 VERBOSE[3088] logger.c: -- Executing
System("SIP/6969021653-dc67", "tiff2ps -2eaz -w 8.5 -h 11
/var/spool/asterisk/fax/1129540223.28.tif | ps2pdf -
/var/spool/asterisk/fax/1129540223.28.tif.pdf") in new stack
Oct 17 11:11:07 DEBUG[3088] pbx.c: Launching 'System'
Oct 17 11:11:07 VERBOSE[3088] logger.c: -- Executing
System("SIP/6969021653-dc67"...
2005 Jan 26
1
Inbound analog Telco line not answered
...Wait(1)
exten => _8XXXX,3,GotoIf($[${CALLERIDNUM} = ${EXTEN:1}]?5:4)
exten => _8XXXX,4,MeetMe(${EXTEN}|sM)
exten => _8XXXX,5,MeetMe(${EXTEN}|asM)
[ext-fax]
exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax,1)
exten => in_fax,2,Macro(faxreceive)
exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf -
${FAXFILE}.pdf)
exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax
from ${CALLERIDNUM} ${CALLERIDNAME}" --attachment ${CALLERIDNUM}.pdf --type
application/pdf --file ${FAXFILE}.pdf)
exten => in_fax,5,system(rm ${FAXFILE...
2005 Jul 11
1
ASterisk@home + Broadvoice = Almost working installation...
...= ${EXTEN:1}]?5:4)
exten => _8XXXX,4,MeetMe(${EXTEN}|sM)
exten => _8XXXX,5,MeetMe(${EXTEN}|asM)
[ext-fax]
exten => s,1,Answer
exten => s,2,Goto(in_fax,1)
exten => in_fax,1,GotoIf($[${FAX_RX} = system]?2:analog_fax,1)
exten => in_fax,2,Macro(faxreceive)
exten => in_fax,3,system(tiff2ps -2eaz -w 8.5 -h 11 ${FAXFILE} | ps2pdf -
${FAXFILE}.pdf)
exten => in_fax,4,system(mime-construct --to ${EMAILADDR} --subject "Fax from
${CALLERIDNUM} ${CALLERIDNAME}" --attachment ${CALLERIDNUM}.pdf --type
application/pdf --file ${FAXFILE}.pdf)
exten => in_fax,5,system(rm ${FAXFILE...
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every
single thing I do No matter what I get busy extensions. I am willing to pay
someone to help here. Anybody got a clue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm