SMPP Server - doesnt split multipart messages

.NET library for SMPP protocol
Locked
rafaelsantos
Posts: 2
Joined: Fri Jul 14, 2017 11:50 am

SMPP Server - doesnt split multipart messages

Post by rafaelsantos » Fri Jul 14, 2017 12:50 pm

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?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: SMPP Server - doesnt split multipart messages

Post by alt » Mon Jul 17, 2017 4:13 pm

Hi rafaelsantos,

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

http://wiki.inetlab.com/doku.php/smpp/messagecomposer
rafaelsantos
Posts: 2
Joined: Fri Jul 14, 2017 11:50 am

Re: SMPP Server - doesnt split multipart messages

Post by rafaelsantos » Mon Jul 17, 2017 11:20 pm

Thanks for your reply. Now worked fine.
Locked