Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

EHS5 rev.04 domain name in OTAP | Telit Cinterion IoT Developer Community

July 16, 2020 - 9:39am, 2623 views

Hello!

I am working on SW development of EHS5 modems and ran into some problems when migrating from rev.03 to rev.04.
On rev.03 I had no problems using the following OTAP command for contacting server based on either domain name or IP:
AT^SJOTAP=,"http://mysite.ru:801/Service.jad","",,,"GPRS","internet.mts.ru","mts","mts","",,"on","on"
(without even specifying DNS server)

On rev.04 it works with IP address but doesn't work with domain name.

AT^SJOTAP=,"http://mysite.ru:801/Service.jad","a:",,,"GPRS0","internet.mts.ru","mts","mts","8.8.8.8",,"on","on",

It gives an error "JAD server not found".

Mysite domain name is on the DNS server 8.8.8.8, I checked. I've tried other DNS servers, but result is the same.

Could you please advise me how to fix this?