Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2001 11:50:40 -0500
From:      James Housley <jim@thehousleys.net>
To:        jimmy fix <jim_fix@operamail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: configure ppp  -- help
Message-ID:  <3A76F0E0.8DAB810E@thehousleys.net>
References:  <3A780BB7@operamail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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?3A76F0E0.8DAB810E>