sms-queue handles an SMS queue for small networks or single user machines. It is designed for areas where many SMS messages are sent. It does not actually send the SMS itself, but instead calls an external application (depending on the SMS gateway you want to use) via a simple standard interface. The communication between client and server is based on a simple ASCII protocol over TCP/IP which should make it easy to develop your own frontend.
| Tags | Communications Networking Telephony |
|---|---|
| Licenses | GPL Clarified Artistic |
| Operating Systems | POSIX Linux |
| Implementation | Perl |
Recent releases


Release Notes: The sms-queue daemon now behaves more like a daemon. A detailed message logging feature (disabled by default) and an init script to start/stop the sms-queue server daemon have been added. An experimental RPM archive is now available.


Release Notes: Major rewrite. A new and very basic protocol is now used between sms-queue (server) and sms2queue (client) which makes it easy to develop your own front ends and extensions.


Release Notes: Support for better configuration file and command line handling, new test scripts to check the applications before installation, and support for non-daemon mode (interesting for dial-up sites).


Release Notes: This release adds support for system and user address book sand phone number lookup by sms2queue.pl.


Release Notes: Support for notification by email, extensions to the job file structure and changing the treatment of job files, and a better scheduling strategy.