How to get delivery status of a message

Smpp v3.4 client

Moderator: alt

Locked
mrudula
Posts: 20
Joined: Thu Jul 08, 2010 9:20 am

How to get delivery status of a message

Post by mrudula » Thu Jul 08, 2010 9:28 am

I am using smppclient as w windows service. I was able to send messages using this. Now i am interesetd in knowing the delivery status of sent messages. PLease guide me so as to achieve this.
Quick response waited!
jayason
Posts: 12
Joined: Mon Apr 05, 2010 7:18 am
Location: INDIA
Contact:

Post by jayason » Thu Jul 08, 2010 12:17 pm

Set the registered delivery flag to 1 .For more details refer SMPP Protocol Specification v3.4 for more details
JSON
mrudula
Posts: 20
Joined: Thu Jul 08, 2010 9:20 am

Post by mrudula » Fri Jul 23, 2010 8:55 am

jayason wrote:Set the registered delivery flag to 1 .For more details refer SMPP Protocol Specification v3.4 for more details
Please guide me how can i set this flag and where in the code i need to do so.
Thanks in advance
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Fri Jul 23, 2010 9:14 am

mrudula
Posts: 20
Joined: Thu Jul 08, 2010 9:20 am

Post by mrudula » Fri Jul 23, 2010 10:10 am

Thanks for your quick reply but the link given is not working.
Please help. Its urgent
mrudula
Posts: 20
Joined: Thu Jul 08, 2010 9:20 am

Post by mrudula » Fri Jul 23, 2010 11:19 am

I went through those links just now. Might be some connectivity issue. One more thing i would like to know is querysm always give me status as "enroute" though the message is delivered. Please help why is it so or the condition when it would return delivered.
Locked