Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ucbcad!ucbvax!sdcsvax!ucsdhub!jack!man!nusdhub!rwhite From: rwhite@nusdhub.UUCP (Robert C. White Jr.) Newsgroups: comp.unix.questions,comp.unix.wizards,comp.dcom.modems Subject: Re: Absolutly hanging up a modem Message-ID: <164@nusdhub.UUCP> Date: Tue, 20-Oct-87 14:35:03 EDT Article-I.D.: nusdhub.164 Posted: Tue Oct 20 14:35:03 1987 Date-Received: Thu, 22-Oct-87 00:42:47 EDT References: <1548@bloom-beacon.MIT.EDU> <3234@hoptoad.uucp> Organization: National University, San Diego Lines: 30 Summary: This is something neat form AT&T... Xref: mnetor comp.unix.questions:4609 comp.unix.wizards:5017 comp.dcom.modems:1049 In article <3234@hoptoad.uucp>, pozar@hoptoad.uucp (Tim Pozar) writes: > In article <1548@bloom-beacon.MIT.EDU> xev@hstbme.mit.edu (Xev Gittler) writes: > >I have a hayes compat modem on a tty line, that I use for outgoing > >calls. My problem is that I am setting up an automated calling script > >using kermit, and I need to make sure that after the call is > >supposedly over, the line is definitely hung up. What can I do to > >accomplish this? > Drop DTR. Here is a little niftyness from the people who tried to bring you the UNIX-PC [and failed for the most part] In SVR3.1.1 for our system they have added two switch codes to the possibilities for a Dialers script. \M Set CLOCAL \m unset CLOCAL you take you auto-dialing modem and set it to only pass CD when there is carrier. you then dial by: set CLOCAL dial the number when you get the answered unset CLOCAL this effectively makes 2-way hayes compatible modems possible. Rob.