Hello. you made a good job but I have some questions. how can I now the status of a message that I have its message ID delivered or binding.
please support us with documentation asap.
regards
Delivery with MessageID
Moderator: alt
Delivery with MessageID
Michael Nabil
Senior Software Developer
Senior Software Developer
Hi Michael,
This post identifies how to retrieve the delivery status of a message that you have sent: http://www.inetlab.ru/support/viewtopic.php?t=510
If you want adhoc updates on specific messages then you need to research the SmppClient.Query method which allows you to ask the SMSC for information related to a specific message you have posted based upon its [MessageID] (which the link above shows you how to obtain when you initially post the message)
Regards
Nick
This post identifies how to retrieve the delivery status of a message that you have sent: http://www.inetlab.ru/support/viewtopic.php?t=510
If you want adhoc updates on specific messages then you need to research the SmppClient.Query method which allows you to ask the SMSC for information related to a specific message you have posted based upon its [MessageID] (which the link above shows you how to obtain when you initially post the message)
Regards
Nick
ProcessFlows UK Ltd
http://www.processflows.co.uk/
http://www.processflows.co.uk/
Hi Nick,
Thanks for you reply, but I already tried smppclient.query() and it's always returning this message " QuerySmResp for message D0EDECA0 with status ESME_RQUERYFAIL, message state None "
I already received the message on my mobile. the message state is always null. and don't know why it's retreiving ESME_RQUERYFAIL.
Best regards
Thanks for you reply, but I already tried smppclient.query() and it's always returning this message " QuerySmResp for message D0EDECA0 with status ESME_RQUERYFAIL, message state None "
I already received the message on my mobile. the message state is always null. and don't know why it's retreiving ESME_RQUERYFAIL.

Best regards
Michael Nabil
Senior Software Developer
Senior Software Developer