ActiveSms
Get Version
0.6.0What
Active SMS is a framework for creating and sending SMS messages.
Installing
sudo gem install activesms
Demonstration of usage
TBD.
API Documentation
Check out the rdocs.
Supported Gateways
Active SMS will require a valid account from a third party SMS gateway to send or receive SMS messages. The following gateways are currently supported:
- BulkSMS[http://www.bulksms.com]
- Clickatell[http://www.clickatell.com]
- Simplewire[http://www.simplewire.com] (requires jruby)
Not all features are supported by all gateways.
Simplewire Configuration
- Make sure you are using jruby
- Make sure swsms.jar is in your classpath (Download at: http://www.simplewire.com/developers/sdk/java/)
- Add the following configuration code to the rails environment.
ActiveSms::Base.establish_connection(
:adapter => "simplewire",
:subscriber_id => "id",
:subscriber_password => "password"
)
Forum
http://rubyforge.org/forum/?group_id=2923
License
This code is free to use under the terms of the MIT license.
Support
You can find the Active SMS RubyForge page at http://rubyforge.org/projects/activesms.