Hello,
It looks like there was a small error in the script. The line OK ATD*99
should be written as OK ATD*99#
.
You can try using the following script:
ABORT "BUSY"
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
ABORT "ERROR"
ABORT "NO ANSWER"
TIMEOUT 30
"" AT
OK AT+CGDCONT=1,"IP","your.apn.here"
OK AT+CGACT=1,1
OK ATD*99#
CONNECT
Additionally, please insert the SIM card before booting the device. If the connection does not establish on the first attempt, unplug the modem and plug it back into the Raspberry Pi. You may need to repeat this a few times.
Best regards,