http://groups.google.com/group/alt.cellula...e65942b9cd433a/
Can anybody here shed any light on this, or suggest why the difference between the Z and Win? Does anyone here not need an init string - and if so do they have to specify anything more that the APN (e.g.PDP-type="IP") to the phone?
It might explain this post
http://www.oesf.org/forums/index.php?showtopic=16558
For the record, here's my working ppp script
CODE
# DR 28/7/2006
#
/dev/rfcomm0
115200
# I need the "" to be sent to the phone - hence \' used in setup string
# ATDT*99# works but ATDT*99***1# probably will too - assumes CID=1
connect '/usr/sbin/chat -s -v -t 60 ABORT "NO CARRIER" ABORT "NO DIALTONE" ABORT "BUSY" "" "ATZ" OK \'AT+cgdcont=1,"IP","internet.wind"\' OK "ATDT*99#" CONNECT'
crtscts
local
noipdefault
modem
# I think I need (PAP) authentication even though no username/password - cannot be blank hence...
user anything
usepeerdns
defaultroute
connect-delay 5000
remotename Wind
#
/dev/rfcomm0
115200
# I need the "" to be sent to the phone - hence \' used in setup string
# ATDT*99# works but ATDT*99***1# probably will too - assumes CID=1
connect '/usr/sbin/chat -s -v -t 60 ABORT "NO CARRIER" ABORT "NO DIALTONE" ABORT "BUSY" "" "ATZ" OK \'AT+cgdcont=1,"IP","internet.wind"\' OK "ATDT*99#" CONNECT'
crtscts
local
noipdefault
modem
# I think I need (PAP) authentication even though no username/password - cannot be blank hence...
user anything
usepeerdns
defaultroute
connect-delay 5000
remotename Wind
Like I said, just curious.
Dave