Removed bool reference argument in GetParser()
[barry/pauldeden.git] / ppp / barry-rogers
blob091a9d766cae966b8cc96d6dfa75d6fab7fa214c
2 # Some of these options found documented at:
3 #    http://wiki.colar.net/tethering_with_blackberry_pearl_on_linux
5 # Others are based on the peer file in XmBlackBerry
7 # Please send all working peer files to cdfrey@foursquare.net, so we can
8 # build a library of peer files for different carriers.
11 connect "/usr/sbin/chat -f /etc/chatscripts/barry-rogers.chat"
14 # authentication options - no need for ISP to authenticate to us, but
15 #                          we may need a login here: user/password/name
17 noauth
18 user wapuser
19 password wap
20 name wapuser
23 # handle the default route and DNS
25 #nodefaultroute
26 defaultroute
27 usepeerdns
30 # disable unsupported options
32 noipdefault
33 nodetach
34 novj
35 nodeflate
36 nobsdcomp
37 noaccomp
38 #default-asyncmap
39 nocrtscts
40 nopcomp
41 nomagic
43 passive
45 #nomultilink
46 ipcp-restart 7
47 ipcp-accept-local
48 ipcp-accept-remote
49 # need lcp-echo turned off, at least for tmobile, otherwise c0onnectin
50 # disconnects after few mn of inactivity.
51 # thanks to loon for this info
52 lcp-echo-interval 0
53 lcp-echo-failure 999
57 # limit size of packets
59 mtu 1492
62 # operate in debug mode
64 debug
65 #debug debug debug
68 # call pppob for the USB link
70 pty "/usr/sbin/pppob"
74 # unused options
77 #modem
78 ## refused anyway, no point in trying every time
79 #novj