What is the MSCIID of Last SMS received?

Hi folks,

I trying to make an application in ALEOS Application Framework, in which I can display on screen the Last Incoming Message or the Last SMS received, but I need this MSCIID (aleos.msciid) of the devicetree, but I don’t find it anywhere.

The gateway is a GX400 and the firmware is 4.4.4

Cheers.

Allan!

Hi Allan,

You may use firefox or your favourite web browser to inspect the SMS page source code and retrieve the MSCI ID.
In your case the MSCI ID is 6018.
Once you have your MSCI ID (6018), inside the AAF application you may retrieve the MSCI ID value, with the device tree get API, under the following path “aleos.6018”.

Best regards,

Gilles.