Search found 4 matches

by Wombat
Tue Jan 29, 2013 11:51 am
Forum: Inetlab.SMPP v1.0
Topic: submit_sm and SubmitMode
Replies: 1
Views: 20268

submit_sm and SubmitMode

Hello, alt! Is there any way to set SubmitMode directly in submit_sm object (without using PrepareSubmit function)?
by Wombat
Wed Jun 20, 2012 8:01 am
Forum: Inetlab.SMPP v1.0
Topic: DeliverSmResp in DeliverAsync
Replies: 1
Views: 20396

DeliverSmResp in DeliverAsync

Hello again, alt!
Could you please tell me how may i get DeliverSmResp using SmppServerClient.DeliverAsync? I couldn't find events raised on receiving it.
Thanks a lot!
by Wombat
Tue Jun 19, 2012 9:00 am
Forum: Inetlab.SMPP v1.0
Topic: Resending message part
Replies: 2
Views: 25285

Re: Resending message part

Thanks for your answer! I've done this otherwise by creating Hashtable which establishes a correspondence between my serverids and referencenumbers, and I changed the logic of calculating new referencenumber to ensure its uniqueness for new messages, but your advice seems to be more elegant. I've tr...
by Wombat
Sat Jun 16, 2012 2:29 pm
Forum: Inetlab.SMPP v1.0
Topic: Resending message part
Replies: 2
Views: 25285

Resending message part

Dear alt , I'm going to purchase your SMPP client/server implementation, so I'm testing this wonderful library at this time. I'm confused with resending one part of long sms. For sending message I'm doing smth like this: ushort refNumber = 0; .... somewhere in cycle: refNumber = (ushort)(refNumber +...