HylaFAX has problems with inbound data calls. The Getty just hangs up.
On Tue, 30 Jul 1996, Francisco Correa R. wrote: > Hello > > I've problems with my data inbound Call. the system response an incoming > phone call but then exit with this message in the log file. > > Jul 30 10:43:31.94: [13449]: SESSION BEGIN 00000031 5742627109 > Jul 30 10:43:31.94: [13449]: <-- [4:ATA\r] > Jul 30 10:43:43.68: [13449]: --> [4:DATA] > Jul 30 10:43:43.68: [13449]: ANSWER: DATA CONNECTION > Jul 30 10:43:43.69: [13449]: GETTY: START "/usr/lib/saf/ttymon -g -h -t > 60 -l 38 > 400NP -p Login:", pid 13520 > Jul 30 10:43:48.85: [13449]: GETTY: exit status 0400 > Jul 30 10:43:48.86: [13449]: SESSION END Your modem is returning "DATA" and perhaps (not shown in the log) returning "CONNECT" on a new line. "CONNECT" is passed to /usr/lib/saf/ttymon an makes it fail. Set "ModemWaitForConnect: Yes" in your config.tty... file; see hylafax-config(4F) for the explanation; matthias