From owner-freebsd-questions Tue Jan 30 9: 3:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from operamail.com (OperaMail.com [199.29.68.79]) by hub.freebsd.org (Postfix) with ESMTP id 34C9E37B67D for ; Tue, 30 Jan 2001 09:03:18 -0800 (PST) X-WM-Posted-At: operamail.com; Tue, 30 Jan 01 12:03:15 -0500 X-WebMail-UserID: jim_fix Date: Tue, 30 Jan 2001 12:03:15 -0500 From: jimmy fix To: James Housley Cc: freebsd-questions X-EXP32-SerialNo: 00000000 Subject: RE: configure ppp -- help Message-ID: <3A785B98@operamail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: InterChange (Hydra) SMTP v3.61.08 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG would that stop it from trying to detect dialtone as well? which bit do i have to delete to stop the detection? i tried deleting the 'ABORT NO\\sCARRIER' but it didnt work... >===== Original Message From James Housley ===== >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