Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!uwm.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!jdyx!bluemtn!perry From: perry@bluemtn.uucp (Perry Minyard (3MTA3)) Newsgroups: comp.unix.xenix Subject: Re: modem call back under Xenix Message-ID: <1990Feb2.001213.21204@bluemtn.uucp> Date: 2 Feb 90 00:12:13 GMT References: <13647@cit-vax.Caltech.Edu> Reply-To: perry@bluemtn.UUCP (Perry Minyard (3MTA3)) Organization: blue mountain software Lines: 19 In article <13647@cit-vax.Caltech.Edu> citron@cit-vax.UUCP (Mark C. Citron) writes: >I realize this topic was covered a month or so ago, and I apologize for >not paying closer attention. Is there a way to dialup, hangup and get the >modem to call you back so you can login without initiating the phone call??? >I am looking for a solution that works under Xenix/386. > >Thanks for any help anyone can provide. >Mark Citron Mark- The command you are looking for is "ct". It will spawn a getty to a remote terminal. Try: nohup ct -s(speed) -w3 phone# & That will spawn a process that will attempt to call phone# at baudrate "speed" and will wait up to 3 minutes before giving up. It will retry on 1 minute intervals. Once connected it will spawn a getty. -PM