SAEAUT SMS Server
sending and receiving SMS from various applications
Order this product online:
This document is also available as PDF.
Current version overview:
This document is also available as PDF.
Current version overview:
SAEAUT SMS Server is an application that allows other client applications to send and receive SMS messages.
SAEAUT SMS Server enables:
- sending and receiving SMS messages via devices with a GSM modem
- cooperation with other applications via shared database file
It is an application with user interface (UI) for setting communication parameters, phone numbers, user groups, logging of activities. If you would prefere alike functionality provided by application without UI, try, please, our product SAEAUT SMS Service containing Windows Service without UI and independent configuration application with UI.
Main features:
- creation of event and user structure that should receive a SMS message
- sending SMS message created by the client application
- sending SMS message based on event generated by client application
- receiving SMS message and processing
- displaying reports about sent / received SMS messages
- it uses PDU for message transfer to the GSM modem
- It is tested with more a few types of GSM modems and GSM services providers
It can be used:
- with our example desktop client application for easy sending SMS from your computer or another computer in LAN
- with our example web client application for writing SMS in web browser, sending it from your web server to the SMS recipient
- with your client application which cooperates with SAEAUT SMS server
- with another our application OpcDbGateway for complex condition based messaging
Sending SMS to defined group of recipents
Sending SMS to defined user group
- User application adds a new record into database for sending SMS in a predefined format: group number; text
- When SMS Server detects a new record in the database, it retrieves users who belong to given user group.
- A SMS message is created based on the retrieved data and sent to each of the users via connected GSM modem.
Sending SMS to a specified phone number
Sending user-defined SMS message:
- User application adds a new record into database for sending SMS. This record has to contain two inputs:
- Recipent's phone number (in separate column)
- Text of SMS message (in separate column)
- When SMS Server detects a new record in the database, it retrieves the phone number and the text of SMS message.
- A SMS is created based on the retrieved data and sent to the specified phone number via connected GSM modem.
Receiving SMS
Receiving SMS message
- When SMS Server receives a SMS message, these data are stored in the database of received SMS.
- When the client application detects a new record in the database, it retrieves the data (phone number and the text of SMS) and displays them.