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
43 stars 36 forks source link

'+' prefix when SMS is received on the mobile phone #30

Closed Dmitry163 closed 5 years ago

Dmitry163 commented 5 years ago

Hi Adham,

the source address that I use which is 2345 appears in international number format with a '+' prefix when SMS is received on the mobile phone i.e as +2345. I want the source address(sender) to appear as 2345 only, without the '+' sign. What should I do?

AdhamAwadhi commented 5 years ago

You need to change AddressNpi and AddressTon. But you should review your provider it's depends on thier configurations. In a simple way I just trim the '+' sing before processing.