Created
May 15, 2016 22:02
-
-
Save ety001/67872e24a3ff663a75cb843494983372 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#******************************************************************# | |
# /etc/ppp/chat/unicom-chat # | |
# this is the chat script for unicom # | |
# *****************************************************************# | |
ABORT "NO CARRIER" | |
ABORT "NO DIALTONE" | |
ABORT "ERROR" | |
ABORT "NO ANSWER" | |
ABORT "BUSY" | |
TIMEOUT 120 | |
"" AT | |
OK "AT+CGDCONT=1,\"IP\",\"3GNET\"" | |
OK ATD*99# | |
CONNECT | |
# end of unicom-chat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment