Page 1 of 1

SMPP Server - doesnt split multipart messages

Posted: Fri Jul 14, 2017 12:50 pm
by rafaelsantos
Hi guys,

I'm using SMPP Server library to receive SMS from ESME and store to a SQL Server database.
What I'm trying to do now is to SMPP Server accept multipart message but store in database only in 1 part (long message without segmentation).

Anyone could help?

Re: SMPP Server - doesnt split multipart messages

Posted: Mon Jul 17, 2017 4:13 pm
by alt
Hi rafaelsantos,

You can use MessageComposer also for SubmitSm PDUs on the server side.

http://wiki.inetlab.com/doku.php/smpp/messagecomposer

Re: SMPP Server - doesnt split multipart messages

Posted: Mon Jul 17, 2017 11:20 pm
by rafaelsantos
Thanks for your reply. Now worked fine.