HylaFAX The world's most advanced open source fax server |
Hi,
I need to run Hylafax from a shared line with my
phone.
My phone has an ansaphone which picks up after 7
rings.
If the incoming transmission is a fax, then I need
the fax to be taken by Hylafax.
If the incoming transmission is voice, then I need
this to be taken by the phone, and, if I am away, to be taken by the
ansaphone.
Hylafax v. 4.3.4
SME Server 7.3
Multitech Fax Data Modem MT5600ZDX
The config.ttyS0 file is below
If what I want cannot be achieved with the above
modem, please suggest a suitable alternative and or correct any errors
below.
Any help greatly appreciated.
Many thanks
John
DialStringRules:
y ServerTracing: 1 SessionTracing: 1 RecvFileMode: 0600 LogFileMode: 0600 DeviceMode: 0600 RingsBeforeAnswer: 2 SpeakerVolume: off GettyArgs: "-h %1 dx_%s" LocalIdentifier: "John Squirrell" # # # Modem-related stuff: should reflect modem command interface # and hardware connection/cabling (e.g. flow control). # ModemType: Class1 # use this to supply a hint ModemRate: 19200 # rate for DCE-DTE communication ModemFlowControl: rtscts # default # ModemNoFlowCmd: AT&K0 # setup no flow control ModemHardFlowCmd: AT&K3 # setup hardware flow control ModemSoftFlowCmd: AT&K4 # setup software flow control ModemSetupDTRCmd: AT&D2 # setup so DTR drop resets modem ModemSetupDCDCmd: AT&C1 # setup so DCD reflects carrier (or not) # ModemMfrQueryCmd: !Rockwell ModemModelQueryCmd: !RC288DPi ModemRevQueryCmd: ATI3 # product information # ModemDialCmd: ATDT%s # T for tone dialing # AdaptiveAnswer: yes AnswerRotary: "voice fax" ModemAnswerCmd: AT+FCLASS0;A ModemAnswerFaxCmd: ATH+FCLASS=1;A Class1RecvIdentTimer: 10000 |