


Sms Sender
SOLUTION APPROACH
SMS Sender is a gateway to send messages to short messaging platforms (SMSC). It allows you to connect to different applications that require the sending of short messages, hiding the complexity of standard SMPP (Short Message Peer to Peer Protocol) used by those SMSCs and offers added-value services not provided by SMSCs.
SMS SENDER implements a two-level connection interface:
- First level: Represented by a proprietary API
- Second level: Connection modules that implement different protocols (SMTP, SNMP, Web Services, etc.) and use the first level to communicate. This model allows you to expand the variety of connection modules, according to the future needs that may appear.
The services and applications that wish to operate with short messages can connect to SMS SENDER using any of the two levels explained above. Therefore, any type of application can easily integrate the operating procedures with short messages.
SMS SENDER implements not only message delivery operations but also status queries, erasure and modification of messages already sent.
SMS SENDER manages multiple connections to a SMSC, administering the message load between those connections, using the SMPP protocol in its 3.4 version.
SMS SENDER is capable of generating rate information.










