The project purpose is to allow SAP R/3 servers to communicate with external devices such as fax and GSM modems by sending and receiving a fax or SMS. The system provides an easy way of configuration based on web interface and JMX console.
SMSMatrix stores all SMSs it receives to a MySQL database. JAVA is used to pull the SMSs out of the GSM/GPRS Modem and save them to a MySQL inbox. All outgoing messages are queued in a MySQL outbox. The user interface is done using PHP. This application h