Search found 4 matches

by alexmed
Sun Dec 27, 2015 9:52 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: combining concatenated message and sending further
Replies: 6
Views: 25373

Re: combining concatenated message and sending further

You can reproduce it this way (at least it work for me):
1. start server (and click Start Server)
2. start client and connect with default values (both from demo package - latest was v.1.1.21.5)
3. Client: on twe form switch DataCoding field to UCS2
4. insert insert this to Text field: фывфывфывфы ...
by alexmed
Tue Dec 22, 2015 8:41 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: combining concatenated message and sending further
Replies: 6
Views: 25373

Re: combining concatenated message and sending further

#2 was easy solved by adding .coding(DataCoding.UCS2)
so this is not more an issue
by alexmed
Mon Dec 21, 2015 8:14 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: combining concatenated message and sending further
Replies: 6
Views: 25373

Re: combining concatenated message and sending further

thanks for reply!

i tried it with fresh trial and it really works like this but there appeared some problems, please advice if you can:

1. quite often
it happens both on your precompiled Bin in zip package and on my version compiled from scratch in Visual Studio
some screens are attached. I tried ...
by alexmed
Wed Dec 16, 2015 11:32 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: combining concatenated message and sending further
Replies: 6
Views: 25373

combining concatenated message and sending further

Hello!

Please advice is that will be possible with Inetlab.SMPP library:

1. create SMPP server, get async(!) parts of several concatenated messages, and send further full message(s) without splitting to parts

As I saw on forum and in examples - this is close to solution http://wiki.inetlab.com ...