Advertisement
Guest User

Untitled

a guest
May 25th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. exec chat \
  2. TIMEOUT 10 \
  3. OK '\rATZ\r' \
  4. TIMEOUT 10 \
  5. ECHO ON \
  6. ABORT '\nBUSY\r' \
  7. ABORT '\nERROR\r' \
  8. ABORT '\nNO ANSWER\r' \
  9. ABORT '\nNO CARRIER\r' \
  10. ABORT '\nNO DIALTONE\r' \
  11. ABORT '\nRINGING\r\n\r\nRINGING\r' \
  12. '' \rAT \
  13. TIMEOUT 20 \
  14. SAY "Press CTRL-C to close the connection at any stage!" \
  15. SAY "\ndefining PDP context...\n" \
  16. OK ATH \
  17. OK ATE1 \
  18. OK 'AT+CGDCONT=1,"IP","wyless.net"' \
  19. OK ATD*99# \
  20. TIMEOUT 30 \
  21. SAY "\nwaiting for connect...\n" \
  22. CONNECT "" \
  23. SAY "\nConnected." \
  24. SAY "\nIf the following ppp negotiations fail,\n" \
  25. SAY "try restarting the phone.\n"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement