Search found 7 matches

by tamer
Wed Sep 14, 2011 3:05 pm
Forum: Inetlab.SMPP v1.0
Topic: Delivery Status Problem
Replies: 12
Views: 24301

Re: Delivery Status Problem

Thx, it worked.
this is the code i used.

Code: Select all

                            dsm.Receipt.Items["sub"]="001";
                            dsm.Receipt.Items["dlvrd"]="001";
plz mail me when u return or make a new version.
have a nice time.
by tamer
Tue Sep 13, 2011 1:27 pm
Forum: Inetlab.SMPP v1.0
Topic: Delivery Status Problem
Replies: 12
Views: 24301

Re: Delivery Status Problem

I did add the code as u mentioned and this was the result
dlr.PNG
dlr.PNG (1.92 KiB) Viewed 24255 times
the standard smpp protocol says that the size of sub and delvrd is 3 octets while it is here one only
the format of this delivery is very important for our clients, please review this issue
by tamer
Mon Sep 12, 2011 9:40 am
Forum: Inetlab.SMPP v1.0
Topic: Delivery Status Problem
Replies: 12
Views: 24301

Re: Delivery Status Problem

It works fine now but the client no more receives sub and dlrvd in the delivery Receipt
Whether I am using custom values or let the default values it appears blank to the client
I attached a snapshot of the delivery and you can compare it to the one I sent before
Capture.PNG
Capture.PNG (2.93 KiB) Viewed 24268 times
by tamer
Sun Sep 11, 2011 1:04 pm
Forum: Inetlab.SMPP v1.0
Topic: Delivery Status Problem
Replies: 12
Views: 24301

Re: Delivery Status Problem

Inetlab.SMPP.PDU.DeliverSm dsm = new Inetlab.SMPP.PDU.DeliverSm(); dsm.SourceAddr = "0770700"; dsm.DestAddr = "20103695478"; dsm.DataCoding = Inetlab.SMPP.Common.DataCodings.ASCII; dsm.UserDataPdu = new Inetlab.SMPP.Common.UserData(); dsm.Receipt = new Inetlab.SMPP.Common.Receipt(); dsm.Receipt.Don...
by tamer
Sun Sep 11, 2011 12:49 pm
Forum: Inetlab.SMPP v1.0
Topic: Delivery Status Problem
Replies: 12
Views: 24301

Re: Delivery Status Problem

version 1.0.11.0
by tamer
Sat Sep 10, 2011 2:23 pm
Forum: Inetlab.SMPP v1.0
Topic: Delivery Status Problem
Replies: 12
Views: 24301

Re: Delivery Status Problem

This is also a capture from the dlr received for three different cases -
Capture.PNG
Capture.PNG (5.61 KiB) Viewed 24297 times
note: the delived status is not shown
by tamer
Sat Sep 10, 2011 12:19 pm
Forum: Inetlab.SMPP v1.0
Topic: Delivery Status Problem
Replies: 12
Views: 24301

Delivery Status Problem

hi, my company is welling to buy the InetLab.SMPP so, we made some tests on the demo dll - but we found a strange problem when making a deliversm() package when the satus is anything but MessageState.Delivered - it is delivered right to the client but when it is MessageState.Delivered the status is ...