Concatenated message over different binds

.NET library for SMPP protocol
Locked
murtz
Posts: 15
Joined: Thu May 14, 2015 11:04 am

Concatenated message over different binds

Post by murtz »

Hi,
One of my client is sending concatenated message over different binds and it seems to be acceptable across many SMSC providers.
My question is, how can I enable it using MessageComposer class? The constructor requires a SMPPClient object but in this situation, there will be multiple client objects and the message will be split across different binds.
Thanks
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

Re: Concatenated message over different binds

Post by alt »

I have changed MessageComposer class. Now it doesn't depend on client.
Please check ChangeLog for v. 1.2. for more details.
murtz
Posts: 15
Joined: Thu May 14, 2015 11:04 am

Re: Concatenated message over different binds

Post by murtz »

Hi,
Many thanks for this implementation.
I've send you a message regarding license purchase. Can you please check that and reply me.
Thanks
Locked