HylaFAX The world's most advanced open source fax server |
Greetings,
Recently I obtained a MT5634ZBA-V92 MultiTech modem
as suggested in the
mailing list. Since then I have been receiving "Unspecified Phase D error" and I wonder if there is something wrong with my setup. I have the latest firmware 1.28H, running the modem in Class 2.1, with Hylafax 4.1.8. Can anyone please give share some insight about
Phase errors, what are they
and how can the be avoided? I wish that I could understand this transcripts myself ..I can't, so I have pasted a copy here along with the modem's config file: --begin
config.ttyS0-------------------------------------------------
# $Id: lucent-mt-21,v 1.8 2003/02/09 02:22:47 darren Exp $ # # prototype config file for MultiTech MT5634ZBA-V.92-NAM # #
# CountryCode: 1 AreaCode: ### FAXNumber: ###.#### LongDistancePrefix: 1 InternationalPrefix: 011 DialStringRules: etc/dialrules ServerTracing: 0x08501 SessionTracing: 0xFFF RecvFileMode: 0640 LogFileMode: 0640 DeviceMode: 0660 RingsBeforeAnswer: 1 SpeakerVolume: on GettyArgs: "-r -b %l" LocalIdentifier: "***************" TagLineFormat: "From %%l|%c|Page %%P of %%T" MaxRecvPages: 100 ModemReadyState: D # # ModemType:
Class2.1
ModemRate: 19200 # for V.34 faxing ModemFlowControl: xonxoff ModemNoFlowCmd: AT&K0 ModemSoftFlowCmd: AT&K4 ModemHardFlowCmd: AT&K3 Class2APCmd:
AT+FAP=1,1,1
Class2BUGCmd: AT+FBU=0 # early firmware is buggy Class2CQCmd: AT+FCQ=1,0 Class2SendRTC: yes Class2UseHex: yes # versions that respond to AT+FFC=? with non-zero
data support RTFCC
# Class2RTFCC: yes # unfortunately, HylaFAX can't currently receive in
color
ModemAnswerCmd: AT+FCC=,,,,,,,,0;A # and, let's try to prevent any color sending attempts, also ModemDialCmd: AT+FCC=,,,,,,,,0;DT%s # If your line supports Caller-ID, you may want to uncomment this... # QualifyCID: etc/cid # you must create this file # ModemResetCmds: AT+VCID=1 # CIDNumber: "NMBR=" # CIDName: "NAME=" # Or with the MT5634ZBA-DID you'll probably need
something like...
# QualifyCID: etc/cid # you must create this file # ModemResetCmds: AT*DS1*DD0*DF1 # enable DTMF-DID # CIDNumber: "DTMF" # format of AT*DF1 # CIDNumberAnswerLength: 4 # four DTMF-DID digits then ATA --end config.ttyS0-------------------------------------------------------------- --begin transcript of failed
fax------------------------------------------
Jul 27 05:13:02.54: [ 1038]: SESSION BEGIN 00002865 ########## Jul 27 05:13:02.54: [ 1038]: HylaFAX (tm) Version 4.1.8 Jul 27 05:13:02.54: [ 1038]: <-- [19:AT+FCC=,,,,,,,,0;A\r] Jul 27 05:13:16.65: [ 1038]: --> [4:+FCO] Jul 27 05:13:16.65: [ 1038]: ANSWER: FAX CONNECTION DEVICE '/dev/ttyS0' Jul 27 05:13:16.65: [ 1038]: STATE CHANGE: ANSWERING -> RECEIVING Jul 27 05:13:16.65: [ 1038]: MODEM input buffering enabled Jul 27 05:13:16.65: [ 1038]: RECV FAX: begin Jul 27 05:13:16.65: [ 1038]: --> [27:+FTI:" ### #######"] Jul 27 05:13:16.65: [ 1038]: REMOTE TSI "### #######" Jul 27 05:13:16.65: [ 1038]: --> [22:+FCS:0,B,0,2,3,1,0,0,0] Jul 27 05:13:16.65: [ 1038]: REMOTE wants 28800 bit/s Jul 27 05:13:16.65: [ 1038]: REMOTE wants page width 1728 pixels in 215 mm Jul 27 05:13:16.65: [ 1038]: REMOTE wants unlimited page length Jul 27 05:13:16.65: [ 1038]: REMOTE wants 3.85 line/mm Jul 27 05:13:16.65: [ 1038]: REMOTE wants 2-D MMR Jul 27 05:13:16.65: [ 1038]: REMOTE wants T.30 Annex A, ECM Jul 27 05:13:16.65: [ 1038]: --> [2:OK] Jul 27 05:13:16.65: [ 1038]: <-- [7:AT+FDR\r] Jul 27 05:13:21.81: [ 1038]: --> [7:+FHS:A0] Jul 27 05:13:21.81: [ 1038]: REMOTE HANGUP: Unspecified Phase D error (codeA0) Jul 27 05:13:21.81: [ 1038]: RECV FAX (00002865): recvq/fax02347.tif from ### #######, route to <unspecified>, 0 pages in 0:05 Jul 27 05:13:21.81: [ 1038]: RECV FAX: Unspecified Phase D error Jul 27 05:13:21.81: [ 1038]: RECV FAX (00002865): session with ### ####### terminated abnormally: Unspecified Phase D error Jul 27 05:13:21.81: [ 1038]: RECV FAX: bin/faxrcvd "recvq/fax02347.tif" "ttyS0" "00002865" "Unspecified Phase D error" "" "" Jul 27 05:13:21.94: [ 1038]: RECV FAX: end Jul 27 05:13:21.94: [ 1038]: SESSION END --end transcript of failedfax------------------------------------------- |