# Two options: 
#  1) GPRS login requires username and password (In some countries)
#	- put username in this file to the line starting with "name" keyword and remove comment character "#" from the beginning of it
#	- comment the "noauth" line by adding comment character "#" to the beginning of it
#	- put gprs login password to /etc/ppp/pap-secrets file
#  2) GPRS connection does not need password
#	- comment out the line starting with "name" keyword by adding "#" character in the beginning of it.
#	- uncomment the "noauth" line
#	- do not put password to /etc/ppp/pap-secrets file
#name <Your-GPRS-Username>
noauth                  

/dev/ttyS1
115200                  # Serial port line speed and options

asyncmap 20A0000
escape FF

# Generic GPRS options
file /etc/ppp/gprs-options

# Chat scripts
connect "/usr/sbin/chat -f /etc/ppp/chatscripts/gprs-connect-chat"
disconnect "/usr/sbin/chat -f /etc/ppp/chatscripts/gprs-disconnect-chat"
