From owner-freebsd-questions Tue Jan 30 8:51: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id ED7FD37B4EC for ; Tue, 30 Jan 2001 08:50:48 -0800 (PST) Received: from thehousleys.net (baby.int.thehousleys.net [192.168.0.24]) by thehousleys.net (8.11.1/8.11.1) with ESMTP id f0UGoeD40296; Tue, 30 Jan 2001 11:50:44 -0500 (EST) (envelope-from jim@thehousleys.net) Message-ID: <3A76F0E0.8DAB810E@thehousleys.net> Date: Tue, 30 Jan 2001 11:50:40 -0500 From: James Housley X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: jimmy fix Cc: freebsd-questions@FreeBSD.ORG Subject: Re: configure ppp -- help References: <3A780BB7@operamail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jimmy fix wrote: > > hello, i try to configure ppp but with not much sucess...the modem initialises > but does not dial (drops the connection). can anyone tell me how can i: > > 1. disable dialtone detection. my phone dont have one... > 2. add the 'x3' as extra string on the modem > 3. put a delay of a couple of seconds between 'picking the phone' and dialing > > thanx a lot > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message you will need to edit /etc/ppp/ppp.conf and modify the following line: set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" to: set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0X3 OK \\dATDT,,\\T TIMEOUT 40 CONNECT" That should do the trick. Jim -- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- If it happens once, it's a bug. If it happens twice, it's a feature. If it happens more than twice, it's windows. -- Luiz de Barros To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message