AdhamAwadhi / JamaaSMPP

Jamaa SMPP Client is a .NET implementation of the SMPP protocol that focuses on providing an easy-to-use and robust SMPP client library for .NET developers. This project is intended to be used by developers who want to integrate SMS functionalities in their applications as well as students who are learning the SMPP protocol.
https://github.com/AdhamAwadhi/JamaaSMPP/wiki
Other
45 stars 36 forks source link

New Supporting Concatenated SMS Example. #28

Closed ingfraga closed 5 years ago

ingfraga commented 5 years ago

Can you paste an example of concatenated SMS? because I'm receiving 2 or 3 separated messages.

AdhamAwadhi commented 5 years ago

For Sending it's already supported. For Receiving We can not do that because it's needed to store the previous parts. You need to implement your code. That is what I'm doing on client_MessageReceived:

Smpp Recieveing Sms (3)