Closed (won't fix)
Project:
SMS Framework
Version:
6.x-2.x-dev
Component:
New module or gateway
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Mar 2010 at 22:30 UTC
Updated:
15 Jul 2013 at 18:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
batje commentedHere is one we have been using for a while. Supports both inbound as well as outbound SMS.
Comment #2
batje commentedComment #3
univate commentedI think each gateway should have its own project on drupal.org with a name in the format of sms_[gatewayname] rather then being added into this module.
Comment #4
univate commentedComment #5
batje commentedI agree with univate. We wont be able to support the kannel module, as we switched SMS provider and are not using kannel anymore
Comment #6
glennnz commented@batje
Is there a D7 version of your kannel module?
Comment #7
batje commentedsorry, we don't have plans for that.
Comment #8
drupalnesia commentedI plan to create a separate module for Kannel. What do u think?
Comment #9
univate commentedFor D7, with the outbound sms functionality all gateway modules need to do is change the info file and set the core = 7.x. So that module above may work with very little change. If gateways are using inbound functionality they may need to make further changes.
Comment #10
drupalnesia commentedI am not familiar with SMS Framework module. Does SMS Framework can handle these ideas?
Comment #11
univate commentedJust my opinion I wouldn't give the web server (drupal) access to edit files in /etc
Not sure I can help much with the reset as I don't know much about kannel. This module just provide a framework to pass a message and number to another gateway module that decides what to do with the message.
Comment #12
drupalnesia commentedWelcome http://drupal.org/project/kannel
Comment #13
univate commentedObviously you are free to create what ever modules you like. But the idea of an smsframework is to put all the generic stuff related to sms gateways in the one place and then allow other modules to provide the specifics for each gateway. That way when you install a modules like messages or smsbulk which works with smsframework you can install any sms gateway you like and it will work with them.
If you go your own way with a sms gateway you will need to build and maintain not just the gateway specific stuff, but all the UI and interfaces with other modules.
I would encourage you to re-consider your strategy and help push this module further along and use that kannel module for just kannel specific stuff and add patches here for generic sms stuff.
Comment #14
batje commentedFeel free to contribute a sandbox or real module for Kannel and update this issue when you do, so it can be added to the list of supported gateways.