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.
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.
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,