Access to iSMS inbox
- This topic has 1 reply, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Tagged: inbox read
A normal user has access to send and outbox in the web gui.
I have a colleague who wants to reprogram some external modems using AT commands but he needs to read the SMS response in the inbox. Is the Receive API the only way except giving him administrator access? Is it possible to have access to the inbox in the webgui for a normal user?
Hi Olav,
A normal user only has access to the messages they sent. Since the iSMS doesn’t track conversations, it doesn’t know which incoming message is meant for which user. There currently isn’t an option to give normal users Inbox access.
Are you sending AT commands through the iSMS modems? It isn’t recommended to mix using AT commands directly to the iSMS modem (bypassing the iSMS features) and trying to use the iSMS features on that same modem. If you connect directly to the iSMS modem through TCP connection, you should then always stay connected and handle sending and receiving through AT commands. Otherwise you may receive incoming messages while sending, and if they aren’t processed, they may get lost.
Bryon