summaryrefslogtreecommitdiff
path: root/recipes-core/multitech/config/ppp/peers/lvw2_chat
blob: 5be458ea88e9a2fb79fc84a3a10352efdddf5e67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SAY "LVW2 chat\n"
ECHO OFF
ABORT 'NO DIAL TONE'
ABORT 'NO DIALTONE'
ABORT 'NO ANSWER'
ABORT 'NO CARRIER'
ABORT 'DELAYED'
ABORT 'VOICE'
ABORT 'BUSY'
'' 'AT'
OK 'ATZ'
OK 'AT+CSQ'
# ----------------------------------
# Do not set the APN for Verizon.
# It must be loaded dynamically
# from the network.
# ----------------------------------
SAY "Dialing...\n"
OK 'ATD*99***3#'
SAY "Waiting for CONNECT...\n"
TIMEOUT 120
CONNECT ''
SAY "Connected\n"