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

SmppErrorCode 1024 ? #22

Closed johanosventer closed 6 years ago

johanosventer commented 6 years ago

Hi,

I'm trying to send an SMS to an international (+44) number (we're in South Africa), according to the logs we're getting a SmppException with an ErrorCode property that reports a 'ToString()' value of 1024. This is obviously not in the Enum for SmppErrorCode.

Any Ideas?

Regards,

AdhamAwadhi commented 6 years ago

You need to ask your provider, Any error code not in the Enum is a custom error from the provider.