I need to write incoming sms messages to a syslog server but the received message is not viewable in the logs, only the receive notification.
From what I understand, one has to use the read sms function in the Tools->SMS menu to read the message.
Is there a way to write the received message to the log so that it can be passed to the syslog server OR, better yet, write the message directly into a remotely hosted MySQL database?
I have hunted for a solution but cannot find the answer. If someone could point me to documentation or provide an example script, I would be most grateful.