I downloaded the sms.js script in order to send SMS through command line and woks correctly. Nevertheless I have a few further questions, these are as follows:
How can I know if the message was delivered and read correctly (ACK) using the command line application?
Do the ACK’s information is saved under a specific variable that can be accessed through other program or script? Or should I be aware of any other specific command?
Do you have a script sample for this application (better if its not Java)?