Search found 4 matches

by shshekeladze
Tue Sep 03, 2019 6:52 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Send long messages
Replies: 4
Views: 7240

Re: Send long messages

Hi,

I've fixed it. I did not passed referenceNumber correctly.

Thanks
by shshekeladze
Mon Sep 02, 2019 10:49 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Send long messages
Replies: 4
Views: 7240

Re: Send long messages

Hi, I cut long text into several parts (40 chars long) and created SubmitSm-s using CreateSumbitSmWithConcatenationInUDH method (from documentation). Then Submitted SubmitSm-s one by one, here is my code //====================================================== List<string> parts = DevideText(text, 4...
by shshekeladze
Mon Aug 26, 2019 5:57 am
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Send long messages
Replies: 4
Views: 7240

Re: Send long messages

Thank you for reply.
I'll try...
by shshekeladze
Tue Aug 20, 2019 12:41 pm
Forum: Inetlab.SMPP v2.x (.NET Standard, .NET Core)
Topic: Send long messages
Replies: 4
Views: 7240

Send long messages

Hi, When I send long message Inetlab.SMPP library divides the message on short messages and sends them. Is it possible to specify the length of a short message that long message is divided on? For example, if my messages is 320 chars length, the Inetlab.SMPP library divides this message as two 160 c...