mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-08 13:21:53 +02:00
9c8997d54d
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33688 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 lines
364 B
Plaintext
18 lines
364 B
Plaintext
# This is a simple chat script based off of the one provided by Sierra Wireless
|
|
# for CDMA connections. It should work for both Sprint and Verizon networks.
|
|
|
|
ABORT BUSY
|
|
ABORT 'NO CARRIER'
|
|
ABORT ERROR
|
|
ABORT 'NO DIAL TONE'
|
|
ABORT 'NO ANSWER'
|
|
ABORT DELAYED
|
|
REPORT CONNECT
|
|
TIMEOUT 10
|
|
'' AT
|
|
OK ATZ
|
|
SAY 'Calling CDMA/EVDO'
|
|
TIMEOUT 30
|
|
OK ATDT#777
|
|
CONNECT ''
|