From owner-freebsd-questions Wed Nov 20 22:54:30 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA09373 for questions-outgoing; Wed, 20 Nov 1996 22:54:30 -0800 (PST) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA09368 for ; Wed, 20 Nov 1996 22:54:29 -0800 (PST) Received: from localhost (localhost.Stanford.EDU [127.0.0.1]) by andrsn.stanford.edu (8.7.5/8.6.12) with SMTP id TAA03716; Wed, 20 Nov 1996 19:12:37 -0800 (PST) Date: Wed, 20 Nov 1996 19:12:37 -0800 (PST) From: Annelise Anderson To: "A.K." cc: freebsd-questions@freebsd.org Subject: Re: modem init string from crontab In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 20 Nov 1996, A.K. wrote: > Hello! > I got such problem: I have FreeBSD 2.1.5 installed on my box, and also I > got modem connected to com2, I made on this box dialup server, > but I don't need that modem is answering calls from 7am till 5pm, > 'cuz I'm working and I need to receive voice calls. > I want to put something like script which can send ATS0=0 and ATS0=1 > to modem into /etc/crontab, I made this script with tip, but it said that > tip must be interactive. > Can you please help me to made this script or maybe you have any solution? > > Regards, > Andris Kalinka > There's a script called kermit.ans and another called kermit.noans in the handbook (section 11.2.2 in my version) that do this. Annelise