HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: Problems with haylafax and creatix modem
Hi Martin,
I have a Creatix SG144 (and I think a LC144 somewhere else) running with this
config; it might work for you as well:
ModemType: Class2 # use class 2 interface
ModemRate: 38400
ModemAnswerFaxBeginCmd: "<19200>"
ModemFlowControl: rtscts # default
ModemWaitForConnect: yes # wait for CONNECT on answer
#
#ModemResetCmds: AT&F2 # what you want for a Supra
ModemNoFlowCmd: AT&K # disable flow control cmd
ModemHardFlowCmd: AT&K3 # hardware flow control cmd
ModemSoftFlowCmd: AT&K4 # software flow control cmd
ModemSetupDTRCmd: AT&D2 # DTR off causes modem to reset
ModemSetupDCDCmd: AT&C1 # DCD follows carrier
ModemSetupAACmd: AT+FCLASS=0;+FAA=1 # enable in class 0
#
ModemSendFillOrder: LSB2MSB # as expected
ModemRecvFillOrder: MSB2LSB # opposite of what makes sense
Class2RecvDataTrigger: "\022" # a la 2388-B
I _think_ the line ModemAnswerFaxBeginCmd is what could solve your problem.
Good luck,
Sascha