Guest guest Posted January 13, 1998 Report Share Posted January 13, 1998 > In the login setup box for direct connection, actually for any of the > connections it would be good if there was the possibility of entering in > more digits to be dailled before the actual phone number for accessing the > internet. You can also write a small script that dials the numbers. For example: sendln "ATZ" wait "OK" sendln "ATDT 18008888000 12345678901234 46853029610" If that string is to long for the modem that split it into several lines: sendln "ATDT 18008888000;" sendln "ATD 12345678901234; sendln "ATD 46853029610" (The semicolon tells the modem that another AT command follows.) Then in the Connection Setup select "Connect how: Use script". Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.