Search found 3 matches

by koolpitt
Tue Aug 05, 2014 4:54 pm
Forum: Inetlab.SMPP v1.0
Topic: Message Loss while using asynchronous message sending
Replies: 20
Views: 100438

Re: Message Loss while using asynchronous message sending

I simply needed to save the text and concatenation parameters for each message part and recreate the SubmitSm from it with the udh in place when sending.

I have been able to do that now.

Thanks.
by koolpitt
Tue Aug 05, 2014 3:59 pm
Forum: Inetlab.SMPP v1.0
Topic: Message Loss while using asynchronous message sending
Replies: 20
Views: 100438

Re: Message Loss while using asynchronous message sending

Thanks Nick. I could not find a "PrepareSubmit" method on v1.1 but used the "Create" method of the ISubmitSmBuilder to generate the List<SubmitSm> for a long message. Please how can I set the Concatenation parameters for each part when recreating a SubmitSm object from the information already saved ...
by koolpitt
Tue Jul 29, 2014 2:18 pm
Forum: Inetlab.SMPP v1.0
Topic: Message Loss while using asynchronous message sending
Replies: 20
Views: 100438

Re: Message Loss while using asynchronous message sending

Hi Nick,

1) I prepare my message to send using InetLab, this splits the message into 1 or more parts that are required.

Please how did you achieve that.