Skip to content

Instantly share code, notes, and snippets.

@ety001
Created May 15, 2016 22:02
Show Gist options
  • Save ety001/67872e24a3ff663a75cb843494983372 to your computer and use it in GitHub Desktop.
Save ety001/67872e24a3ff663a75cb843494983372 to your computer and use it in GitHub Desktop.
#******************************************************************#
# /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