BG95 DNS failure

Working with a BG95 with a Twilio SIM and getting DNS failures for any DNS requests. Any ideas? Log is as follows:

[2021-09-21 17:00:03:687_S:] AT+QICSGP=2,1,“super”,"","",0
[2021-09-21 17:00:03:706_R:] AT+QICSGP=2,1,“super”,"","",0
[2021-09-21 17:00:03:706_R:] OK

[2021-09-21 17:00:19:127_S:] AT+QIACT=2
[2021-09-21 17:00:19:146_R:] AT+QIACT=2 [2021-09-21 17:00:20:217_R:] OK
[2021-09-21 17:00:26:151_S:] AT+QIACT?
[2021-09-21 17:00:26:169_R:] AT+QIACT? [2021-09-21 17:00:26:169_R:] +QIACT: 2,1,1,“100.94.182.36”
[2021-09-21 17:00:26:169_R:] OK

[2021-09-21 17:01:30:632_S:] AT+QIDNSCFG=2
[2021-09-21 17:01:30:646_R:] AT+QIDNSCFG=2 [2021-09-21 17:01:30:646_R:] +QIDNSCFG: 2,“8.8.8.8”,“8.8.4.4”
[2021-09-21 17:01:30:646_R:] OK

[2021-09-21 17:01:47:447_S:] AT+QPING=2,“172.217.16.238”
[2021-09-21 17:01:47:460_R:] AT+QPING=2,“172.217.16.238” [2021-09-21 17:01:47:460_R:] OK
[2021-09-21 17:01:48:325_R:] +QPING: 0,“172.217.16.238”,32,843,255
[2021-09-21 17:01:48:709_R:] +QPING: 0,“172.217.16.238”,32,377,255
[2021-09-21 17:01:49:044_R:] +QPING: 0,“172.217.16.238”,32,341,255
[2021-09-21 17:01:49:365_R:] +QPING: 0,“172.217.16.238”,32,317,255
[2021-09-21 17:01:49:365_R:] +QPING: 0,4,4,0,317,843,469

[2021-09-21 17:01:55:320_S:] AT+QPING=2,”www.google.com
[2021-09-21 17:01:55:332_R:] OK

[2021-09-21 17:01:55:332_R:] +QPING: 565

[2021-09-21 17:04:13:449_S:] AT+QPING=2,”http://www.google.com
[2021-09-21 17:04:13:469_R:] OK

[2021-09-21 17:04:13:469_R:] +QPING: 565

A bit more information:
Device: BG95-M3
Firmware BG95M3LAR02A03

hi,Natemiller:

error code:565 //DNS parse failed

AT+QIDNSCFG=2,8.8.8.8,8.8.4.4 //The DNS server is added
or
http://www.google.com try converting to IP.

Hi Herbert,

Both of those were attempted per the logs posted above and failed.

What did ultimately work is upgrading the module firmware, which allowed the DNS request to succeed.

Thank you.