Page 1 of 1

Delivery with MessageID

Posted: Mon Oct 06, 2008 8:47 am
by mich84
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

Posted: Tue Oct 07, 2008 2:32 pm
by NickAskew
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

Posted: Wed Oct 08, 2008 6:54 am
by mich84
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

Posted: Wed Oct 08, 2008 7:27 am
by NickAskew
Hi Michael,

I would suggest you ask the provider of the SMSC that you are connected to as they will be able to view the request you are making for the message and also the reason it is failing.

Regards
Nick