Search found 4 matches
- Tue Jan 29, 2013 11:51 am
- Forum: Inetlab.SMPP v1.0
- Topic: submit_sm and SubmitMode
- Replies: 1
- Views: 75792
submit_sm and SubmitMode
Hello, alt! Is there any way to set SubmitMode directly in submit_sm object (without using PrepareSubmit function)?
- Wed Jun 20, 2012 8:01 am
- Forum: Inetlab.SMPP v1.0
- Topic: DeliverSmResp in DeliverAsync
- Replies: 1
- Views: 77160
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!
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!
- Tue Jun 19, 2012 9:00 am
- Forum: Inetlab.SMPP v1.0
- Topic: Resending message part
- Replies: 2
- Views: 99077
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 ...
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 ...
- Sat Jun 16, 2012 2:29 pm
- Forum: Inetlab.SMPP v1.0
- Topic: Resending message part
- Replies: 2
- Views: 99077
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 ...
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 ...