I am using Asterisk@Home (the newest 2.2 ISO) and I am having this problem: I originally had faxes received by the system and I can see the faxes in TIFF format in the /var/spool/asterisk/fax folder, but they were not being sent by email. I looked around and saw that the system was wanting install-pdf run, so I did that. Now I am getting pdfs sent to the email address as desired, but the pdfs are microscopic and blank. Even at 800% magnification, they are only the size of a postage stamp and, blown up larger, they have none of the content in them. I know the actual fax was being received correctly before I ran install-pdf because I can read the fax TIFF picture just fine. Anyone venture a guess as to what is happening?? -- Jason Nemrow Computer Specialist NMSU CAHE Information Technology 6502 Quay Road AM.5 Tucumcari, NM 88401 (505) 635-5223 nemrow@nmsu.edu Serving North-Eastern New Mexico...
trixter aka Bret McDanel
2005-Dec-22 16:33 UTC
[Asterisk-Users] Asterisk@Home Fax to Email problems
On Thu, 2005-12-22 at 16:27 -0700, Jay Nemrow wrote:> I am using Asterisk@Home (the newest 2.2 ISO) and I am having this problem: > > I originally had faxes received by the system and I can see the faxes in > TIFF format in the /var/spool/asterisk/fax folder, but they were not > being sent by email. I looked around and saw that the system was > wanting install-pdf run, so I did that. Now I am getting pdfs sent to > the email address as desired, but the pdfs are microscopic and blank. > Even at 800% magnification, they are only the size of a postage stamp > and, blown up larger, they have none of the content in them. >you have the spy version, they are microdots> I know the actual fax was being received correctly before I ran > install-pdf because I can read the fax TIFF picture just fine. Anyone > venture a guess as to what is happening?? >my guess is that its a dpi setting or other related resolution setting. -- Trixter http://www.0xdecafbad.com Bret McDanel UK +44 870 340 4605 Germany +49 801 777 555 3402 US +1 360 207 0479 or +1 516 687 5200 FreeWorldDialup: 635378 http://www.sacaug.org/ Sacramento Asterisk Users Group -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20051222/01192080/attachment.pgp
Hi
First check i u have the program tiff2pdf,so change in the extension.conf
in the line where say tiff2ps change for
exten => in_fax,3,system(tiff2pdf -zf ${FAXFILE} -o ${FAXFILE}.pdf)
this work for me.
On 12/22/05, Jay Nemrow <nemrow@nmsu.edu> wrote:>
> I am using Asterisk@Home (the newest 2.2 ISO) and I am having this
> problem:
>
> I originally had faxes received by the system and I can see the faxes in
> TIFF format in the /var/spool/asterisk/fax folder, but they were not
> being sent by email. I looked around and saw that the system was
> wanting install-pdf run, so I did that. Now I am getting pdfs sent to
> the email address as desired, but the pdfs are microscopic and blank.
> Even at 800% magnification, they are only the size of a postage stamp
> and, blown up larger, they have none of the content in them.
>
> I know the actual fax was being received correctly before I ran
> install-pdf because I can read the fax TIFF picture just fine. Anyone
> venture a guess as to what is happening??
>
> --
> Jason Nemrow
> Computer Specialist
> NMSU CAHE Information Technology
> 6502 Quay Road AM.5
> Tucumcari, NM 88401
> (505) 635-5223
> nemrow@nmsu.edu
>
> Serving North-Eastern New Mexico...
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20051222/a967f93e/attachment.htm
Technical Support
2005-Dec-22 21:42 UTC
[Asterisk-Users] Asterisk@Home Fax to Email problems
Consider using fax2mail (available at www.generationd.com). It's a free add-on to asterisk to email you incoming faxes in PDF/TIFF format. Nice and simple.! Also available is mail2fax from same source.
Michael Sampson
2005-Dec-23 08:32 UTC
[Asterisk-Users] Asterisk@Home Fax to Email problems
I have a similar issue. But changing that program to tiff2pdf fixed the issue with the pdfs not showing up. now the emails never show up in my mail. I have them going to this email address. Is there anything extra you need to do to get outbound email working with Asterisk@Home, or is it suppose to work on its own? Michael Sampson Information Systems Manager Customer Contact Services msampson@yourccsteam.com 952-936-4000 Jay Nemrow wrote:> I am using Asterisk@Home (the newest 2.2 ISO) and I am having this > problem: > > I originally had faxes received by the system and I can see the faxes > in TIFF format in the /var/spool/asterisk/fax folder, but they were > not being sent by email. I looked around and saw that the system was > wanting install-pdf run, so I did that. Now I am getting pdfs sent to > the email address as desired, but the pdfs are microscopic and blank. > Even at 800% magnification, they are only the size of a postage stamp > and, blown up larger, they have none of the content in them. > > I know the actual fax was being received correctly before I ran > install-pdf because I can read the fax TIFF picture just fine. Anyone > venture a guess as to what is happening?? >