Date: Tue, 30 Jan 2001 12:03:15 -0500 From: jimmy fix <jim_fix@operamail.com> To: James Housley <jim@thehousleys.net> Cc: freebsd-questions <freebsd-questions@FreeBSD.ORG> Subject: RE: configure ppp -- help Message-ID: <3A785B98@operamail.com>
next in thread | raw e-mail | index | archive | help
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 <jim@thehousleys.net> ===== >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A785B98>