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 »

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

Re: SMPP Server - doesnt split multipart messages

Post by alt »

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 »

Thanks for your reply. Now worked fine.
Locked