HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
modem configuration for Creatix SG 144s
This a modem configuration for HylaFax which runs with a Creatix SG 144s
modem. The modem is based on the Sierra Semiconductor V.32bis modem chipset,
so this configuration might work with other modems too.
Cheers, Achim Gorski
##############################################################################
#
# Configuration for modems based on SIERRA DATA/FAX CHIP SET
# (tested on CREATIX SG 144 S)
#
# CONFIG: CLASS2: *SIERRA*-*
#
# BEGIN-SERVER
# END-SERVER
#
#
# Modem-related stuff: should reflect modem command interface
# and hardware connection/cabling (e.g. flow control).
#
ModemType: Class2 # use this to supply a hint
ModemRate: 19200 # max rate for DCE-DTE communication
ModemFlowControl: rtscts # DTE-DCE flow control scheme
ModemSetupDTRCmd: AT&D3 # setup so DTR drop resets modem
ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not)
ModemResultCodesCmd: ATQ0X4W1 # enable extended result codes
ModemResetCmds: AT&F # stuff to do when modem is reset
ModemNoFlowCmd: AT&K # disable flow control cmd
ModemHardFlowCmd: AT&K3 # hardware flow control cmd
ModemSoftFlowCmd: AT&K4 # software flow control cmd
ModemSetupAACmd: AT+FAA=1 # adaptive answer
ModemSetVolumeCmd: "ATM0 ATM1 ATM1 ATM1 ATM1" # OFF QUIET LOW MEDIUM HIGH
ModemSendFillOrder: LSB2MSB # as expected
ModemRecvFillOrder: MSB2LSB # opposite of what makes sense