[Asterisk-Users] Blank faxes with RxFAX
MattB
mattb at forethought.net
Thu Jun 17 12:49:44 MST 2004
Interesting, the size for the tiff files are:
1728x76 file size 1839 bytes
1728x159 file size 4605 bytes
1728x61 file size 1417 bytes
1728x77 file size 2071 bytes
on 4 different files originating from the same fax. The image area is
all white with a few dots at the top and when I change the image size,
it looks like a bar code.
Any thoughts?
--
Matthew Billings | Affordable WWW & Internet Solutions
foreThought.net | for Small Business
matt.billings at foreThought.net | 910 16th Street, #1220 (303)
228-0070 x821
--The Future is Now!-- | Denver, CO 80202 (303)
228-0077 fax
> -----Original Message-----
> From: asterisk-users-admin at lists.digium.com [mailto:asterisk-users-
> admin at lists.digium.com] On Behalf Of MattB
> Sent: Thursday, June 17, 2004 1:19 PM
> To: asterisk-users at lists.digium.com
> Subject: RE: [Asterisk-Users] Blank faxes with RxFAX
>
> I have encountered this same issue. I do notice that resolution is
> coming up as zero. Here is a dump from the console as a fax comes in:
>
> Jun 17 13:07:09 VERBOSE[1217669936]: -- Executing
Answer("Zap/1-1",
> "") in new stack
> Jun 17 13:07:09 VERBOSE[1175706416]: -- Accepting call from '' to
> 'NPANXXX' on channel 1, span 1
> Jun 17 13:07:09 DEBUG[1175706416]: Enabled echo cancellation on
channel
> 1
> Jun 17 13:07:09 VERBOSE[1217669936]: -- Executing
SetVar("Zap/1-1",
> "FAXFILE=/var/spool/asterisk/fax/1087499229.8.tif") in new stack
> Jun 17 13:07:09 VERBOSE[1217669936]: -- Executing RxFAX("Zap/1-1",
> "/var/spool/asterisk/fax/1087499229.8.tif") in new stack
> Jun 17 13:07:55 DEBUG[1217669936]:
>
========================================================================
> ======
> Jun 17 13:07:55 DEBUG[1217669936]: Fax successfully received.
> Jun 17 13:07:55 DEBUG[1217669936]: Remote station id: The number is
> right
> Jun 17 13:07:55 DEBUG[1217669936]: Local station id:
> Jun 17 13:07:55 DEBUG[1217669936]: Pages transferred: 1
> Jun 17 13:07:55 DEBUG[1217669936]: Resolution: 0
> Jun 17 13:07:55 DEBUG[1217669936]: Transfer Rate: 9600
> Jun 17 13:07:55 DEBUG[1217669936]:
>
========================================================================
> ======
> Jun 17 13:07:55 VERBOSE[1217669936]: -- Executing
Hangup("Zap/1-1",
> "") in new stack
> Jun 17 13:07:55 VERBOSE[1217669936]: == Spawn extension (default,
> NPANXXX, 4) exited non-zero on 'Zap/1-1'
> Jun 17 13:07:55 DEBUG[1217669936]: Set option AUDIO MODE, value: ON(1)
> on Zap/1-1
> Jun 17 13:07:55 DEBUG[1217669936]: Hangup: channel: 1 index = 0,
normal
> = 17, callwait = -1, thirdcall = -1
> Jun 17 13:07:55 DEBUG[1217669936]: disabled echo cancellation on
channel
> 1
> Jun 17 13:07:55 DEBUG[1217669936]: Set option TDD MODE, value: OFF(0)
on
> Zap/1-1
> Jun 17 13:07:55 DEBUG[1217669936]: Updated conferencing on 1, with 0
> conference users
> Jun 17 13:07:55 DEBUG[1217669936]: Set option AUDIO MODE, value:
OFF(0)
> on Zap/1-1
> Jun 17 13:07:55 DEBUG[1217669936]: disabled echo cancellation on
channel
> 1
> Jun 17 13:07:55 VERBOSE[1217669936]: -- Hungup 'Zap/1-1'
>
> --
> Matthew Billings | Affordable WWW & Internet Solutions
> foreThought.net | for Small Business
> matt.billings at foreThought.net | 910 16th Street, #1220 (303)
> 228-0070 x821
> --The Future is Now!-- | Denver, CO 80202 (303)
> 228-0077 fax
>
> > -----Original Message-----
> > From: asterisk-users-admin at lists.digium.com [mailto:asterisk-users-
> > admin at lists.digium.com] On Behalf Of Steve Underwood
> > Sent: Thursday, June 17, 2004 10:23 AM
> > To: asterisk-users at lists.digium.com
> > Subject: Re: [Asterisk-Users] Blank faxes with RxFAX
> >
> > Hi Patrick,
> >
> > I can't tell much from this brief description. Send me a console
log.
> >
> > Regards,
> > Steve
> >
> >
> > Patrick J. Conroy wrote:
> >
> > >Hello All,
> > >
> > >I have downloaded and installed spandsp and downloaded rxfax, etc
and
> > >rebuilt asterisk with app_rxfax. I have added the following to my
> > >extensions.conf:
> > >
> > >[macro-faxreceive]
> > >; ${ARG1} - sendto e-mail
> > >exten => s,1,Wait(2)
> > >exten => s,2,Answer
> > >exten =>
> > >s,3,SetVar(FAXFILE=/var/spool/asterisk-fax/fax-${MACRO_EXTEN}-
> > ${TIMESTAMP})
> > >exten => s,4,SetVar(EMAILADDR=${ARG1})
> > >exten => s,5,rxfax(${FAXFILE}.tif)
> > >exten => s,6,system(/usr/local/sbin/mailfax ${FAXFILE} ${EMAILADDR}
> > >"${CALLERIDNUM} ${CALLERIDNAME}")
> > >
> > >And everything looks like it is running fine, meaning that I don't
> seem
> > to
> > >get any errors.
> > >
> > >However, all the faxes seem to be blank. The only references to
> anything
> > >like this that I could find previously on the list were in regards
to
> 8-
> > byte
> > >tif files. This doesn't seem to be the same issue, since the files
> are
> > much
> > >larger (~8k). I am trying to receive the faxes over a PRI running
> into a
> > >TE405P. Any suggestions? Is anyone using RxFAX successfully in a
> > >configuration like this? If so, what are you doing differently?
Any
> > help
> > >would be appreciated.
> > >
> > >Thanks,
> > >Patrick
> > >
> > >
> > >
> > >
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> > http://lists.digium.com/mailman/listinfo/asterisk-users
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list