Quote:
| Originally Posted by militumxpisti I tried the script and I can hear the modem dialing but it just freezes. I was not sure if I entered the script in the right format. This is how I entered it.
|
>Send: ATZ
Really you must place here RIGHT init string for your modem. It can be "AT&F&C1&D2&S0" or something like this, it depends of modem model. "ATZ" sets default settings. I don't know if they are match for you.
>Wait For: LOGIN <----(you had "ogin:")
I don't know exact prompt of your provider, it can be "Login:" or "login:"; "ogin:" matchs both. You must place here right prompt or it's part.
>Send User ID: <----(it matched Send user_name)
I hope it. But real login is preferred.
>Wait For: PASSWORD <----(you had "assword:")
Like "ogin:".
>Send Password <----(same reason as Send user_name)
Like username.
>Thanks for all your help!
No matter.
P.S. You can test all those strings manually with terminal software like this:
http://palmtx.da.ru/network/Online.zip
P.P.S. You must check TCP/IP settings (IP address, DNS etc.) according to your provider.