HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Fax receive EOP or MPN problem
Title:
Giulio Orsero wrote:
On Thu, 17 Jul 2003 15:34:39 +0200, John Sved <JohnSved@compuserve.com>
wrote:
I am using Hylafax 4.1.5 (latest SuSE 8.2 downloaded patch) in a stand
alone PC with Creatix V90 external modem.
Solution is to add
Class1SwitchingCmd: "<delay:7>"
to your $SPOOL/etc/config.<devid>
The syntax of the ClassSwitchingCmd seems to be either AT+FRS=7 or
"<delay:7>" as you have suggested. Neither had a positive effect.
I have tried Class1 ....... parameters listed in the standard Class 1 modem
config file.
No change: still fails at EOP or MPS.
Questions:
1) has your config.<devid> been created with 4.1.5 version of HylaFAX?
Yes. I renamed the /var/spool/fax/etc/conf.ttyS0 file. Then I ran faxaddmodem.
2) If 1=yes, please, send to list output of "probemodem ttySX"
:~ # probemodem ttyS0
Now we are going to probe the tty port. This takes a few seconds,
so be patient. Note that if you do not have the modem cabled to
the port, or the modem is turned off, this may hang (just go and
cable up the modem or turn it on, or whatever).
Probing for best speed to talk to modem: 38400 OK.
This looks like a Class 1 modem.
ATI0 RESULT = "OK" RESPONSE = "56000"
ATI1 RESULT = "OK" RESPONSE = "ROM TEST OK"
ATI2 RESULT = "OK" RESPONSE = "CD08.55 - 643 SERIAL (V.90-ONLY) SPEAKERPHON
E 01"
ATI3 RESULT = "OK" RESPONSE = "CL-MD56xx"
ATI4 RESULT = "OK" RESPONSE = "CCCVGEXX V2.00 30/04/98"
ATI5 RESULT = "OK" RESPONSE = "Present, 32K DSP RAM.000"
ATI6 RESULT = "OK" RESPONSE = "Germany 49"
ATI7 RESULT = "OK" RESPONSE = "OK"
ATI8 RESULT = "OK" RESPONSE = "OK"
ATI9 RESULT = "OK" RESPONSE = "CTX3260S45678\MODEM\CTX3260\Creatix V90
3F"
Class 1 stuff...
AT+FCLASS=? RESULT = "OK" RESPONSE = "0,1,8"
AT+FCLASS? RESULT = "OK" RESPONSE = "1"
AT+FCLASS=0 RESULT = "OK" RESPONSE = "OK"
AT+FCLASS=1 RESULT = "OK" RESPONSE = "OK"
AT+FCLASS? RESULT = "OK" RESPONSE = "1"
AT+FJUNK=? RESULT = "ERROR" RESPONSE = "ERROR"
AT+FJUNK? RESULT = "ERROR" RESPONSE = "ERROR"
AT+FAA=? RESULT = "OK" RESPONSE = "(0-1)"
AT+FAA? RESULT = "OK" RESPONSE = "0"
AT+FAE=? RESULT = "OK" RESPONSE = "(0-1)"
AT+FAE? RESULT = "OK" RESPONSE = "0"
AT+FTH=? RESULT = "OK" RESPONSE = "3"
AT+FRH=? RESULT = "OK" RESPONSE = "3"
AT+FTM=? RESULT = "OK" RESPONSE =
"24,48,72,73,74,96,97,98,121,122,145,146"
AT+FRM=? RESULT = "OK" RESPONSE =
"24,48,72,73,74,96,97,98,121,122,145,146"
AT+FTS=? RESULT = "ERROR" RESPONSE = "ERROR"
AT+FRS=? RESULT = "ERROR" RESPONSE = "ERROR"
:~ #
3) If 1=no, then please back up your config.<devid> file, delete it, run
"faxaddmodem ttySX" and see if it gets the Class1SwitchingCmd param added
automatically, then restore it.
Class1SwitchingCmd or similar Class1...... parameters were not added by faxaddmodem.
Should I try one of the /config/files ?
-- John