modem call back under Xenix

Perry Minyard 3MTA3 perry at bluemtn.uucp
Fri Feb 2 11:12:13 AEST 1990


In article <13647 at cit-vax.Caltech.Edu> citron at 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



More information about the Comp.unix.xenix mailing list