Nokia 3.1 21.04.99 Cell Phone User Manual


 
SETTING UP DIAL-IN SYSTEM 9 (16)
Mobile Phones
3.1 21.04.99
Copyright©Nokia Mobile Phones 1999
User Myusername<CR>
IAP Password:
User 2secret4u<CR>
IAP (begins PPP)
# Great Access service login script
# In case the line is busy
ABT "NO CARRIER" ABT BUSY
# Timeout should be set if there are problems
TOUT 25
# If the server sends a string with ':' the communicator will send the username
":" Myusername
# If the server sends a string with ':' the communicator will send the password
":" 2secret4u
# End of script, PPP starts
Case 2:
The User must execute the following dialog with the IAP to start PPP negotiations:
Sender Message
IAP Welcome to our Great Access service,
Please enter your login name and password.<CR>
IAP Login:
User Myusername<CR>
IAP Password:
User 2secret4u<CR>
IAP >
User pppd -f xyz.opt<CR>
IAP (begins PPP)
The following script will establish the connection:
# Great Access service login script
# In case the line is busy
ABT "NO CARRIER" ABT BUSY
# Timeout should be set if there are problems
TOUT 25
# Send CR if 'Login:' does not appear, if it does send the
# username 'Myusername'.
ogin:-""-ogin: Myusername
# Ask password from the user when the IAP sends a string
# containing 'ord:'-string.
ord: %askq(Give Password)%
# If the IAP does not send '>' send a CR, if or after it sends the '>'
# send a string 'pppd -f xyz.opt'.
>-""-> "pppd -f xyz.opt"
# End of script, PPP starts
Case 3: