![]() |
Hi! On Thu, 8 Nov 2001, Miles K. Forrest wrote: > I ran across your message on the HylaFAX mailing list. Is your > installation of HylaFAX working well? I have a new Zyxel Omni 56K > running at a client of mine, and they're experiencing a large percentage > of failed receives. > > Did you/do you have many problems with your setup? > > Thanks for your time, > > Miles K. Forrest > soon-to-be-loosing-my-hair-over-this :-) The only problem is that sometimes modem goes wedged. The solution is simple restart faxgetty. Now my cron do it. AFAIU it is a problem of faxgetty but I have no time to debug now. First of all I put the latest firmware (1.09) to modem. Here is my config: .... # Modem-related stuff: should reflect modem command interface # and hardware connection/cabling (e.g. flow control). # ModemType: Class2.0 # use class 2.0 interface ModemRate: 38400 # 38.4 works fine ModemFlowControl: rtscts # default # ModemNoFlowCmd: AT&H0 # disable flow control ModemHardFlowCmd: AT&H3 # hardware flow control ModemSoftFlowCmd: AT&H4 # software flow control ModemSetupDTRCmd: AT&D2 # DTR off causes modem to hang up ModemSetupDCDCmd: AT&C1 # DCD tracks carrier # AdaptiveAnswer: off #ModemSetupAACmd: AT+FAA=1 # enable in current class # # Additional reset commands: # # &B1 DTE-DCE rate is fixed at DTE setting # &N0 Auto-negotiate highest possible DCE-DCE link rate # &S0 DSR always on # *F0 Deny remote configuration # (actually *F0 doesn't work in the firmware -- sigh) # S18=4 Receive at 38400 # S38.3=1 DCD on/off sequence follows UNIX standard; also # fix receiving baud rate at S18 value # #ModemResetCmds: AT&B1&N0&S0S18=4S38.3=1*p4s8=6 ModemResetCmds: AT&B1s8=6*p3 # # # We don't want unlimited page length # original Omni was: (0,1),(0-5),(0-2),(0-2),(0,1),(0),(0),(0-7) # # A4 length: Class2DCCQueryCmd: !(0,1),(0-5),(0-2),(0),(0,1),(0),(0),(0-7) # # A4 length, limit speed <= 9600: #Class2DCCQueryCmd: !(0,1),(0-3),(0-2),(0),(0,1),(0),(0),(0-7) # # A4,B4 length: # #Class2DCCQueryCmd: !(0,1),(0-5),(0-2),(0,1),(0,1),(0),(0),(0-7) # NoCarrierRetrys: 3 # retry 3 times on no carrier # ModemSetVolumeCmd: "ATM0 ATM1L1 ATM1L3 ATM1L5 ATM1L7" -------------------------------------- Denis ____________________ HylaFAX(tm) Users Mailing List _______________________ To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null