HylaFAX The world's most advanced open source fax server |
Nico Kadel-Garcia wrote: > > > my config.ttyS1: > > > > [...] > > #ModemSetVolumeCmd: "ATM0 ATL0M1 ATL1M1 ATL2M1 ATL3M1" > > ModemSetVolumeCmd: > > "ATM2L3" > > #ModemEchoOffCmd: ATE0 # disable command echo > > [...] > > > > 1. ATM2L3 does not work ! Why ? > > The M register is a binary: 0 for off, 1 for on. M2L3 will generate > an error code, as you can see if you use kermit or minicomm to > talk to the modem directly and try the command. > My docu for hayes-compatible (like mine) modems says: M0 : Speaker always off M1 : Speaker on until connection established M2 : Speaker always on M3 : Speaker on until connection established but off during dialing Does Hylafax not recognize M2 to M3 ? Wich command do I have to execute to reach modem behaviour like M2 ? BTW: With minicom all M2 , M3 is recognized Ekkard