How to find the status of a particular Message ID

How to find the status of a particular Message ID SearchSearch
Author Message
Kiyam Birsojit Singh
New member
Username: Birsojit

Post Number: 4
Registered: 11-2010
Posted on Monday, October 27, 2014 - 04:55 am:   

When I just submit a SMS using the PHP API I got a reply as
MessageID=542E7A07, Recipient=1111111111

Now how can I check the status of this MessageID=542E7A07
whether it is in outbound SMS Queue or it is sent successfully.

When I check the xml status from
http://127.0.0.1:8800/admin/xmlstatus?user=admin&password=password
I can find the total no.s of SMS in outbound SMS Queue
but how can I find the status of a particular msg ID.
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 5095
Registered: 08-2008
Posted on Tuesday, October 28, 2014 - 08:28 pm:   

Hi,

NowSMS does not track the status. So, there is no way to query status of a particular message.

However, you can request delivery reports, which are pushed to you to report delivery status (if supported by your SMSC connection).

It's a little complicated, but the basic idea is to request a delivery report when submitting a message (via HTTP include &ReceiptRequested=Yes). Delivery reports will arrive as inbound SMS starting with the text id: followed by the message ID.

You can find some more discussion here: http://support.nowsms.com/discus/messages/1/24078.html

--
Des
NowSMS Support