20 lines
		
	
	
		
			656 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			656 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# This is the chat script used to dial out to your default service provider.
 | 
						|
# Please customize the entries enclosed in parenthesis to match your setup.
 | 
						|
# Only the "provider" file will be handled by poff and pon (unless with
 | 
						|
# extra command line arguments).
 | 
						|
# 
 | 
						|
# Remember to edit /etc/ppp/peers/provider accordingly.
 | 
						|
#
 | 
						|
# ATZW2 as a default init string
 | 
						|
# - On all hayes compatible modems, W2 will correctly report the connect
 | 
						|
#   speed.
 | 
						|
#
 | 
						|
ABORT        BUSY
 | 
						|
ABORT        "NO CARRIER"
 | 
						|
ABORT        VOICE
 | 
						|
ABORT	     "NO DIALTONE"
 | 
						|
""           ATZW2
 | 
						|
OK           ATDT<put phone number here>
 | 
						|
ogin         <put login name here>
 | 
						|
word         \q<put password here>
 |