Delivery with MessageID

Smpp v3.4 client

Moderator: alt

Locked
mich84
Posts: 6
Joined: Mon Oct 06, 2008 8:35 am

Delivery with MessageID

Post by mich84 » Mon Oct 06, 2008 8:47 am

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
Michael Nabil
Senior Software Developer
NickAskew
Posts: 60
Joined: Tue Oct 07, 2008 1:35 pm

Post by NickAskew » Tue Oct 07, 2008 2:32 pm

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
ProcessFlows UK Ltd
http://www.processflows.co.uk/
mich84
Posts: 6
Joined: Mon Oct 06, 2008 8:35 am

Post by mich84 » Wed Oct 08, 2008 6:54 am

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
Michael Nabil
Senior Software Developer
NickAskew
Posts: 60
Joined: Tue Oct 07, 2008 1:35 pm

Post by NickAskew » Wed Oct 08, 2008 7:27 am

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
ProcessFlows UK Ltd
http://www.processflows.co.uk/
Locked