The statusnet code uses the the email to sms gateway, true sms is very expensive. If you would like to write an sms plugin, we may be able to help you, but we dont have a paid account to test with.
I think we have hooks for email events, so the plugin should work, i think, where if its enabled, it wont send through the email gateway it would use some api. like this one below. https://labs.ericsson.com/apis/sms-send-and-receive/
i have got a gammu enabled server hooked with a gsm modem. And i want to use it with statusnet.
i think the latest version of statusnet dosent allow this.
Please include the functionality of integrating users server in statusnet, would be a tremendous step and esp with all programs available in opensource, even you guys can provide your own sms servers for your corporate users.
@silversurfer StatusNet will be using smpp for it's sms plugin, not a proprietary service. The plugin is still in development. Although you or anyone else are more than welcome to look into creating a clickatell plugin for StatusNet. Thanks!
Comments
If you would like to write an sms plugin, we may be able to help you, but we dont have a paid account to test with.
https://labs.ericsson.com/apis/sms-send-and-receive/
i think the latest version of statusnet dosent allow this.
Please include the functionality of integrating users server in statusnet, would be a tremendous step and esp with all programs available in opensource, even you guys can provide your own sms servers for your corporate users.
Thanks,
Sarfaraz
http://www.thesarfaraz.com
INSERT INTO outbox (DestinationNumber, TextDecoded) VALUES ('$phone_number', '$message');
Obviously, this doesn't help the original poster, but it might help someone who wants to write a Gammu plugin :)
Thanks,
Sarfaraz
http://www.thesarfaraz.com