summaryrefslogtreecommitdiff
path: root/data/templates/wwan/chat.tmpl
blob: 386af37e6c37e409348dd91381fe20f83f576d0e (plain)
1
2
3
4
5
6
7
8
9
10
ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT 'NO CARRIER' ABORT DELAYED
'' AT
OK ATZ
{% if ipv6 is defined and ipv6.address is defined and ipv6.address.autoconf is defined %}
OK 'AT+CGDCONT=1,"IPV4V6","{{ apn }}"'
{% else %}
OK 'AT+CGDCONT=1,"IP","{{ apn }}"'
{% endif %}
OK ATD*99#
CONNECT ''