HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
[hylafax-users] HylaFax does not disable copy quality checking by modem
I use ZyXEL U1496E V 6.18 P with config zyxel-1496e-2.0
While starting faxgetty there is log:
Mar 14 17:35:45 fax FaxGetty[7611]: <-- [9:AT+FCQ=?\r]
Mar 14 17:35:46 fax FaxGetty[7611]: --> [11:(0-2),(0-2)]
Mar 14 17:35:46 fax FaxGetty[7611]: --> [2:OK]
Mar 14 17:35:46 fax FaxGetty[7611]: MODEM Supports 1D+2D copy quality checking (but not enabled)
It seems that HylaFax expect that by default modem does not check copy quality but
# cu -l ttyD7
Connected.
atz
OK
at+fclass=2.0
OK
at+fcq?
1,0 - by default modem checks copy quality
OK
So sometimes there is log like this:
Mar 15 18:19:20.49: [10740]: <-- [7:AT+FDR\r]
Mar 15 18:19:22.04: [10740]: --> [20:+FCS:0,5,0,2,1,0,0,0]
Mar 15 18:19:22.04: [10740]: REMOTE wants 14400 bit/s
Mar 15 18:19:22.04: [10740]: REMOTE wants page width 1728 pixels in 215 mm
Mar 15 18:19:22.04: [10740]: REMOTE wants unlimited page length
Mar 15 18:19:22.04: [10740]: REMOTE wants 3.85 line/mm
Mar 15 18:19:22.04: [10740]: REMOTE wants 2-D MR
Mar 15 18:19:22.51: [10740]: --> [7:CONNECT]
Mar 15 18:19:22.51: [10740]: RECV: begin page
Mar 15 18:19:22.51: [10740]: RECV: send trigger 022
Mar 15 18:19:23.14: [10740]: RECV/CQ: Bad 1D pixel count, row 97, got 0, expected 1728
Mar 15 18:19:23.14: [10740]: RECV/CQ: Bad 1D pixel count, row 98, got 0, expected 1728
Mar 15 18:19:23.14: [10740]: RECV/CQ: Bad 1D pixel count, row 99, got 0, expected 1728
Mar 15 18:19:23.14: [10740]: RECV/CQ: Bad 1D pixel count, row 100, got 0, expected 1728
Mar 15 18:19:23.14: [10740]: RECV/CQ: Bad 1D pixel count, row 101, got 0, expected 1728
Mar 15 18:19:23.14: [10740]: RECV: 1127 bytes of data, 102 total lines
Mar 15 18:19:23.14: [10740]: --> [15:+FPS:2,61,0,0,0]
Mar 15 18:19:23.14: [10740]: --> [7:+FHS:91]
Mar 15 18:19:23.14: [10740]: REMOTE HANGUP: Missing EOL after 5 seconds (section 3.2/T.4) (code 91)
Mar 15 18:19:23.14: [10740]: --> [5:ERROR]
I fixed that by
Class2Cmd: AT+FCLASS=2.0;+FCQ=0,0
but it seems that HylaFax (itself) should issue AT+FCQ=0,0 when
"MODEM Supports 1D+2D copy quality checking (but not enabled)"
BTW: ZyXEL U336RE V 1.18 has the same issue.
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null