aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buglabs/buglabs-ppp-scripts/tmobile_chat
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/buglabs/buglabs-ppp-scripts/tmobile_chat')
-rw-r--r--recipes/buglabs/buglabs-ppp-scripts/tmobile_chat14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/buglabs/buglabs-ppp-scripts/tmobile_chat b/recipes/buglabs/buglabs-ppp-scripts/tmobile_chat
new file mode 100644
index 0000000000..d9e2ec8261
--- /dev/null
+++ b/recipes/buglabs/buglabs-ppp-scripts/tmobile_chat
@@ -0,0 +1,14 @@
+TIMEOUT 10
+ABORT 'BUSY'
+ABORT 'NO ANSWER'
+ABORT 'ERROR'
+SAY 'Starting GPRS connect script\n'
+
+""'ATZ'
+SAY 'Setting APN\n'
+OK 'AT+CGDCONT=1,"IP","internet2.voicestream.com"'
+
+ABORT 'NO CARRIER'
+SAY 'Dialing...\n'
+OK 'ATD*99***1#'
+CONNECT