CMTI and RING URC detection on EHS6 | Telit Cinterion IoT Developer Community
November 30, 2017 - 3:55pm, 1709 views
Hi,
I am trying to execute a Midlet (originaly wroten for an MC89 Basic) on a MC89 HSPA. This program is able to detect incoming calls ans SMS (with +CMTI and RING URCs).
URC has been configured with AT+CNMI=2,1 command.
The midlet works well on a MC89 Basic where URCs are displayed but the same program does not work on a MC89 HSPA. The URCs are not detected.
Is there a difference between BGS5 and EHS6 at this level ? Do I have to configure it on a different way ?
Thanks,
Jean-Charles
Hello,
There should not be any difference. You need to pay attention if the autostart is enabled (^SCFG: "Userware/Autostart","1") because without it the JRC MIDlet will not be started automatically and your application will not get URC's.
Another thing is that you will only get CMTI URCs on that interface on which AT+CNMI was configured. As for SMS URC's please also check if the SMS storage is not full.
If there still is a problem please also check AT+CSMS setting if it is default.
Regards,
Bartłomiej