Diff for "BluetoothDialup/TMobile"


Differences between revisions 1 and 2
Revision 1 as of 2007-08-03 20:35:50
Size: 932
Editor: modemcable178
Comment: New page from parent
Revision 2 as of 2007-08-03 20:55:46
Size: 1075
Editor: modemcable178
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{{/etc/chatscripts/BluetoothDialup}}} for the cheaper T-Zones (T-MobileWeb) data plan: = T Mobile Bluetooth dial-up networking =

This information complements the more generic BluetoothDialup guide.

The
{{{/etc/chatscripts/BluetoothDialup}}} file for the cheaper T-Zones (T-MobileWeb) data plan:
Line 17: Line 21:
{{{/etc/chatscripts/BluetoothDialup}}} for the full service plans: This is the {{{/etc/chatscripts/BluetoothDialup}}} file for the full service plans:

T Mobile Bluetooth dial-up networking

This information complements the more generic BluetoothDialup guide.

The /etc/chatscripts/BluetoothDialup file for the cheaper T-Zones (T-MobileWeb) data plan:

TIMEOUT 35
ECHO    ON
ABORT   '\nBUSY\r'
ABORT   '\nERROR\r'
ABORT   '\nNO ANSWER\r'
ABORT   '\nNO CARRIER\r'
ABORT   '\nNO DIALTONE\r'
ABORT   '\nRINGING\r\n\r\nRINGING\r'
''      \rAT
OK      'AT+CGDCONT=1,"IP","wap.voicestream.com"'
OK      ATD*99#
CONNECT ""

This is the /etc/chatscripts/BluetoothDialup file for the full service plans:

TIMEOUT 35
ECHO    ON
ABORT   '\nBUSY\r'
ABORT   '\nERROR\r'
ABORT   '\nNO ANSWER\r'
ABORT   '\nNO CARRIER\r'
ABORT   '\nNO DIALTONE\r'
ABORT   '\nRINGING\r\n\r\nRINGING\r'
''      \rAT
OK      'AT+CGDCONT=1,"IP","internet3.voicestream.com"'
OK      ATD*99#
CONNECT ""

Note: T-Mobile seems to have made changes to their connection settings during the end of 2006. If for some reason the above isn't working in your area, you can try replacing AT+CGDCONT=1 with AT+CGDCONT=2 above. Also, the data-profile-number might be 2.

BluetoothDialup/TMobile (last edited 2011-04-08 10:18:36 by D9784B24)