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 » Mon May 15, 2017 8:50 am

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: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Concatenated message over different binds

Post by alt » Fri May 19, 2017 12:12 pm

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 » Sun May 21, 2017 5:33 am

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