M2M One can provision SIM cards with the following APNs:
NOTE: Our default APN is telstra.m2m
Tech Tip
The following AT command can be used to set or read the APN from your devices PDP context parameters:
AT+CGDCONT=<cid>[,<PDP_type>[,<APN>[,<PDP_addr>[,<d_comp>[,<h_comp>]]]]]
OK
AT+CGDCONT?
+CGDCONT: <cid>,<PDP_type>,<APN>,<PDP_addr>,<d_comp>,<h_comp>
OK
M2M One Example:
AT+CGDCONT=1,"IP","telstra.m2m"
OK
AT+CGDCONT?
+CGDCONT: 1, "IP", "telstra.m2m",,0,0
OK