How smsPULSE works
smsPULSE and all its components are native to Domino. The core part of the system are three server add-ins. These are supported by a number of Domino Databases, residing on the same server. For an architecture diagram click here.
- Two databases are used for storing outgoing message data (sms.OUT and sms.BOX). You either email to these databases or create data on these programatically
- The broadcasting add-in reads data from the above and sends message out using your choice of protocol: HTTPS/GSM
- Protocols other then HTTPS are served by the smsLINES add-in
- Monitor progress of message delivery all the way to the Cell-phone, on both HTTPS and GSM
- All outbound traffic is stored in a secure journal for control purposes (sms.JOUR)
- When messages arrive to smsPULSE via GSM devices (MM version only) these are stored in a Notes database (sms.IN)
- The sms router add-in, smsROUTER, processes incoming messages according to routing rules. Messages may trigger actions which may forward messages, updates databases or execute LotusScript code.
Technical Specifications
- From smsPULSE V4.0, you need to runs on Domino 7.x. If you use an older version please contact us
- An Internet connection is required if you use the HTTPS protocol. No such connection is required if using smsPULSE MM
- Requires GSM devices, connected over COM port (Serial RS232), or USB port using Windows TAPI
- Works directly or through a Proxy server (requires both secure and insecure connections)
General Information