/* Provider Configuration Follows:
Name		FIN_TeleInetOpen	; Name for this configuration
DialUp          1
Interface	slip		; 
NeedSerial      1
IPDynamic	1 		; 1 = YES, 0 = NO
IPAddr				; IP-address if static
NSDynamic	1		; 1 = YES, 0 = NO
UseBootP	1		; 1 = YES, 0 = NO
MTU		576		; Provider specific
Phone		10631063	; Provider phone number (without spaces)
HdrCompress	YES		; YES|NO|AUTO
PAPHostId			; PPP PAP hostid
PAPPassword			; PPP PAP password, asked if empty
CHAPHisHostId			; PPP CHAP remote hostid
CHAPPassword			; PPP CHAP password, asked if empty
CHAPHostId			; PPP CHAP HostId
*/

/*
 *	$Id$
 *
 * 	AmiTCP/IP Dial Script for Telecom Finland INet Open
 *
 *	Copyright © 1995 AmiTCP/IP Group,
 *	                 Network Solutions Development Inc.
 *	                 All rights reserved.
 * 
 */

options results
signal on error

Set WaitForTimeout 30
Set InterCharDelay 100

ShowConsole

call CommandState

call Dial

WaitFor "your system."
Pause 1

exit 0; /* succesfull exit */

error:
Say "TeleInetOpen: Command on line" SIGL "returned" RC ":" SerScript.LASTERROR
Exit 10
