Search found 5 matches

by smpp1000
Fri Jul 11, 2014 4:01 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: DeliverSm Concatenated Messages
Replies: 4
Views: 10203

Re: DeliverSm Concatenated Messages

Oh and just to mention the MessageComposer class doesn't have any events like you mention. I can see them in your example here http://wiki.inetlab.com/doku.php/smpp/messagecomposer however Inetlab.SMPP.dll version 1.1.11.2 doesn't have them?
by smpp1000
Fri Jul 11, 2014 2:17 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: DeliverSm Concatenated Messages
Replies: 4
Views: 10203

Re: DeliverSm Concatenated Messages

Thanks for the response. This is what I suspected however the evDeliverSm only fires once for a multi-part message and composer.IsLastSegment never evaluates as true...
by smpp1000
Fri Jul 11, 2014 12:46 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: DeliverSm Concatenated Messages
Replies: 4
Views: 10203

DeliverSm Concatenated Messages

I'm having a little trouble processing concatenated messages received from my SMS aggregator and I'm wondering if anyone can help. From looking at the demo code and the example found here http://wiki.inetlab.com/doku.php/smpp/client_getting_started it should be as simple as adding each message part ...
by smpp1000
Tue Dec 17, 2013 4:53 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Null PDU Error
Replies: 1
Views: 6430

Re: Null PDU Error

Never mind. Think I have solved the issue.
by smpp1000
Tue Dec 17, 2013 10:22 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Null PDU Error
Replies: 1
Views: 6430

Null PDU Error

I'm wondering if anyone could help me find the cause of this occasional error we get when using the library in a vb.net project. I haven't managed to replicate this in testing but occasionally when we send a large amount of message we get a null pdu exception. Here is a simplified version of the cod...