SMS Framework

SMS Framework is project for Drupal that began as a part of Google Summer of Code 2007. The modules inside the framework add powerful SMS integration to your Drupal site. An API is provided for building more features. See the project page on Drupal.org for more information.

This group is used to shared ideas about the project. We want to focus on these three questions:

  • What core or contributed modules would benifit from the integration of SMS functionality?
  • Which SMS gateway vendors should be supported by the framework?
  • What are some specific use cases for the framework?

Expanding the module to utilize international numbers

public
darren.ferguson - Thu, 2008-08-28 02:07

In our use of the smsfranalmework we are requiring the use of numbers outwith the US in order to send messages too. The clickatell api does support the sending of messages but the module itself is only currently utilizing the US numbers. I noticed the sms_formatter function is now checking up to 16 is that to support the international numbers???

Help us to improve support for incoming messages

diggersf@drupal.org's picture
public
diggersf@drupal.org - Mon, 2008-08-18 18:22

A major milestone for the SMS Framework project is reliable and flexible support for incoming SMS messages. Tylor’s work on the SMS Receive module has kickstarted the effort and I believe we make a plan for the future of two-way support in the framework.


SMS Framework Roadmap

diggersf@drupal.org's picture
public
diggersf@drupal.org - Tue, 2008-07-08 14:31

This is the roadmap for the 1.1 release of the SMS Framework. Please add your items and tickets to the issue tracker.

We will begin working on these tickets as soon as the 1.0 release is made.

  • Improve international support (#197343)
  • Standardized phone number format
  • Drupal 6 release (#252568)
  • Write more API documentation
  • Improve the SMS Blast module (#276320)

Supported gateways

public
Daitoujai - Wed, 2008-06-18 20:32

There are several gateways that are supported.

Roadmap for 1.0 SMS Framework release

tylor@drupal.org's picture
public
tylor@drupal.org - Fri, 2008-06-06 20:17

There has been some steady work to improve the SMS Framework module and I think it would be valuable to outline some thoughts on a 1.0 release. As far as new features the biggest ones will be the ability to receive messages and support for the Muse gateway. There will also be major improvements to user interface and scalability for the SMS User module.

Issues I would like to see resolved for a 1.0 release:
http://drupal.org/node/255095 - many improvements to SMS User
http://drupal.org/node/258057 - text messages should include more descriptive message


MMS Coverage?

mgoltra's picture
public
mgoltra - Thu, 2008-05-22 08:11

Good Day,

Please excuse me if the topic is off. I would like to know if this group will cover MMS as well or is just strictly SMS? Is there a MMS group here? Thank you and again, please excuse my post if it is not appropriate for this group.

Thank you,

Mark


Working on SMS Framework

Boris Mann's picture
public
Boris Mann - Tue, 2008-05-13 18:20

Hi there! We're doing some work on SMS framework, since we've chosen it as the basis for some mobile work we're doing. Ultimately, it is a good framework, and better suited for extensability than SMS gateway.

Tylor has been working on it for the past couple of weeks. One of the main things we've done is add hooks for receiving messages (a la sms gateway), so that we can do interesting things like allow processing by other modules when we receive an SMS (or MMS) message.


Futur of SMS Framework

aymerick@drupal.org's picture
public
aymerick@drupal.org - Tue, 2008-02-05 11:03

I see no activity on SMS Framework project since more than 5 months.

I plan to add some features:

  • More logging (cf. the unused sms_messages table)
  • SMS delivery status (cf. Clickatell API 'callback' option)
  • A quota system

Any feedbacks from module's owner ?

Thanks,
Aymerick


New revision of SMS Framework is in CVS

diggersf@drupal.org's picture
public
diggersf@drupal.org - Wed, 2007-08-08 19:34

Thanks for all of your support and ideas during development. I'm getting ready for one final sprint during the last week and I'd appreciate your feedback on the code. The latest revision is currently available in CVS.

http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/smsframewor...


SMS Update and Screencast

diggersf@drupal.org's picture
public
diggersf@drupal.org - Wed, 2007-08-01 19:48

I've posted an update on the SMS Framework project and a screencast on the Development Seed blog. It introduces some of the new functionality that I've implemented using the API.


SMS Inline Filter

diggersf@drupal.org's picture
public
diggersf@drupal.org - Wed, 2007-07-18 15:00

SMS Inline Filter
I'm working on a filter module that allows you to surround a chunk of text with [sms][/sms] tags. The module will highlight the text and append a "send to phone" button. The button will take users to a form where they can send the highlighted block of text in a message.

I'd appreciate any ideas or comments! Thanks!


SMS Framework Status Update

diggersf@drupal.org's picture
public
diggersf@drupal.org - Wed, 2007-07-04 20:47

 Gateway selection interface
It's hard to believe that it's already time for mid-term reviews. The project has been coming along at a nice pace. Here's an update.

I've created a basic architecture for gateway drivers. Gateway modules can define new gateways by implentating a hook called hook_smsframework_info(). This hook was based on the node modules hook_node_info(). An implementation returns an array that contains several pieces of information about the gateway driver. Below is the hook's implementation for the Clickatell driver module.


SMS Use Cases

diggersf@drupal.org's picture
public
diggersf@drupal.org - Wed, 2007-07-04 20:37

Here are some use cases that I've received from my mentors. There are some great ideas here, and I hope to implement as many as I can. Please add you ideas if you have any.

Events Integration
If you have events posted on your website, you should be able to collect cell phone numbers in your event sign up form and then use them to send an SMS blast if there is a last minute change in location, a weather update, or even a full parking lot.

  • Show field for mobile number on RSVP form
  • Enable on an event-by-event basis

CCK Integration


Using Kannel as an SMS gateway

diggersf@drupal.org's picture
public
diggersf@drupal.org - Sat, 2007-06-16 22:40

I found Kannel, an open source WAP/SMS Gateway that runs on Linux. According to their project's website, it is possible to run Kannel on a machine with a GSM mobile phone connected to it and have yourself an SMS gateway. I will definitely take a close look at this project. I'm going to try to get it running this weekend. If I can, writing a driver for this system makes a lot of sense. It will make SMS more accessible to smaller organizations.


SMS Framework - Week 1

diggersf@drupal.org's picture
public
diggersf@drupal.org - Tue, 2007-06-05 03:58

Week one of Google SoC 2007 is already over and I'm off to a great start of my SMS Framework project. I've begun developing the gateway side of the API. I've designed it so that additional gateways can be created and install like standard modules. Gatway modules implement hook_smsframework_info(), which returns an array containing information about the gateway(s) the module enables. The information includes the gateway's name, callbacks (for validation, sending, ect.), and a form for configuration.


Initial Research Outline

diggersf@drupal.org's picture
public
diggersf@drupal.org - Mon, 2007-05-14 04:45

After doing some initial research for the SMS Framework project, I've come up with the following outline. I'll be having a conference call with my project mentors on Tuesday. I'd like to invite the community to share their input about additional gateways to extend and functionality to implement.


SMS Framework Proposal

diggersf@drupal.org's picture
public
diggersf@drupal.org - Tue, 2007-03-27 00:08

Summer of Code 2007: SMS Framework
William White
American University, Washington, DC

Abstract

The SMS Framework project will improve and expand the SMS technology integrated into Drupal powered applications and websites and make it easier to incorporate SMS elements into Drupal websites. To carry this project out, I will research existing SMS so-lutions for Drupal, identify shortcomings, and build a driver based API that can be ex-tended to work with common SMS service providers and integrated into Drupal core and contributed modules.


Syndicate content